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.cpp
Age
Commit message (
Expand
)
Author
2017-07-06
Change default fee estimation mode.
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-06-13
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-05
Merge #10455: Simplify feebumper minimum fee code slightly
Wladimir J. van der Laan
2017-05-25
Simplify feebumper minimum fee code slightly
Russell Yanofsky
2017-05-23
[trivial] Fix three recently introduced typos
practicalswift
2017-05-11
Make sure we re-check the conditions of a feebump during commit
Jonas Schnelli
2017-05-09
[wallet] Remove CTransaction&() helper conversion operator from wallet implem...
Karl-Johan Alm
2017-05-03
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-04-26
cleanup: reduce to one GetMinimumFee call signature
Alex Morcos
2017-04-20
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-13
[Wallet] Decouple CInputCoin from CWalletTx
NicolasDorier
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-08
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
NicolasDorier
2017-04-02
Improve CFeeBumper interface, add comments, make use of std::move
Jonas Schnelli
2017-04-02
Cancel feebump is vErrors is not empty
Jonas Schnelli
2017-04-02
Use static calls for GetRequiredFee and GetMinimumFee, remove make_pair from ...
Jonas Schnelli
2017-04-02
Restore CalculateMaximumSignedTxSize function signature
Jonas Schnelli
2017-04-02
Directly abort execution in FeeBumper::commit if wallet or tx is not available
Jonas Schnelli
2017-04-02
Refactor Bumpfee core functionality
Jonas Schnelli
[prev]