aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/coinselector_tests.cpp
AgeCommit message (Expand)Author
2019-05-06scripted-diff: Bump copyright headers in walletMarcoFalke
2019-04-23wallet: add cachable amounts for caching credit/debit valuesKarl-Johan Alm
2019-04-16Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke
2019-04-15Merge #15788: test: Unify testing setups for fuzz, bench, and unit testsMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-04-10bitcoin-wallet tool: Drop MakeChain callsRussell Yanofsky
2019-03-29tests: Reduce noise level in test_bitcoin outputpracticalswift
2018-11-06Pass chain and client variables where neededRussell Yanofsky
2018-10-25wallet: Refactor to use WalletLocationJoão Barbosa
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-09-11Merge #13419: [tests] Speed up knapsack_solver_test by not recreating wallet ...Wladimir J. van der Laan
2018-08-27Merge #13861: test: Add testing of value_ret for SelectCoinsBnBWladimir J. van der Laan
2018-08-10Speed up knapsack_solver_test by not recreating wallet 100 times.lucash.dev@gmail.com
2018-08-03test: Add testing of value_ret for SelectCoinsBnBBen Woosley
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