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.h
Age
Commit message (
Expand
)
Author
2021-04-30
rpc: include_unsafe option for fundrawtransaction
t-bast
2021-04-18
refactor: Drop CCoinControl::SetNull
João Barbosa
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2020-03-12
[rpc] walletcreatefundedpsbt: don't automatically append inputs
Sjors Provoost
2019-11-23
refactor: Nuke coincontrol circular dependency
Hennadii Stepanov
2019-10-30
refactor: Replace all uses of boost::optional with our own Optional type
Wladimir J. van der Laan
2019-07-22
extract min & max depth onto coin control
Amiti Uttarwar
2019-05-29
wallet: avoid reuse flags
Karl-Johan Alm
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-11
generalize bumpfee to add inputs when needed
Gregory Sanders
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
Add -avoidpartialspends and m_avoid_partial_spends
Karl-Johan Alm
2018-05-03
Make coincontrol use IsSolvable to determine solvability
Pieter Wuille
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-03-17
wallet: Change output type globals to members
MarcoFalke
2018-01-24
[wallet] Add change type to CCoinControl
João Barbosa
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-07-14
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-05-11
remove minimum total fee option
Gregory Sanders
2017-05-03
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
Jorge Timón
2017-01-23
Allow to opt-into RBF when creating a transaction
Jonas Schnelli
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-28
CoinControl: add option for custom confirmation target
Jonas Schnelli
2016-10-21
moveonly: move `coincontrol` to `src/wallet`
Wladimir J. van der Laan