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
/
policy
/
fees.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
policy/fees: remove a floating-point division by zero
Antoine Poinsot
2020-09-14
1
-2
/
+11
*
policy/fees: unify some duplicated for loops
Antoine Poinsot
2020-09-14
1
-7
/
+6
*
policy/fees: small readability improvements
Antoine Poinsot
2020-09-14
1
-19
/
+17
*
policy/fee: remove requireGreater parameter in EstimateMedianVal()
Antoine Poinsot
2020-09-14
1
-30
/
+20
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-28
1
-1
/
+1
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
Fix spelling errors identified by codespell 1.15.0
Ben Woosley
2019-06-11
1
-1
/
+1
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-1
/
+0
*
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-1
/
+1
*
[build] Add several util units
John Newbery
2019-04-09
1
-34
/
+0
*
Add locking annotations to feeStats, shortStats and longStats
practicalswift
2018-12-03
1
-0
/
+1
*
scripted-diff: Rename from cs_feeEstimator to m_cs_fee_estimator
practicalswift
2018-12-02
1
-8
/
+8
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
fee estimator: avoid sorting mempool on shutdown
Suhas Daftuar
2018-01-25
1
-6
/
+7
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Remove dead feeest-file read code for old versions
Matt Corallo
2017-12-19
1
-24
/
+15
*
Merge #11273: Ignore old format estimation file
Wladimir J. van der Laan
2017-12-19
1
-26
/
+3
|
\
|
*
Ignore old format estimation file
Murch
2017-09-07
1
-26
/
+3
*
|
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-2
/
+0
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-10
/
+10
*
|
Use unique_ptr:s for {fee,short,long}Stats (TxConfirmStats)
practicalswift
2017-11-09
1
-15
/
+9
*
|
Avoid division by zero in the case of a corrupt estimates file
practicalswift
2017-10-13
1
-0
/
+4
*
|
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-10-12
1
-0
/
+1
|
\
\
|
*
|
Document assumptions that are being made to avoid division by zero
practicalswift
2017-08-28
1
-0
/
+1
|
|
/
*
|
Force explicit double -> int conversion for CFeeRate constructor
Matt Corallo
2017-09-11
1
-2
/
+2
*
|
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-11
1
-1
/
+1
|
/
*
Fix typo: "conditon" → "condition"
practicalswift
2017-07-18
1
-3
/
+3
*
Improve api to estimatesmartfee
Alex Morcos
2017-07-17
1
-11
/
+8
*
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-17
1
-59
/
+51
|
\
|
*
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-14
1
-59
/
+51
*
|
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...
practicalswift
2017-07-16
1
-1
/
+1
*
|
Fix typos
practicalswift
2017-07-15
1
-2
/
+2
|
/
*
Merge #10543: Change API to estimaterawfee
Wladimir J. van der Laan
2017-07-11
1
-1
/
+32
|
\
|
*
Add function to report highest estimate target tracked per horizon
Alex Morcos
2017-07-10
1
-1
/
+19
|
*
Change API to estimaterawfee
Alex Morcos
2017-07-10
1
-0
/
+13
*
|
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-07-10
1
-0
/
+14
|
/
*
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
2017-06-15
1
-22
/
+68
|
\
|
*
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-13
1
-22
/
+68
*
|
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-09
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Limit variable scope
practicalswift
2017-06-05
1
-1
/
+2
*
|
Merge #10422: Fix timestamp in fee estimate debug message
Wladimir J. van der Laan
2017-06-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix timestamp in fee estimate debug message
Alex Morcos
2017-05-18
1
-1
/
+1
*
|
Merge #10419: [trivial] Fix three recently introduced typos
Pieter Wuille
2017-05-26
1
-1
/
+1
|
\
\
|
*
|
[trivial] Fix three recently introduced typos
practicalswift
2017-05-23
1
-1
/
+1
|
|
/
*
/
Use range-based for loops (C++11) when looping over vector elements
practicalswift
2017-05-19
1
-2
/
+2
|
/
*
Merge #10199: Better fee estimates
Pieter Wuille
2017-05-17
1
-142
/
+477
|
\
|
*
Comments and improved documentation
Alex Morcos
2017-05-10
1
-0
/
+10
|
*
minor cleanup: remove unnecessary variable
Alex Morcos
2017-05-10
1
-2
/
+1
[next]