aboutsummaryrefslogtreecommitdiff
path: root/src/test/policyestimator_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-1/+1
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* Remove unused includespracticalswift2019-10-151-1/+0
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-0/+1
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* test: Add missing validation locksMarcoFalke2018-12-171-1/+1
* Removed implicit CTransaction constructor from testslucash-dev2018-12-111-1/+1
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan2018-08-291-3/+3
|\
| * scripted-diff: Remove unused first argument to addUncheckedMarcoFalke2018-07-301-3/+3
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\ \ | |/ |/|
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | refactor: Avoid locking tx pool cs thriceMarcoFalke2018-07-291-0/+1
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
* Remove checking of mempool min fee from estimateSmartFee.Alex Morcos2017-07-141-10/+0
* remove default argument from estimateSmartFeeAlex Morcos2017-07-061-2/+2
* Introduce a scale factorAlex Morcos2017-05-101-5/+2
* Rewrite estimateSmartFeeAlex Morcos2017-05-101-8/+1
* Track failures in fee estimation.Alex Morcos2017-05-101-4/+4
* Change parameters for fee estimation and estimates on all 3 time horizons.Alex Morcos2017-05-101-12/+15
* Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-21/+21
* Make feeEstimator its own global instance of CBlockPolicyEstimatorAlex Morcos2017-04-101-1/+2
* Merge #9548: Remove min reasonable feeWladimir J. van der Laan2017-03-071-1/+1
|\
| * Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos2017-01-171-1/+1
* | [test] Remove priority from testsAlex Morcos2017-03-031-4/+4
* | [cleanup] Remove estimatePriority and estimateSmartPriorityAlex Morcos2017-02-271-2/+0
|/
* 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-7/+15
* Introduce convenience type CTransactionRefPieter Wuille2016-11-191-4/+4
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-4/+4
* Remove priority estimationAlex Morcos2016-11-071-39/+21
* Make removed and conflicted arguments optional to removePieter Wuille2016-10-211-6/+5
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-1/+2
* Get rid of CTxMempool::lookup() entirelyPieter Wuille2016-06-071-9/+9
* Change GetPriority calculation.Alex Morcos2015-11-191-1/+1
* Merge pull request #6134Wladimir J. van der Laan2015-11-271-17/+40
|\
| * add estimateSmartFee to the unit testAlex Morcos2015-11-161-0/+20
| * Increase success threshold for fee estimation to 95%Alex Morcos2015-11-161-17/+20
* | Implement helper class for CTxMemPoolEntry constructorAlex Morcos2015-11-161-3/+4
|/
* Create new BlockPolicyEstimator for fee estimatesAlex Morcos2015-05-131-0/+186