aboutsummaryrefslogtreecommitdiff
path: root/src/test/mempool_tests.cpp
AgeCommit message (Expand)Author
2018-06-11test: Add MempoolAncestryTestsKarl-Johan Alm
2018-05-05Add Clang thread safety analysis annotationspracticalswift
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-11test: Fix sign for expected valuesKarl-Johan Alm
2018-03-21Fix typosDimitris Apostolou
2018-01-15Merge #12118: Sort mempool by min(feerate, ancestor_feerate)Wladimir J. van der Laan
2018-01-12Add test for new ancestor feerate sort behaviorSuhas Daftuar
2018-01-09Remove unused mempool indexSuhas Daftuar
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-11-10tests: Add missing locks to testspracticalswift
2017-09-11Force explicit double -> int conversion for CFeeRate constructorMatt Corallo
2017-03-07Merge #9548: Remove min reasonable feeWladimir J. van der Laan
2017-03-03[cleanup] Remove coin age priority completely.Alex Morcos
2017-03-03[test] Remove priority from testsAlex Morcos
2017-01-17Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos
2017-01-04Remove member variable hadNoDependencies from CTxMemPoolEntryAlex Morcos
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-15Merge #7562: Bump transaction version default to 2Wladimir J. van der Laan
2016-12-08tiny test fix for mempool_testsAlex Morcos
2016-12-05remove internal tracking of mempool conflicts for reporting to walletAlex Morcos
2016-12-05remove external usage of mempool conflict trackingAlex Morcos
2016-11-19Introduce convenience type CTransactionRefPieter Wuille
2016-11-19Make CBlock::vtx a vector of shared_ptr<CTransaction>Pieter Wuille
2016-11-02trivial: Remove variable unused after refactoringDaniel Kraft
2016-10-21Return shared_ptr<CTransaction> from mempool removesPieter Wuille
2016-10-21Make removed and conflicted arguments optional to removePieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-03-14Add ancestor feerate index to mempoolSuhas Daftuar
2016-03-14Rename CTxMemPool::remove -> removeRecursiveSuhas Daftuar
2016-02-16Add tags to mempool's mapTx indicesSuhas Daftuar
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-01Add a score index to the mempool.Alex Morcos
2015-11-16Implement helper class for CTxMemPoolEntry constructorAlex Morcos
2015-11-13Fix bug in mempool_tests unit testAlex Morcos
2015-10-14Undo GetMinFee-requires-extra-call-to-hit-0Matt Corallo
2015-10-13Add reasonable test case for mempool trimmingMatt Corallo
2015-10-13Reverse the sort on the mempool's feerate indexSuhas Daftuar
2015-09-19Track transaction packages in CTxMemPoolEntrySuhas Daftuar
2015-09-19TxMemPool: Change mapTx to a boost::multi_index_containerAshley Holman
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-03-26Keep mempool consistent during block-reorgsGavin Andresen