aboutsummaryrefslogtreecommitdiff
path: root/src/test/policyestimator_tests.cpp
AgeCommit message (Expand)Author
2022-06-15test/policyestimator: Use ChainTestingSetup's CTxMemPoolCarl Dong
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-15Remove unused includespracticalswift
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-12-17test: Add missing validation locksMarcoFalke
2018-12-11Removed implicit CTransaction constructor from testslucash-dev
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-08-29Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-07-30scripted-diff: Remove unused first argument to addUncheckedMarcoFalke
2018-07-29refactor: Avoid locking tx pool cs thriceMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
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