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
/
coincontrol.cpp
Age
Commit message (
Expand
)
Author
2023-12-08
wallet: Explicitly preserve scriptSig and scriptWitness in CreateTransaction
Andrew Chow
2023-12-08
wallet: Set preset input sequence through coin control
Andrew Chow
2023-12-08
wallet: Replace SelectExternal with SetTxOut
Andrew Chow
2023-12-08
coincontrol: Replace HasInputWeight with returning optional from Get
Andrew Chow
2023-12-08
wallet: Introduce and use PreselectedInput class in CCoinControl
Andrew Chow
2023-04-26
refactor: Make ListSelected return vector
Sebastian Falbesoner
2023-04-26
wallet: Move CoinCointrol definitions to .cpp
Aurèle Oulès
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-04-18
refactor: Drop CCoinControl::SetNull
João Barbosa
2020-03-12
[rpc] walletcreatefundedpsbt: don't automatically append inputs
Sjors Provoost
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-07-22
extract min & max depth onto coin control
Amiti Uttarwar
2019-05-29
wallet: avoid reuse flags
Karl-Johan Alm
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-24
Add -avoidpartialspends and m_avoid_partial_spends
Karl-Johan Alm