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
2022-05-21
Set effective_value when initializing a COutput
ishaanam
2022-04-14
wallet: Add some tracepoints for coin selection
Andrew Chow
2022-04-14
wallet: track which coin selection algorithm produced a SelectionResult
Andrew Chow
2022-04-07
lint: codespell 2.1.0
fanquake
2022-03-25
Merge bitcoin/bitcoin#24494: wallet: generate random change target for each t...
fanquake
2022-03-25
[wallet] remove MIN_CHANGE
glozow
2022-03-25
[wallet] randomly generate change targets
glozow
2022-03-25
refactor coin selection for parameterizable change target
glozow
2022-03-25
Clarify that COutput is a struct, not a class
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
fanquake
2022-03-23
coinselection: Remove COutput operators == and !=
Andrew Chow
2022-03-23
coinselection: Remove CInputCoin
Andrew Chow
2022-03-23
coinselection: Use COutput instead of CInputCoin
Andrew Chow
2022-03-23
coinselection: Add effective value and fees to COutput
Andrew Chow
2022-03-23
moveonly: move COutput to coinselection.h
Andrew Chow
2022-03-14
wallet: Pass FastRandomContext& to coin selection
MarcoFalke
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-05
Use SelectionResult for waste calculation
Andrew Chow
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
Make member variables of SelectionResult private
Andrew Chow
2021-12-05
Introduce SelectionResult struct
Andrew Chow
2021-10-05
Merge bitcoin/bitcoin#22951: consensus: move amount.h into consensus
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-09-29
Allow CInputCoin to also be constructed with COutPoint and CTxOut
Andrew Chow
2021-09-03
Merge bitcoin/bitcoin#17526: Add Single Random Draw as an additional coin sel...
Samuel Dobson
2021-09-23
Add SelectCoinsSRD function
Andrew Chow
2021-09-05
doc: Clarify that change_cost cannot be negative in GetSelectionWaste
benthecarman
2021-08-27
Add waste metric calculation function
Andrew Chow
2021-05-19
Have OutputGroup determine the value to use
Andrew Chow
2021-05-19
Roll static tx fees into nValueToSelect instead of having it be separate
Andrew Chow
2021-04-30
rpc: include_unsafe option for fundrawtransaction
t-bast
2021-04-26
[docs] add doxygen comments to wallet code
glozow
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
[next]