aboutsummaryrefslogtreecommitdiff
path: root/src/test/mempool_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos2017-01-041-2/+0
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Merge #7562: Bump transaction version default to 2Wladimir J. van der Laan2016-12-151-2/+11
|\
| * tiny test fix for mempool_testsAlex Morcos2016-12-081-2/+11
* | remove internal tracking of mempool conflicts for reporting to walletAlex Morcos2016-12-051-19/+21
* | remove external usage of mempool conflict trackingAlex Morcos2016-12-051-1/+1
|/
* Introduce convenience type CTransactionRefPieter Wuille2016-11-191-4/+4
* Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille2016-11-191-3/+3
* trivial: Remove variable unused after refactoringDaniel Kraft2016-11-021-1/+0
* Return shared_ptr<CTransaction> from mempool removesPieter Wuille2016-10-211-1/+2
* Make removed and conflicted arguments optional to removePieter Wuille2016-10-211-15/+12
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-5/+6
* Add ancestor feerate index to mempoolSuhas Daftuar2016-03-141-0/+104
* Rename CTxMemPool::remove -> removeRecursiveSuhas Daftuar2016-03-141-10/+10
* Add tags to mempool's mapTx indicesSuhas Daftuar2016-02-161-11/+11
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Add a score index to the mempool.Alex Morcos2015-12-011-9/+43
* Implement helper class for CTxMemPoolEntry constructorAlex Morcos2015-11-161-32/+37
* Fix bug in mempool_tests unit testAlex Morcos2015-11-131-2/+2
* Undo GetMinFee-requires-extra-call-to-hit-0Matt Corallo2015-10-141-1/+0
* Add reasonable test case for mempool trimmingMatt Corallo2015-10-131-0/+154
* Reverse the sort on the mempool's feerate indexSuhas Daftuar2015-10-131-23/+23
* Track transaction packages in CTxMemPoolEntrySuhas Daftuar2015-09-191-10/+139
* TxMemPool: Change mapTx to a boost::multi_index_containerAshley Holman2015-09-191-0/+52
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+0
* Keep mempool consistent during block-reorgsGavin Andresen2015-03-261-0/+104