aboutsummaryrefslogtreecommitdiff
path: root/src/policy/fees.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix edge case with stale fee estimatesAlex Morcos2017-01-041-1/+3
* Add clarifying comments to fee estimationAlex Morcos2017-01-041-0/+5
* Add extra logging to processBlock in fee estimation.Alex Morcos2017-01-041-9/+19
* Pass pointers to existing CTxMemPoolEntries to fee estimationAlex Morcos2017-01-041-5/+5
* Always update fee estimates on new blocks.Alex Morcos2017-01-041-6/+1
* rename bool to validFeeEstimateAlex Morcos2017-01-041-2/+2
* Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos2017-01-041-13/+8
* Remove extraneous LogPrint from fee estimationAlex Morcos2017-01-041-10/+7
* Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounderWladimir J. van der Laan2017-01-041-1/+2
|\
| * fix a bug if the min fee is 0 for FeeFilterRounderAlex Morcos2016-12-081-1/+2
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Disable fee estimates for a confirm target of 1 blockAlex Morcos2016-11-291-1/+6
* Merge #7730: Remove priority estimationWladimir J. van der Laan2016-11-071-136/+32
|\
| * Remove priority estimationAlex Morcos2016-11-071-136/+32
* | [copyright] copyright header style uniformisle29832016-11-061-1/+1
|/
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-1/+1
* Implement "feefilter" P2P message.Alex Morcos2016-03-211-0/+19
* Typo fixes in commentsChris Wheeler2016-01-171-1/+1
* Pass reference to estimateSmartFee and cleanup whitespaceSuhas Daftuar2015-11-241-5/+4
* EstimateSmart functions consider mempool min feeAlex Morcos2015-11-161-2/+14
* Add smart fee estimation functionsAlex Morcos2015-11-161-0/+41
* typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
* Make sure LogPrintf strings are line-terminatedWladimir J. van der Laan2015-08-031-2/+3
* Create new BlockPolicyEstimator for fee estimatesAlex Morcos2015-05-131-0/+529