aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/coinselector_tests.cpp
AgeCommit message (Expand)Author
2019-03-11wallet: Refactor to use WalletLocationJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24wallet: Switch to using output groups instead of coins in coin selectionKarl-Johan Alm
2018-06-06Use bracket syntax includes ("#include <foo.h>")practicalswift
2018-04-12Fix dead stores. Values were stored but never read. Limit scope.practicalswift
2018-04-07scripted-diff: Rename wallet database classesRussell Yanofsky
2018-04-01Merge #12719: tests: Add note about test suite naming convention in developer...MarcoFalke
2018-03-19tests: Rename test suits not following the test suite naming conventionpracticalswift
2018-03-15Test that BnB is not used when there are preset inputsAndrew Chow
2018-03-13Add a test to make sure that negative effective values are filteredAndrew Chow
2018-03-13Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use itAndrew Chow
2018-03-13Move original knapsack solver tests to coinselector_tests.cppAndrew Chow
2018-03-13Add tests for the Branch and Bound algorithmAndrew Chow