aboutsummaryrefslogtreecommitdiff
path: root/src/test/mempool_tests.cpp
AgeCommit message (Expand)Author
2024-04-25refactor: Drop util::Result operator=Ryan Ofsky
2023-11-10[refactor] remove access to mapTx.find in mempool_tests.cppglozow
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-01-05refactor: add kernel/cs_main.*fanquake
2023-01-03Merge bitcoin/bitcoin#26289: Use util::Result in for calculating mempool ance...Andrew Chow
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-13mempool: use util::Result for CalculateMemPoolAncestorsstickies-v
2022-10-24test: Use type-safe NodeSeconds for TestMemPoolEntryHelperMacroFake
2022-10-18test: Remove unused txmempool include from testsMacroFake
2022-10-05test: use NoLimits() in MempoolIndexingTeststickies-v
2022-06-28mempool: Make GetMinFee() with custom size protectedCarl Dong
2022-06-15scripted-diff: test: Use CTxMemPool in TestingSetupCarl Dong
2022-05-25tree-wide: clang-format CTxMemPool referencesCarl Dong
2022-04-29test: Split MempoolAncestryTests into twoMacroFake
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-19scripted-diff: Use clang-tidy syntax for C++ named argumentsMarcoFalke
2021-10-21[mempool] delete exists(uint256) functionglozow
2021-04-14test: Reset mocktime in the common setupMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-11-04test: add "diamond" unit test to MempoolAncestryTestsSebastian Falbesoner
2019-07-22txmempool: Remove unused default value MemPoolRemovalReason::UNKNOWNMarcoFalke
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2018-12-17test: Add missing validation locksMarcoFalke
2018-12-11Removed implicit CTransaction constructor from testslucash-dev
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-08-29Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...Wladimir J. van der Laan
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-07-30scripted-diff: Remove unused first argument to addUncheckedMarcoFalke
2018-07-29refactor: Avoid locking tx pool cs thriceMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-06-13tests: Drop variadic macroMarcoFalke
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