aboutsummaryrefslogtreecommitdiff
path: root/src/test/policyestimator_tests.cpp
AgeCommit message (Expand)Author
2018-07-29refactor: Avoid locking tx pool cs thriceMarcoFalke
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-07-14Remove checking of mempool min fee from estimateSmartFee.Alex Morcos
2017-07-06remove default argument from estimateSmartFeeAlex Morcos
2017-05-10Introduce a scale factorAlex Morcos
2017-05-10Rewrite estimateSmartFeeAlex Morcos
2017-05-10Track failures in fee estimation.Alex Morcos
2017-05-10Change parameters for fee estimation and estimates on all 3 time horizons.Alex Morcos
2017-04-10Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos
2017-04-10Make feeEstimator its own global instance of CBlockPolicyEstimatorAlex Morcos
2017-03-07Merge #9548: Remove min reasonable feeWladimir J. van der Laan
2017-03-03[test] Remove priority from testsAlex Morcos
2017-02-27[cleanup] Remove estimatePriority and estimateSmartPriorityAlex Morcos
2017-01-17Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-29Disable fee estimates for a confirm target of 1 blockAlex Morcos
2016-11-19Introduce convenience type CTransactionRefPieter Wuille
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-11-07Remove priority estimationAlex Morcos
2016-10-21Make removed and conflicted arguments optional to removePieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-07Get rid of CTxMempool::lookup() entirelyPieter Wuille
2015-11-19Change GetPriority calculation.Alex Morcos
2015-11-27Merge pull request #6134Wladimir J. van der Laan
2015-11-16Implement helper class for CTxMemPoolEntry constructorAlex Morcos
2015-11-16add estimateSmartFee to the unit testAlex Morcos
2015-11-16Increase success threshold for fee estimation to 95%Alex Morcos
2015-05-13Create new BlockPolicyEstimator for fee estimatesAlex Morcos