aboutsummaryrefslogtreecommitdiff
path: root/src/policy/fees.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Change parameters for fee estimation and estimates on all 3 time horizons.Alex Morcos2017-05-101-11/+26
| * Change file format for fee estimates.Alex Morcos2017-04-201-77/+151
* | Trivial: fix fee estimate write error log messageCryptAxe2017-04-231-1/+1
|/
* MOVEONLY: move TxConfirmStats to cppAlex Morcos2017-04-101-0/+106
* Initialize TxConfirmStats in constructorAlex Morcos2017-04-101-15/+20
* Read and Write fee estimate file directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-12/+32
* Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-3/+3
* Give CBlockPolicyEstimator it's own lockAlex Morcos2017-04-101-10/+22
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-12/+14
* Merge #9548: Remove min reasonable feeWladimir J. van der Laan2017-03-071-5/+5
|\
| * CBlockPolicyEstimator now uses hard coded minimum bucket feerateAlex Morcos2017-01-171-2/+2
| * Change fee estimation bucket limit variable namesAlex Morcos2017-01-171-4/+4
* | [cleanup] Remove estimatePriority and estimateSmartPriorityAlex Morcos2017-02-271-18/+0
* | Remove harmless read of unusued priority estimatesAlex Morcos2017-02-211-4/+1
|/
* 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