aboutsummaryrefslogtreecommitdiff
path: root/src/test/policyestimator_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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