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
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-06
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-04-27
Merge #15778: [wallet] Move maxtxfee from node to wallet
MarcoFalke
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-04-11
generalize bumpfee to add inputs when needed
Gregory Sanders
2019-04-10
Remove access to node globals from wallet-linked code
Russell Yanofsky
2019-04-09
[build] Add several util units
John Newbery
2019-03-06
Remove remaining wallet accesses to node globals
Russell Yanofsky
2019-02-22
Remove use of g_connman / PushInventory in wallet code
Russell Yanofsky
2019-02-22
Remove uses of fee globals in wallet code
Russell Yanofsky
2019-02-22
Remove use of GetCountWithDescendants in wallet code
Russell Yanofsky
2018-11-06
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-08-30
[wallet] Kill accounts
John Newbery
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-02
[wallet] Add wallet name to log messages
Pierre Rochard
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-23
Merge #13011: Cache witness hash in CTransaction
Wladimir J. van der Laan
2018-05-14
Add compile time checking for all cs_wallet runtime locking assertions
practicalswift
2018-05-04
Make CMutableTransaction constructor explicit
MarcoFalke
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-03-21
feebumper: discard change outputs below discard rate
Gregory Sanders
2018-03-14
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-09
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-07
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-02-15
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-08
Consistently use FormatStateMessage in RPC error output
Ben Woosley
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
[next]