Age | Commit message (Expand) | Author |
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 |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-15 | Merge #7562: Bump transaction version default to 2 | Wladimir J. van der Laan |
2016-12-08 | tiny test fix for mempool_tests | Alex Morcos |
2016-12-05 | remove internal tracking of mempool conflicts for reporting to wallet | Alex Morcos |
2016-12-05 | remove external usage of mempool conflict tracking | Alex Morcos |
2016-11-19 | Introduce convenience type CTransactionRef | Pieter Wuille |
2016-11-19 | Make CBlock::vtx a vector of shared_ptr<CTransaction> | Pieter Wuille |
2016-11-02 | trivial: Remove variable unused after refactoring | Daniel Kraft |
2016-10-21 | Return shared_ptr<CTransaction> from mempool removes | Pieter Wuille |
2016-10-21 | Make removed and conflicted arguments optional to remove | Pieter Wuille |
2016-06-22 | BIP141: Other consensus critical limits, and BIP145 | Pieter Wuille |
2016-03-14 | Add ancestor feerate index to mempool | Suhas Daftuar |
2016-03-14 | Rename CTxMemPool::remove -> removeRecursive | Suhas Daftuar |
2016-02-16 | Add tags to mempool's mapTx indices | Suhas Daftuar |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |