aboutsummaryrefslogtreecommitdiff
path: root/src/test/wallet_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for watch-only addressesPieter Wuille2014-07-021-1/+1
* Add CMutableTransaction and make CTransaction immutable.Pieter Wuille2014-06-211-4/+6
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Unit test fixes for AssertLockHeld / -DDEBUG_LOCKORDERGavin Andresen2014-01-241-0/+2
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+10
* Fix minor unit test memory leaksPieter Wuille2013-09-191-0/+1
* Define dust transaction outputs, and make them non-standardGavin Andresen2013-05-031-9/+8
* Fix signed/unsigned comparison warningsGavin Andresen2013-04-031-15/+15
* Bugfix: Use standard BTC unit in commentsLuke Dashjr2012-08-011-2/+2
* Fix a couple more typosfanquake2012-06-301-1/+1
* Fix coin selection to only include change when it's necessary.Chris Moore2012-06-041-38/+7
* Test that the coin selection code is suitably random, and add tests re. sub-c...Chris Moore2012-06-041-1/+71
* Refactor SelectCoinsMinConf() and add unit tests.Chris Moore2012-06-041-0/+256