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
/
coinselection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor OutputGroups to handle effective values, fees, and filtering
Andrew Chow
2020-08-11
1
-1
/
+38
*
Use real value when calculating OutputGroup value
Andrew Chow
2020-07-30
1
-2
/
+2
*
bnb: exit selection when best_waste is 0
Andrew Chow
2020-03-04
1
-0
/
+3
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
refactor: Replace all uses of boost::optional with our own Optional type
Wladimir J. van der Laan
2019-10-30
1
-3
/
+2
*
Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
Pieter Wuille
2018-12-12
1
-1
/
+1
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-24
1
-0
/
+3
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
wallet: sum ancestors rather than taking max in output groups
Karl-Johan Alm
2018-07-31
1
-6
/
+6
|
/
*
Merge #12257: [wallet] Use destination groups instead of coins in coin select
Wladimir J. van der Laan
2018-07-24
1
-62
/
+88
|
\
|
*
wallet: Switch to using output groups instead of coins in coin selection
Karl-Johan Alm
2018-07-24
1
-62
/
+51
|
*
wallet: Add output grouping
Karl-Johan Alm
2018-07-24
1
-0
/
+37
*
|
Remove redundant statement
practicalswift
2018-07-18
1
-1
/
+1
|
/
*
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-05-02
1
-2
/
+2
*
Move current coin selection algorithm to coinselection.{cpp,h}
Andrew Chow
2018-03-13
1
-0
/
+135
*
Implement Branch and Bound coin selection in a new file
Andrew Chow
2018-03-13
1
-0
/
+165