Age | Commit message (Expand) | Author |
2019-05-06 | scripted-diff: Bump copyright headers in wallet | MarcoFalke |
2019-04-23 | wallet: add cachable amounts for caching credit/debit values | Karl-Johan Alm |
2019-04-16 | Merge #15352: tests: Reduce noise level in test_bitcoin output | MarcoFalke |
2019-04-15 | Merge #15788: test: Unify testing setups for fuzz, bench, and unit tests | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2019-04-10 | bitcoin-wallet tool: Drop MakeChain calls | Russell Yanofsky |
2019-03-29 | tests: Reduce noise level in test_bitcoin output | practicalswift |
2018-11-06 | Pass chain and client variables where needed | Russell Yanofsky |
2018-10-25 | wallet: Refactor to use WalletLocation | João Barbosa |
2018-09-21 | tests: Use MakeUnique to construct objects owned by unique_ptrs | practicalswift |
2018-09-11 | Merge #13419: [tests] Speed up knapsack_solver_test by not recreating wallet ... | Wladimir J. van der Laan |
2018-08-27 | Merge #13861: test: Add testing of value_ret for SelectCoinsBnB | Wladimir J. van der Laan |
2018-08-10 | Speed up knapsack_solver_test by not recreating wallet 100 times. | lucash.dev@gmail.com |
2018-08-03 | test: Add testing of value_ret for SelectCoinsBnB | Ben Woosley |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-24 | wallet: Switch to using output groups instead of coins in coin selection | Karl-Johan Alm |
2018-06-06 | Use bracket syntax includes ("#include <foo.h>") | practicalswift |
2018-04-12 | Fix dead stores. Values were stored but never read. Limit scope. | practicalswift |
2018-04-07 | scripted-diff: Rename wallet database classes | Russell Yanofsky |
2018-04-01 | Merge #12719: tests: Add note about test suite naming convention in developer... | MarcoFalke |
2018-03-19 | tests: Rename test suits not following the test suite naming convention | practicalswift |
2018-03-15 | Test that BnB is not used when there are preset inputs | Andrew Chow |
2018-03-13 | Add a test to make sure that negative effective values are filtered | Andrew Chow |
2018-03-13 | Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it | Andrew Chow |
2018-03-13 | Move original knapsack solver tests to coinselector_tests.cpp | Andrew Chow |
2018-03-13 | Add tests for the Branch and Bound algorithm | Andrew Chow |