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
/
coinselection.cpp
Age
Commit message (
Expand
)
Author
2018-12-12
Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
Pieter Wuille
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-24
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-07-31
wallet: sum ancestors rather than taking max in output groups
Karl-Johan Alm
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
Merge #12257: [wallet] Use destination groups instead of coins in coin select
Wladimir J. van der Laan
2018-07-24
wallet: Switch to using output groups instead of coins in coin selection
Karl-Johan Alm
2018-07-24
wallet: Add output grouping
Karl-Johan Alm
2018-07-18
Remove redundant statement
practicalswift
2018-05-02
Add missing newlines to LogPrint debug logging
Wladimir J. van der Laan
2018-03-13
Move current coin selection algorithm to coinselection.{cpp,h}
Andrew Chow
2018-03-13
Implement Branch and Bound coin selection in a new file
Andrew Chow