index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
feebumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass chain locked variables where needed
Russell Yanofsky
2018-11-06
1
-5
/
+5
*
Remove uses of cs_main in wallet code
Russell Yanofsky
2018-11-06
1
-4
/
+9
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
[wallet] Kill accounts
John Newbery
2018-08-30
1
-1
/
+1
*
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-26
1
-1
/
+1
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
[wallet] Add wallet name to log messages
Pierre Rochard
2018-08-02
1
-1
/
+1
|
/
*
Merge #13011: Cache witness hash in CTransaction
Wladimir J. van der Laan
2018-05-23
1
-1
/
+1
|
\
|
*
Make CMutableTransaction constructor explicit
MarcoFalke
2018-05-04
1
-1
/
+1
*
|
Add compile time checking for all cs_wallet runtime locking assertions
practicalswift
2018-05-14
1
-1
/
+1
|
/
*
wallet: Make fee settings non-static members
MarcoFalke
2018-04-23
1
-4
/
+4
*
feebumper: discard change outputs below discard rate
Gregory Sanders
2018-03-21
1
-1
/
+1
*
Merge #10637: Coin Selection with Murch's algorithm
Wladimir J. van der Laan
2018-03-14
1
-27
/
+0
|
\
|
*
Calculate and store the number of bytes required to spend an input
Andrew Chow
2018-03-09
1
-27
/
+0
*
|
[wallet] Construct CWalletTx objects in CommitTransaction
Russell Yanofsky
2018-03-07
1
-10
/
+7
|
/
*
Merge #12356: Fix 'mempool min fee not met' debug output
Wladimir J. van der Laan
2018-02-15
1
-2
/
+1
|
\
|
*
Consistently use FormatStateMessage in RPC error output
Ben Woosley
2018-02-08
1
-2
/
+1
*
|
feebumper: Use PreconditionChecks to determine bump eligibility
MarcoFalke
2018-01-29
1
-2
/
+6
*
|
move more bumpfee prechecks to feebumper::PreconditionChecks
Gregory Sanders
2018-01-23
1
-17
/
+20
|
/
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-13
/
+13
*
[wallet] Change feebumper from class to functions
Russell Yanofsky
2017-11-10
1
-58
/
+50
*
[refactor] Make feebumper namespace
Russell Yanofsky
2017-11-10
1
-19
/
+23
*
[trivial] Rename feebumper variables according to project code style
Russell Yanofsky
2017-11-10
1
-83
/
+83
*
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-11-09
1
-2
/
+2
|
\
|
*
[wallet] Remove CTransaction&() helper conversion operator from wallet implem...
Karl-Johan Alm
2017-05-09
1
-2
/
+2
*
|
[trivial] Fix error messages in CFeeBumper
Karl-Johan Alm
2017-11-03
1
-4
/
+10
*
|
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp
Wladimir J. van der Laan
2017-08-25
1
-2
/
+3
|
\
\
|
*
|
Move some static functions out of wallet.h/cpp
Russell Yanofsky
2017-08-14
1
-2
/
+3
*
|
|
Merge #11039: Avoid second mapWallet lookup
Wladimir J. van der Laan
2017-08-18
1
-4
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
wallet: Avoid second mapWallet lookup
João Barbosa
2017-08-14
1
-4
/
+5
*
|
|
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-1
/
+1
|
/
/
*
|
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
1
-4
/
+4
*
|
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-10
1
-2
/
+2
*
|
Change default fee estimation mode.
Alex Morcos
2017-07-06
1
-1
/
+1
*
|
Introduce a fee estimate mode.
Alex Morcos
2017-07-06
1
-1
/
+2
*
|
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-13
1
-1
/
+1
*
|
Merge #10455: Simplify feebumper minimum fee code slightly
Wladimir J. van der Laan
2017-06-05
1
-10
/
+2
|
\
\
|
*
|
Simplify feebumper minimum fee code slightly
Russell Yanofsky
2017-05-25
1
-10
/
+2
*
|
|
[trivial] Fix three recently introduced typos
practicalswift
2017-05-23
1
-1
/
+1
|
/
/
*
|
Make sure we re-check the conditions of a feebump during commit
Jonas Schnelli
2017-05-11
1
-19
/
+31
*
|
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-05-03
1
-1
/
+1
|
/
*
cleanup: reduce to one GetMinimumFee call signature
Alex Morcos
2017-04-26
1
-1
/
+1
*
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-20
1
-2
/
+3
|
\
|
*
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-2
/
+3
*
|
[Wallet] Decouple CInputCoin from CWalletTx
NicolasDorier
2017-04-13
1
-1
/
+1
*
|
[Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin
NicolasDorier
2017-04-08
1
-1
/
+1
|
/
*
Improve CFeeBumper interface, add comments, make use of std::move
Jonas Schnelli
2017-04-02
1
-1
/
+6
*
Cancel feebump is vErrors is not empty
Jonas Schnelli
2017-04-02
1
-1
/
+3
*
Use static calls for GetRequiredFee and GetMinimumFee, remove make_pair from ...
Jonas Schnelli
2017-04-02
1
-4
/
+4
[next]