aboutsummaryrefslogtreecommitdiff
path: root/src/policy/fees.h
AgeCommit message (Expand)Author
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-13Output Fee Estimation Calculations in CreateTransactionAlex Morcos
2017-05-23[trivial] Fix three recently introduced typospracticalswift
2017-05-17Merge #10199: Better fee estimatesPieter Wuille
2017-05-10Comments and improved documentationAlex Morcos
2017-05-10minor cleanup: remove unnecessary variableAlex Morcos
2017-05-10Introduce a scale factorAlex Morcos
2017-05-10Historical block spanAlex Morcos
2017-05-10Track first recorded heightAlex Morcos
2017-05-10Rewrite estimateSmartFeeAlex Morcos
2017-05-10Track failures in fee estimation.Alex Morcos
2017-05-10Expose estimaterawfeeAlex Morcos
2017-05-10Make EstimateMedianVal smarter about small failures.Alex Morcos
2017-05-10Change parameters for fee estimation and estimates on all 3 time horizons.Alex Morcos
2017-05-03Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus moduleJorge Timón
2017-04-20Change file format for fee estimates.Alex Morcos
2017-04-10MOVEONLY: move TxConfirmStats to cppAlex Morcos
2017-04-10Initialize TxConfirmStats in constructorAlex Morcos
2017-04-10Read and Write fee estimate file directly from CBlockPolicyEstimatorAlex Morcos
2017-04-10Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos
2017-04-10Give CBlockPolicyEstimator it's own lockAlex Morcos
2017-04-10Make processBlockTx private.Alex Morcos
2017-03-07Merge #9548: Remove min reasonable feeWladimir J. van der Laan
2017-02-27[cleanup] Remove estimatePriority and estimateSmartPriorityAlex Morcos
2017-01-17CBlockPolicyEstimator now uses hard coded minimum bucket feerateAlex Morcos
2017-01-17Change fee estimation bucket limit variable namesAlex Morcos
2017-01-04Add extra logging to processBlock in fee estimation.Alex Morcos
2017-01-04Pass pointers to existing CTxMemPoolEntries to fee estimationAlex Morcos
2017-01-04Always update fee estimates on new blocks.Alex Morcos
2017-01-04rename bool to validFeeEstimateAlex Morcos
2017-01-04Remove extraneous LogPrint from fee estimationAlex Morcos
2017-01-04Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounderWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-08fix a bug if the min fee is 0 for FeeFilterRounderAlex Morcos
2016-11-09Remove unused var UNLIKELY_PCT from fees.hfanquake
2016-11-07Merge #7730: Remove priority estimationWladimir J. van der Laan
2016-11-07Remove priority estimationAlex Morcos
2016-11-06[copyright] copyright header style uniformisle2983
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2016-04-03[doc] Fix doxygen comments for membersMarcoFalke
2016-03-21Implement "feefilter" P2P message.Alex Morcos
2016-01-17Typo fixes in commentsChris Wheeler
2015-11-24Pass reference to estimateSmartFee and cleanup whitespaceSuhas Daftuar
2015-11-16EstimateSmart functions consider mempool min feeAlex Morcos
2015-11-16Increase success threshold for fee estimation to 95%Alex Morcos
2015-11-16Add smart fee estimation functionsAlex Morcos
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-05-13Create new BlockPolicyEstimator for fee estimatesAlex Morcos