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
*
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
|
*
Introduce a scale factor
Alex Morcos
2017-05-10
1
-27
/
+34
|
*
Historical block span
Alex Morcos
2017-05-10
1
-9
/
+48
|
*
Clean up fee estimate debug printing
Alex Morcos
2017-05-10
1
-1
/
+1
|
*
Track first recorded height
Alex Morcos
2017-05-10
1
-1
/
+6
|
*
Rewrite estimateSmartFee
Alex Morcos
2017-05-10
1
-6
/
+83
|
*
Track failures in fee estimation.
Alex Morcos
2017-05-10
1
-14
/
+58
|
*
Expose estimaterawfee
Alex Morcos
2017-05-10
1
-11
/
+86
|
*
minor refactor: explicitly track start of new bucket range and don't update c...
Alex Morcos
2017-05-10
1
-1
/
+6
|
*
Make EstimateMedianVal smarter about small failures.
Alex Morcos
2017-05-10
1
-5
/
+3
|
*
Refactor to update moving average on fly
Alex Morcos
2017-05-10
1
-29
/
+16
|
*
Change parameters for fee estimation and estimates on all 3 time horizons.
Alex Morcos
2017-05-10
1
-11
/
+26
|
*
Change file format for fee estimates.
Alex Morcos
2017-04-20
1
-77
/
+151
*
|
Trivial: fix fee estimate write error log message
CryptAxe
2017-04-23
1
-1
/
+1
|
/
*
MOVEONLY: move TxConfirmStats to cpp
Alex Morcos
2017-04-10
1
-0
/
+106
[next]