aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/wallet_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-021-1/+1
* Use CAmount for amountsRoss Nicoll2021-08-081-1/+1
* [fees] introduce configurable hard dust limitPatrick Lodder2021-08-051-0/+14
* fix cents->coins in comment in wallet_tests.cppPatrick Lodder2020-07-221-1/+1
* tests: fix non-qt tests that spend dustPatrick Lodder2020-07-221-98/+98
* Update test cases at 1000-byte boundaries (#1439)Ross Nicoll2018-09-191-4/+4
* Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-09-191-1/+37
* Replace test data with Dogecoin valuesRoss Nicoll2018-09-191-3/+3
* Fix importwallet edge case rescan bugRussell Yanofsky2017-05-231-0/+62
* Fix importmulti returning rescan errors for wrong keysRussell Yanofsky2017-02-281-3/+14
* tests: Fix dangling pwalletMain pointer in wallet testsWladimir J. van der Laan2017-02-281-0/+2
* Return errors from importmulti if complete rescans are not successfulRussell Yanofsky2017-02-221-0/+60
* Fix memory leak in wallet testsPieter Wuille2017-01-121-4/+8
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...Wladimir J. van der Laan2016-12-201-37/+37
|\
| * SelectCoinsMinConf: Prefer coins with fewer ancestorsGregory Sanders2016-12-131-37/+37
* | Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-021-1/+1
|/
* update comments for tx weightBrian Deery2016-11-141-1/+1
* Do not shadow variables.Pavel Janík2016-08-311-3/+3
* wallet: Revert input selection post-pruningWladimir J. van der Laan2016-07-011-14/+0
* [wallet] tests: Don't use floating pointMarcoFalke2016-06-171-21/+25
* Merge #7688: List solvability in listunspent output and improve helpWladimir J. van der Laan2016-04-251-1/+1
|\
| * List solvability in listunspent output and improve helpPieter Wuille2016-03-141-1/+1
* | test: Create test fixture for walletWladimir J. van der Laan2016-04-181-2/+2
|/
* Merge pull request #7293Wladimir J. van der Laan2016-01-071-6/+19
|\
| * [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
|\ \ | |/ |/|
| * 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
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-0/+310