aboutsummaryrefslogtreecommitdiff
path: root/src/policy
AgeCommit message (Expand)Author
2017-07-10Add function to report highest estimate target tracked per horizonAlex Morcos
2017-07-10Change API to estimaterawfeeAlex Morcos
2017-07-10Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos
2017-07-06remove default argument from estimateSmartFeeAlex Morcos
2017-07-06Introduce a fee estimate mode.Alex Morcos
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-06-27Move the AreInputsStandard documentation next to its implementationesneider
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-15Merge #10284: Always log debug information for fee calculation in CreateTrans...Wladimir J. van der Laan
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-13Output Fee Estimation Calculations in CreateTransactionAlex Morcos
2017-06-09Merge #10521: Limit variable scopePieter Wuille
2017-06-05Introduce MAX_BIP125_RBF_SEQUENCE constantLuke Dashjr
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-06-05Merge #10422: Fix timestamp in fee estimate debug messageWladimir J. van der Laan
2017-06-05Limit variable scopepracticalswift
2017-06-01Merge CCoinsViewCache's GetOutputFor and AccessCoinPieter Wuille
2017-05-26Merge #10419: [trivial] Fix three recently introduced typosPieter Wuille
2017-05-23Merge #10347: Use range-based for loops (C++11) when looping over vector elem...Pieter Wuille
2017-05-23[trivial] Fix three recently introduced typospracticalswift
2017-05-19Prevent shadowing the global dustRelayFee.Pavel Janík
2017-05-19Use range-based for loops (C++11) when looping over vector elementspracticalswift
2017-05-18Fix timestamp in fee estimate debug messageAlex Morcos
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-10Clean up fee estimate debug printingAlex 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-10minor refactor: explicitly track start of new bucket range and don't update c...Alex Morcos
2017-05-10Make EstimateMedianVal smarter about small failures.Alex Morcos
2017-05-10Refactor to update moving average on flyAlex 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-05-03Consensus: Minimal way to move dust out of consensusJorge Timón
2017-04-23Trivial: fix fee estimate write error log messageCryptAxe
2017-04-20Merge #10181: Include cleanupWladimir J. van der Laan
2017-04-20Change file format for fee estimates.Alex Morcos
2017-04-13Missing includesJorge Timón
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