aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/coinselector_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass chain and client variables where neededRussell Yanofsky2018-11-061-1/+2
* wallet: Refactor to use WalletLocationJoão Barbosa2018-10-251-1/+1
* tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift2018-09-211-1/+1
* Merge #13419: [tests] Speed up knapsack_solver_test by not recreating wallet ...Wladimir J. van der Laan2018-09-111-25/+36
|\
| * Speed up knapsack_solver_test by not recreating wallet 100 times.[email protected]2018-08-101-25/+36
* | Merge #13861: test: Add testing of value_ret for SelectCoinsBnBWladimir J. van der Laan2018-08-271-0/+10
|\ \ | |/ |/|
| * test: Add testing of value_ret for SelectCoinsBnBBen Woosley2018-08-031-0/+10
* | 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