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
2018-01-29
feebumper: Use PreconditionChecks to determine bump eligibility
MarcoFalke
2018-01-23
move more bumpfee prechecks to feebumper::PreconditionChecks
Gregory Sanders
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
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-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-11-03
[trivial] Fix error messages in CFeeBumper
Karl-Johan Alm
2017-08-25
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp
Wladimir J. van der Laan
2017-08-18
Merge #11039: Avoid second mapWallet lookup
Wladimir J. van der Laan
2017-08-14
wallet: Avoid second mapWallet lookup
João Barbosa
2017-08-14
Move some static functions out of wallet.h/cpp
Russell Yanofsky
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
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-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]