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
/
feebumper.h
Age
Commit message (
Expand
)
Author
2020-03-26
wallet: remove CreateTotalBumpTransaction()
Jon Atack
2019-10-10
change wallet pointers to references in feebumper
Adam Jonas
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-01-29
feebumper: Use PreconditionChecks to determine bump eligibility
MarcoFalke
2017-11-10
[wallet] Change feebumper from class to functions
Russell Yanofsky
2017-11-10
[refactor] Make feebumper namespace
Russell Yanofsky
2017-11-10
[trivial] Rename feebumper variables according to project code style
Russell Yanofsky
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-05-25
Simplify feebumper minimum fee code slightly
Russell Yanofsky
2017-05-11
Make sure we re-check the conditions of a feebump during commit
Jonas Schnelli
2017-04-07
[trivial] Fix typo ("improssible" → "impossible")
practicalswift
2017-04-02
Improve CFeeBumper interface, add comments, make use of std::move
Jonas Schnelli
2017-04-02
Refactor Bumpfee core functionality
Jonas Schnelli