index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
test
/
coinselector_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove WalletLocation class
Russell Yanofsky
2020-09-03
1
-2
/
+2
*
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-06-17
1
-2
/
+2
*
Remove CWalletTx merging logic from AddToWallet
Russell Yanofsky
2020-05-01
1
-7
/
+2
*
Merge #18673: scripted-diff: Sort test includes
MarcoFalke
2020-04-17
1
-5
/
+5
|
\
|
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
*
scripted-diff: Sort test includes
MarcoFalke
2020-04-16
1
-4
/
+4
*
|
bnb: exit selection when best_waste is 0
Andrew Chow
2020-03-04
1
-4
/
+3
|
/
*
test: Add cost_of_change parameter assertions to bnb_search_test
Yancy Ribbens
2020-02-22
1
-0
/
+13
*
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2020-01-23
1
-0
/
+6
*
wallet: Improve CWallet:MarkDestinationsDirty
João Barbosa
2020-01-23
1
-0
/
+1
*
Merge #17290: Enable BnB coin selection for preset inputs and subtract fee fr...
Samuel Dobson
2019-11-23
1
-13
/
+39
|
\
|
*
Allow BnB when subtract fee from outputs
Andrew Chow
2019-11-20
1
-0
/
+9
|
*
Use BnB when preset inputs are selected
Andrew Chow
2019-11-20
1
-13
/
+30
*
|
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
|
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
1
-1
/
+3
|
/
*
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-05-06
1
-1
/
+1
*
wallet: add cachable amounts for caching credit/debit values
Karl-Johan Alm
2019-04-23
1
-3
/
+2
*
Merge #15352: tests: Reduce noise level in test_bitcoin output
MarcoFalke
2019-04-16
1
-1
/
+0
|
\
|
*
tests: Reduce noise level in test_bitcoin output
practicalswift
2019-03-29
1
-1
/
+0
*
|
Merge #15788: test: Unify testing setups for fuzz, bench, and unit tests
MarcoFalke
2019-04-15
1
-1
/
+1
|
\
\
|
*
|
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
|
|
/
*
/
bitcoin-wallet tool: Drop MakeChain calls
Russell Yanofsky
2019-04-10
1
-1
/
+1
|
/
*
Pass chain and client variables where needed
Russell Yanofsky
2018-11-06
1
-1
/
+2
*
wallet: Refactor to use WalletLocation
João Barbosa
2018-10-25
1
-1
/
+1
*
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-09-21
1
-1
/
+1
*
Merge #13419: [tests] Speed up knapsack_solver_test by not recreating wallet ...
Wladimir J. van der Laan
2018-09-11
1
-25
/
+36
|
\
|
*
Speed up knapsack_solver_test by not recreating wallet 100 times.
[email protected]
2018-08-10
1
-25
/
+36
*
|
Merge #13861: test: Add testing of value_ret for SelectCoinsBnB
Wladimir J. van der Laan
2018-08-27
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
test: Add testing of value_ret for SelectCoinsBnB
Ben Woosley
2018-08-03
1
-0
/
+10
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
wallet: Switch to using output groups instead of coins in coin selection
Karl-Johan Alm
2018-07-24
1
-52
/
+68
*
Use bracket syntax includes ("#include <foo.h>")
practicalswift
2018-06-06
1
-8
/
+8
*
Fix dead stores. Values were stored but never read. Limit scope.
practicalswift
2018-04-12
1
-11
/
+4
*
scripted-diff: Rename wallet database classes
Russell Yanofsky
2018-04-07
1
-1
/
+1
*
Merge #12719: tests: Add note about test suite naming convention in developer...
MarcoFalke
2018-04-01
1
-1
/
+1
|
\
|
*
tests: Rename test suits not following the test suite naming convention
practicalswift
2018-03-19
1
-1
/
+1
*
|
Test that BnB is not used when there are preset inputs
Andrew Chow
2018-03-15
1
-1
/
+15
|
/
*
Add a test to make sure that negative effective values are filtered
Andrew Chow
2018-03-13
1
-5
/
+15
*
Have SelectCoinsMinConf and SelectCoins use BnB or Knapsack and use it
Andrew Chow
2018-03-13
1
-37
/
+87
*
Move original knapsack solver tests to coinselector_tests.cpp
Andrew Chow
2018-03-13
1
-0
/
+330
*
Add tests for the Branch and Bound algorithm
Andrew Chow
2018-03-13
1
-0
/
+171