aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/coinselector_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove WalletLocation classRussell Yanofsky2020-09-031-2/+2
* scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabaseAndrew Chow2020-06-171-2/+2
* Remove CWalletTx merging logic from AddToWalletRussell Yanofsky2020-05-011-7/+2
* Merge #18673: scripted-diff: Sort test includesMarcoFalke2020-04-171-5/+5
|\
| * scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
| * scripted-diff: Sort test includesMarcoFalke2020-04-161-4/+4
* | bnb: exit selection when best_waste is 0Andrew Chow2020-03-041-4/+3
|/
* test: Add cost_of_change parameter assertions to bnb_search_testYancy Ribbens2020-02-221-0/+13
* Refactor: Allow LegacyScriptPubKeyMan to be nullAndrew Chow2020-01-231-0/+6
* wallet: Improve CWallet:MarkDestinationsDirtyJoão Barbosa2020-01-231-0/+1
* Merge #17290: Enable BnB coin selection for preset inputs and subtract fee fr...Samuel Dobson2019-11-231-13/+39
|\
| * Allow BnB when subtract fee from outputsAndrew Chow2019-11-201-0/+9
| * Use BnB when preset inputs are selectedAndrew Chow2019-11-201-13/+30
* | scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* | Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-1/+3
|/
* scripted-diff: Bump copyright headers in walletMarcoFalke2019-05-061-1/+1
* wallet: add cachable amounts for caching credit/debit valuesKarl-Johan Alm2019-04-231-3/+2
* Merge #15352: tests: Reduce noise level in test_bitcoin outputMarcoFalke2019-04-161-1/+0
|\
| * tests: Reduce noise level in test_bitcoin outputpracticalswift2019-03-291-1/+0
* | Merge #15788: test: Unify testing setups for fuzz, bench, and unit testsMarcoFalke2019-04-151-1/+1
|\ \
| * | scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
| |/
* / bitcoin-wallet tool: Drop MakeChain callsRussell Yanofsky2019-04-101-1/+1
|/
* 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