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
2022-06-28
Revert "bnb: exit selection when best_waste is 0"
Murch
2022-05-25
logging: Unconditionally log levels >= WARN
laanwj
2022-05-21
Set effective_value when initializing a COutput
ishaanam
2022-04-14
wallet: track which coin selection algorithm produced a SelectionResult
Andrew Chow
2022-03-25
[wallet] randomly generate change targets
glozow
2022-03-25
refactor coin selection for parameterizable change target
glozow
2022-03-24
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
fanquake
2022-03-23
coinselection: Use COutput instead of CInputCoin
Andrew Chow
2022-03-23
moveonly: move COutput to coinselection.h
Andrew Chow
2022-03-23
Merge bitcoin/bitcoin#24560: wallet: Use single FastRandomContext when creati...
Andrew Chow
2022-03-21
Merge bitcoin/bitcoin#13226: Optimize SelectCoinsBnB by tracking the selectio...
Andrew Chow
2022-03-14
wallet: Pass FastRandomContext& to coin selection
MarcoFalke
2022-03-14
doc: Revise comments and whitespace to clarify
Ben Woosley
2022-03-14
refactor: Rename i to curr_try in SelectCoinsBnB
Ben Woosley
2022-03-14
refactor: Track BnB selection by index
Ben Woosley
2022-03-11
[wallet] assert BnB internally calculated waste is the same as GetSelectionWa...
glozow
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
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
[next]