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
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
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 GroupOutputs into SelectCoinsMinConf
Andrew Chow
2020-09-29
Remove OutputGroup non-default constructors
Andrew Chow
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-07-30
Merge #18011: Replace current benchmarking framework with nanobench
Wladimir J. van der Laan
2020-06-17
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
Andrew Chow
2020-06-13
Replace current benchmarking framework with nanobench
Martin Ankerl
2020-01-23
Refactor: Allow LegacyScriptPubKeyMan to be null
Andrew Chow
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-04-10
bitcoin-wallet tool: Drop MakeChain calls
Russell Yanofsky
2018-11-27
bench: Destroy wallet txs instead of leaking their memory
MarcoFalke
2018-11-06
Pass chain and client variables where needed
Russell Yanofsky
2018-10-25
wallet: Refactor to use WalletLocation
João Barbosa
[next]