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
/
bench
/
coin_selection.cpp
Age
Commit message (
Expand
)
Author
2023-09-13
Amend bumpfee for inputs with overlapping ancestry
Murch
2023-05-03
wallet, tests: Replace usage of dummy db with mockable db
Andrew Chow
2023-04-05
coin selection: BnB, don't return selection if exceeds max allowed tx weight
furszy
2023-03-06
wallet: single output groups filtering and 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-02-15
refactor: wallet, remove global 'ArgsManager' access
furszy
2023-01-03
refactor: use braced init for integer constants instead of c style casts
Pasta
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-20
bench: explicitly make all current benchmarks "high" priority
furszy
2022-08-10
wallet: switch to new shuffle, erase, push_back
josibake
2022-07-19
wallet: run coin selection by `OutputType`
josibake
2022-07-19
refactor: use CoinsResult struct in SelectCoins
josibake
2022-06-28
wallet: use CCoinControl to estimate signature size
S3RK
2022-06-28
wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSize
S3RK
2022-05-21
Set effective_value when initializing a COutput
ishaanam
2022-03-25
bench: fix incorrect named args in coin_selection bench
fanquake
2022-03-25
[wallet] remove MIN_CHANGE
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: Remove CInputCoin
Andrew Chow
2022-03-23
coinselection: Use COutput instead of CInputCoin
Andrew Chow
2022-03-23
wallet: Remove CWallet and CWalletTx from COutput's constructor
Andrew Chow
2022-03-23
wallet: Provide input bytes to COutput
Andrew Chow
2022-03-17
wallet: Store whether a COutput is from the wallet
Andrew Chow
2022-03-17
wallet: Store tx time in COutput
Andrew Chow
2022-03-17
wallet: Remove use_max_sig default value
Andrew Chow
2022-03-17
scripted-diff: Rename COutput member variables
Andrew Chow
2022-03-14
wallet: Pass FastRandomContext& to coin selection
MarcoFalke
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-09
Merge bitcoin/bitcoin#22019: wallet: Introduce SelectionResult for encapsulat...
W. J. van der Laan
2021-12-05
Use SelectionResult in AttemptSelection
Andrew Chow
2021-12-05
Return SelectionResult from SelectCoinsBnB
Andrew Chow
2021-11-15
refactor: Make CWalletTx sync state type-safe
Russell Yanofsky
2021-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-10-15
bench: Use DescriptorScriptPubKeyMan for wallet things
Andrew Chow
2021-10-15
bench: remove global testWallet from CoinSelection benchmark
Andrew Chow
2021-09-07
Enable clang-tidy bugprone-argument-comment and fix violations
MarcoFalke
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-05-30
scripted-diff: Rename SelectCoinsMinConf to AttemptSelection
Andrew Chow
2021-05-19
Remove use_bnb and bnb_used
Andrew Chow
2021-05-19
Roll static tx fees into nValueToSelect instead of having it be separate
Andrew Chow
2021-03-17
Merge #21083: wallet: Avoid requesting fee rates multiple times during coin s...
Samuel Dobson
2021-03-16
Rename CoinSelectionParams::effective_fee to m_effective_feerate
Andrew Chow
2021-03-16
wallet: Move discard feerate fetching to CreateTransaction
Andrew Chow
2021-03-16
wallet: Move long term feerate setting to CreateTransaction
Andrew Chow
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-02-01
Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...
Samuel Dobson
[next]