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.h
Age
Commit message (
Expand
)
Author
2021-02-01
Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...
Samuel Dobson
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-02
Explicitly filter out partial groups when we don't want them
Andrew Chow
2020-10-02
Move OutputGroup positive only filtering into Insert
Andrew Chow
2020-09-29
Move fee setting of OutputGroup to Insert
Andrew Chow
2020-09-29
Remove OutputGroup non-default constructors
Andrew Chow
2020-08-11
Refactor OutputGroups to handle effective values, fees, and filtering
Andrew Chow
2018-09-17
amount: Move CAmount CENT to unit test header
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
clean-up: Remove no longer used ivars from CInputCoin
Karl-Johan Alm
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-24
wallet: Add input bytes to CInputCoin
Karl-Johan Alm
2018-07-24
moveonly: CoinElegibilityFilter into coinselection.h
Karl-Johan Alm
2018-03-22
Fix missing or inconsistent include guards
practicalswift
2018-03-13
Move current coin selection algorithm to coinselection.{cpp,h}
Andrew Chow
2018-03-13
Remove coinselection.h -> wallet.h circular dependency
Andrew Chow
2018-03-13
Implement Branch and Bound coin selection in a new file
Andrew Chow