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
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: Move system from util to common library
TheCharlatan
2023-04-21
Merge bitcoin/bitcoin#27419: move-only: Extract common/args from util/system
fanquake
2023-04-20
Merge bitcoin/bitcoin#26720: wallet: coin selection, don't return results tha...
Andrew Chow
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
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 unused methods
furszy
2023-03-07
wallet: refactor coin selection algos to return util::Result
furszy
2023-03-06
wallet: unify outputs grouping process
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
2023-01-03
Merge bitcoin/bitcoin#25932: refactor: Simplify backtrack logic
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-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-10-26
wallet: encapsulate pre-selected-inputs lookup into its own function
furszy
2022-09-17
refactor: Move feerate comparison invariant outside of the loop
yancy
2022-09-16
refactor: Simplify feerate comparison statement
yancy
2022-08-15
wallet: use GetChange() when computing waste
S3RK
2022-08-15
wallet: add SelectionResult::GetChange
S3RK
2022-08-15
wallet: add SelectionResult::Merge
S3RK
2022-08-15
wallet: accurate SelectionResult::m_target
S3RK
2022-08-15
wallet: ensure m_min_change_target always covers change fee
S3RK
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
[next]