index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
test
/
coinselector_tests.cpp
Age
Commit message (
Expand
)
Author
2019-11-23
Merge #17290: Enable BnB coin selection for preset inputs and subtract fee fr...
Samuel Dobson
2019-11-20
Allow BnB when subtract fee from outputs
Andrew Chow
2019-11-20
Use BnB when preset inputs are selected
Andrew Chow
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
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