aboutsummaryrefslogtreecommitdiff
path: root/src/test/wallet_tests.cpp
AgeCommit message (Collapse)Author
2013-05-03Define dust transaction outputs, and make them non-standardGavin Andresen
2013-04-03Fix signed/unsigned comparison warningsGavin Andresen
2012-08-01Bugfix: Use standard BTC unit in commentsLuke Dashjr
2012-06-30Fix a couple more typosfanquake
2012-06-04Fix coin selection to only include change when it's necessary.Chris Moore
2012-06-04Test that the coin selection code is suitably random, and add tests re. ↵Chris Moore
sub-cent change.
2012-06-04Refactor SelectCoinsMinConf() and add unit tests.Chris Moore
AvailableCoins() makes a vector of available outputs which is then passed to SelectCoinsMinConf(). This allows unit tests to test the coin selection algorithm without having the whole blockchain available.