aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/coinselector_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* wallet: Switch to using output groups instead of coins in coin selectionKarl-Johan Alm2018-07-241-52/+68
* Use bracket syntax includes ("#include <foo.h>")practicalswift2018-06-061-8/+8
* Fix dead stores. Values were stored but never read. Limit scope.practicalswift2018-04-121-11/+4
* scripted-diff: Rename wallet database classesRussell Yanofsky2018-04-071-1/+1
* Merge #12719: tests: Add note about test suite naming convention in developer...MarcoFalke2018-04-011-1/+1
|\
| * tests: Rename test suits not following the test suite naming conventionpracticalswift2018-03-191-1/+1
* | Test that BnB is not used when there are preset inputsAndrew Chow2018-03-151-1/+15
|/
* Add a test to make sure that negative effective values are filteredAndrew Chow2018-03-131-5/+15
* Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use itAndrew Chow2018-03-131-37/+87
* Move original knapsack solver tests to coinselector_tests.cppAndrew Chow2018-03-131-0/+330
* Add tests for the Branch and Bound algorithmAndrew Chow2018-03-131-0/+171