aboutsummaryrefslogtreecommitdiff
path: root/src/test/mempool_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+5
|/
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
* tests: Drop variadic macroMarcoFalke2018-06-131-9/+6
* test: Add MempoolAncestryTestsKarl-Johan Alm2018-06-111-0/+178
* Add Clang thread safety analysis annotationspracticalswift2018-05-051-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* test: Fix sign for expected valuesKarl-Johan Alm2018-04-111-10/+10
* Fix typosDimitris Apostolou2018-03-211-1/+1
* Merge #12118: Sort mempool by min(feerate, ancestor_feerate)Wladimir J. van der Laan2018-01-151-0/+17
|\
| * Add test for new ancestor feerate sort behaviorSuhas Daftuar2018-01-121-0/+17
* | Remove unused mempool indexSuhas Daftuar2018-01-091-29/+0
|/
* 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-4/+4
* tests: Add missing locks to testspracticalswift2017-11-101-0/+2
* Force explicit double -> int conversion for CFeeRate constructorMatt Corallo2017-09-111-3/+3
* Merge #9548: Remove min reasonable feeWladimir J. van der Laan2017-03-071-4/+4
|\
| * Remove unnecessary min fee argument in CTxMemPool constructorAlex Morcos2017-01-171-4/+4
* | [cleanup] Remove coin age priority completely.Alex Morcos2017-03-031-1/+0
* | [test] Remove priority from testsAlex Morcos2017-03-031-22/+20
|/
* 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