aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7293Wladimir J. van der Laan2016-01-071-6/+19
|\ | | | | | | | | faf538b [trivial] Merge test cases and replace CENT with COIN (MarcoFalke) fa3c7e6 [wallet] Add regression test for vValue sort order (MarcoFalke)
| * [trivial] Merge test cases and replace CENT with COINMarcoFalke2016-01-051-15/+10
| |
| * [wallet] Add regression test for vValue sort orderMarcoFalke2016-01-051-0/+18
| |
* | Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ \ | |/ |/| | | | | | | fa71669 [devtools] Use git pretty-format for year parsing (MarcoFalke) fa24439 Bump copyright headers to 2015 (MarcoFalke) fa6ad85 [devtools] Rewrite fix-copyright-headers.py (MarcoFalke)
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |
* | [wallet] Adjust pruning testMarcoFalke2015-12-091-8/+10
| |
* | Added a test for the pruning of extraneous inputs after ApproximateBestSetMurch2015-12-071-0/+18
|/
* [wallet] Refactor to use new MIN_CHANGEMarcoFalke2015-10-281-46/+67
| | | | | | | | * Introduce new constant MIN_CHANGE and use it instead of the hardcoded "CENT" * Add test case for MIN_CHANGE * Introduce new constant for -mintxfee default: DEFAULT_TRANSACTION_MINFEE = 1000
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-0/+310
could once be renamed from /src/wallet to /src/legacywallet.