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
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-13
wallet: Replace Assume with Assert where needed in coinselection
MarcoFalke
2021-12-09
Merge bitcoin/bitcoin#22019: wallet: Introduce SelectionResult for encapsulat...
W. J. van der Laan
2021-12-05
Return SelectionResult from SelectCoinsSRD
Andrew Chow
2021-12-05
Return SelectionResult from KnapsackSolver
Andrew Chow
2021-12-05
Return SelectionResult from SelectCoinsBnB
Andrew Chow
2021-12-05
Introduce SelectionResult struct
Andrew Chow
2021-10-11
Fix typo and grammar
Heebs
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-09-30
Merge bitcoin/bitcoin#23104: log: Avoid breaking single log lines over multip...
W. J. van der Laan
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-29
log: Adjust coin selection log string
MarcoFalke
2021-09-27
log: Avoid broken SELECTCOINS log
MarcoFalke
2021-09-23
Add SelectCoinsSRD function
Andrew Chow
2021-08-27
Add waste metric calculation function
Andrew Chow
2021-08-13
wallet: Use GetSelectionAmount for target value calculations
Andrew Chow
2021-05-19
Have OutputGroup determine the value to use
Andrew Chow
2021-05-19
Have KnapsackSolver actually use effective values
Andrew Chow
2021-05-19
Roll static tx fees into nValueToSelect instead of having it be separate
Andrew Chow
2021-05-13
scripted-diff: rename some variables
Andrew Chow
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
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
Move OutputGroup positive only filtering into Insert
Andrew Chow
2020-09-29
Move fee setting of OutputGroup to Insert
Andrew Chow
2020-08-11
Refactor OutputGroups to handle effective values, fees, and filtering
Andrew Chow
2020-07-30
Use real value when calculating OutputGroup value
Andrew Chow
2020-03-04
bnb: exit selection when best_waste is 0
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-30
refactor: Replace all uses of boost::optional with our own Optional type
Wladimir J. van der Laan
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