Age | Commit message (Expand) | Author |
2023-11-10 | [refactor] remove access to mapTx.find in mempool_tests.cpp | glozow |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-01-05 | refactor: add kernel/cs_main.* | fanquake |
2023-01-03 | Merge bitcoin/bitcoin#26289: Use util::Result in for calculating mempool ance... | Andrew Chow |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-12-13 | mempool: use util::Result for CalculateMemPoolAncestors | stickies-v |
2022-10-24 | test: Use type-safe NodeSeconds for TestMemPoolEntryHelper | MacroFake |
2022-10-18 | test: Remove unused txmempool include from tests | MacroFake |
2022-10-05 | test: use NoLimits() in MempoolIndexingTest | stickies-v |
2022-06-28 | mempool: Make GetMinFee() with custom size protected | Carl Dong |
2022-06-15 | scripted-diff: test: Use CTxMemPool in TestingSetup | Carl Dong |
2022-05-25 | tree-wide: clang-format CTxMemPool references | Carl Dong |
2022-04-29 | test: Split MempoolAncestryTests into two | MacroFake |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-11-19 | scripted-diff: Use clang-tidy syntax for C++ named arguments | MarcoFalke |
2021-10-21 | [mempool] delete exists(uint256) function | glozow |
2021-04-14 | test: Reset mocktime in the common setup | MarcoFalke |
2019-11-06 | scripted-diff: test: Move setup_common to test library | MarcoFalke |
2019-11-04 | test: add "diamond" unit test to MempoolAncestryTests | Sebastian Falbesoner |
2019-07-22 | txmempool: Remove unused default value MemPoolRemovalReason::UNKNOWN | MarcoFalke |
2019-06-26 | tests: Reduce compilation time and unneccessary recompiles by removing unused... | practicalswift |
2019-04-11 | scripted-diff: Bump copyright headers in test, bench | MarcoFalke |
2019-04-11 | scripted-diff: Rename test_bitcoin to test/setup_common | MarcoFalke |
2018-12-17 | test: Add missing validation locks | MarcoFalke |
2018-12-11 | Removed implicit CTransaction constructor from tests | lucash-dev |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-08-29 | Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script... | Wladimir J. van der Laan |
2018-08-08 | Merge #13780: 0.17: Pre-branch maintenance | Wladimir J. van der Laan |
2018-07-30 | scripted-diff: Remove unused first argument to addUnchecked | MarcoFalke |
2018-07-29 | refactor: Avoid locking tx pool cs thrice | MarcoFalke |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-24 | scripted-diff: Remove trailing whitespaces | João Barbosa |
2018-06-13 | tests: Drop variadic macro | MarcoFalke |
2018-06-11 | test: Add MempoolAncestryTests | Karl-Johan Alm |
2018-05-05 | Add Clang thread safety analysis annotations | practicalswift |
2018-05-03 | Make it clear which functions that are intended to be translation unit local | practicalswift |
2018-04-11 | test: Fix sign for expected values | Karl-Johan Alm |
2018-03-21 | Fix typos | Dimitris Apostolou |
2018-01-15 | Merge #12118: Sort mempool by min(feerate, ancestor_feerate) | Wladimir J. van der Laan |
2018-01-12 | Add test for new ancestor feerate sort behavior | Suhas Daftuar |
2018-01-09 | Remove unused mempool index | Suhas Daftuar |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-10 | tests: Add missing locks to tests | practicalswift |
2017-09-11 | Force explicit double -> int conversion for CFeeRate constructor | Matt Corallo |
2017-03-07 | Merge #9548: Remove min reasonable fee | Wladimir J. van der Laan |
2017-03-03 | [cleanup] Remove coin age priority completely. | Alex Morcos |
2017-03-03 | [test] Remove priority from tests | Alex Morcos |
2017-01-17 | Remove unnecessary min fee argument in CTxMemPool constructor | Alex Morcos |
2017-01-04 | Remove member variable hadNoDependencies from CTxMemPoolEntry | Alex Morcos |