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
2024-02-09
coinselection: Track whether CG completed
Murch
2024-02-09
coinselection: Add CoinGrinder algorithm
Murch
2023-09-13
Amend bumpfee for inputs with overlapping ancestry
Murch
2023-09-13
Bump unconfirmed parent txs to target feerate
Murch
2023-09-13
coinselection: Move GetSelectionWaste into SelectionResult
Andrew Chow
2023-06-21
[bug] Increase SRD target by change_fee
Murch
2023-05-20
refactor: Split util::insert into its own file
TheCharlatan
2023-04-20
Merge bitcoin/bitcoin#26720: wallet: coin selection, don't return results tha...
Andrew Chow
2023-04-05
coin selection: BnB, don't return selection if exceeds max allowed tx weight
furszy
2023-04-05
coin selection: heap-ify SRD, don't return selection if exceeds max tx weight
furszy
2023-04-05
coin selection: knapsack, select closest UTXO above target if result exceeds ...
furszy
2023-03-08
wallet: remove coin control arg from AutomaticCoinSelection
furszy
2023-03-08
wallet: remove unused methods
furszy
2023-03-08
wallet: OutputGroup, remove unused effective_feerate member
furszy
2023-03-07
wallet: refactor coin selection algos to return util::Result
furszy
2023-03-06
wallet: single output groups filtering and grouping process
furszy
2023-03-06
wallet: unify outputs grouping process
furszy
2023-03-06
wallet: decouple outputs grouping process from each ChooseSelectionResult
furszy
2023-03-06
refactor: make OutputGroup::m_outputs field a vector of shared_ptr
furszy
2023-03-03
wallet: make OutputGroup "positive_only" filter explicit
furszy
2023-01-03
Merge bitcoin/bitcoin#26661: wallet: Coin Selection, return accurate error me...
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-21
wallet: coin selection, add duplicated inputs checks
furszy
2022-12-21
wallet: refactor eight consecutive 'AttemptSelection' calls into a loop
furszy
2022-12-05
wallet: Check max tx weight in coin selector
Aurèle Oulès
2022-12-02
wallet: add assert to SelectionResult::Merge for safety
S3RK
2022-12-02
wallet: SelectCoins, return early if wallet's UTXOs cannot cover the target
furszy
2022-10-26
wallet: encapsulate pre-selected-inputs lookup into its own function
furszy
2022-08-15
wallet: use GetChange() when computing waste
S3RK
2022-08-15
wallet: add SelectionResult::GetChange
S3RK
2022-08-15
wallet: calculate and store min_viable_change
S3RK
2022-08-15
wallet: add SelectionResult::Merge
S3RK
2022-08-15
wallet: ensure m_min_change_target always covers change fee
S3RK
2022-08-11
[coin selection] consolidate m_change_target and m_min_change_target
glozow
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
[next]