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
*
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