aboutsummaryrefslogtreecommitdiff
path: root/src/policy/fees.h
Commit message (Expand)AuthorAgeFilesLines
* Add extra logging to processBlock in fee estimation.Alex Morcos2017-01-041-1/+4
* Pass pointers to existing CTxMemPoolEntries to fee estimationAlex Morcos2017-01-041-2/+2
* Always update fee estimates on new blocks.Alex Morcos2017-01-041-1/+1
* rename bool to validFeeEstimateAlex Morcos2017-01-041-1/+1
* Remove extraneous LogPrint from fee estimationAlex Morcos2017-01-041-1/+1
* Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounderWladimir J. van der Laan2017-01-041-1/+1
|\
| * fix a bug if the min fee is 0 for FeeFilterRounderAlex Morcos2016-12-081-1/+1
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Remove unused var UNLIKELY_PCT from fees.hfanquake2016-11-091-1/+0
* Merge #7730: Remove priority estimationWladimir J. van der Laan2016-11-071-71/+44
|\
| * Remove priority estimationAlex Morcos2016-11-071-71/+44
* | [copyright] copyright header style uniformisle29832016-11-061-1/+1
|/
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-0/+2
* [doc] Fix doxygen comments for membersMarcoFalke2016-04-031-2/+2
* Implement "feefilter" P2P message.Alex Morcos2016-03-211-0/+13
* Typo fixes in commentsChris Wheeler2016-01-171-3/+3
* Pass reference to estimateSmartFee and cleanup whitespaceSuhas Daftuar2015-11-241-2/+2
* EstimateSmart functions consider mempool min feeAlex Morcos2015-11-161-2/+3
* Increase success threshold for fee estimation to 95%Alex Morcos2015-11-161-2/+2
* Add smart fee estimation functionsAlex Morcos2015-11-161-0/+12
* typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
* Create new BlockPolicyEstimator for fee estimatesAlex Morcos2015-05-131-0/+276