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
/
policy
/
fees.cpp
Age
Commit message (
Expand
)
Author
2017-07-18
Fix typo: "conditon" → "condition"
practicalswift
2017-07-17
Improve api to estimatesmartfee
Alex Morcos
2017-07-17
Merge #10706: Improve wallet fee logic and fix GUI bugs
Wladimir J. van der Laan
2017-07-16
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...
practicalswift
2017-07-15
Fix typos
practicalswift
2017-07-14
Remove checking of mempool min fee from estimateSmartFee.
Alex Morcos
2017-07-11
Merge #10543: Change API to estimaterawfee
Wladimir J. van der Laan
2017-07-10
Add function to report highest estimate target tracked per horizon
Alex Morcos
2017-07-10
Change API to estimaterawfee
Alex Morcos
2017-07-10
Add RPC options for RBF, confirmation target, and conservative fee estimation.
Alex Morcos
2017-06-15
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
2017-06-13
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-09
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-05
Merge #10422: Fix timestamp in fee estimate debug message
Wladimir J. van der Laan
2017-06-05
Limit variable scope
practicalswift
2017-05-26
Merge #10419: [trivial] Fix three recently introduced typos
Pieter Wuille
2017-05-23
[trivial] Fix three recently introduced typos
practicalswift
2017-05-19
Use range-based for loops (C++11) when looping over vector elements
practicalswift
2017-05-18
Fix timestamp in fee estimate debug message
Alex Morcos
2017-05-17
Merge #10199: Better fee estimates
Pieter Wuille
2017-05-10
Comments and improved documentation
Alex Morcos
2017-05-10
minor cleanup: remove unnecessary variable
Alex Morcos
2017-05-10
Introduce a scale factor
Alex Morcos
2017-05-10
Historical block span
Alex Morcos
2017-05-10
Clean up fee estimate debug printing
Alex Morcos
2017-05-10
Track first recorded height
Alex Morcos
2017-05-10
Rewrite estimateSmartFee
Alex Morcos
2017-05-10
Track failures in fee estimation.
Alex Morcos
2017-05-10
Expose estimaterawfee
Alex Morcos
2017-05-10
minor refactor: explicitly track start of new bucket range and don't update c...
Alex Morcos
2017-05-10
Make EstimateMedianVal smarter about small failures.
Alex Morcos
2017-05-10
Refactor to update moving average on fly
Alex Morcos
2017-05-10
Change parameters for fee estimation and estimates on all 3 time horizons.
Alex Morcos
2017-04-23
Trivial: fix fee estimate write error log message
CryptAxe
2017-04-20
Change file format for fee estimates.
Alex Morcos
2017-04-10
MOVEONLY: move TxConfirmStats to cpp
Alex Morcos
2017-04-10
Initialize TxConfirmStats in constructor
Alex Morcos
2017-04-10
Read and Write fee estimate file directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
Give CBlockPolicyEstimator it's own lock
Alex Morcos
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-02-27
[cleanup] Remove estimatePriority and estimateSmartPriority
Alex Morcos
2017-02-21
Remove harmless read of unusued priority estimates
Alex Morcos
2017-01-17
CBlockPolicyEstimator now uses hard coded minimum bucket feerate
Alex Morcos
2017-01-17
Change fee estimation bucket limit variable names
Alex Morcos
2017-01-04
Fix edge case with stale fee estimates
Alex Morcos
2017-01-04
Add clarifying comments to fee estimation
Alex Morcos
2017-01-04
Add extra logging to processBlock in fee estimation.
Alex Morcos
2017-01-04
Pass pointers to existing CTxMemPoolEntries to fee estimation
Alex Morcos
[next]