Age | Commit message (Expand) | Author |
2021-02-18 | validation: Pass in chainstate to CTxMemPool::removeForReorg | Carl Dong |
2021-02-18 | validation: Pass in chain to ::TestLockPointValidity | Carl Dong |
2021-02-18 | tree-wide: Fix erroneous AcceptToMemoryPool replacements | Carl Dong |
2021-02-18 | scripted-diff: Invoke ::AcceptToMemoryPool with chainstate | Carl Dong |
2021-02-18 | validation: Pass in chainstate to ::CheckSequenceLocks | Carl Dong |
2021-02-18 | scripted-diff: Invoke ::CheckFinalTx with chain tip | Carl Dong |
2021-02-08 | Merge #20944: rpc: Return total fee in getmempoolinfo | MarcoFalke |
2021-01-28 | validation: Move GetSpendHeight to BlockManager | Carl Dong |
2021-01-28 | rpc: Return total fee in mempool | MarcoFalke |
2021-01-20 | locks: Annotate CTxMemPool::check to require cs_main | Carl Dong |
2021-01-13 | Merge #19935: Move SaltedHashers to separate file and add some new ones | Wladimir J. van der Laan |
2020-11-10 | Move Hashers to util/hasher.{cpp/h} | Andrew Chow |
2020-10-23 | refactor: Clean up CTxMemPool initializer list | Elle Mouton |
2020-10-23 | refactor: Make CTxMemPool::m_check_ratio a const and a constructor argument | Elle Mouton |
2020-10-23 | refactor: Avoid double to int cast for nCheckFrequency | Elle Mouton |
2020-09-22 | Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas | Gregory Sanders |
2020-09-04 | Get rid of unused functions CTxMemPool::GetMemPoolChildren, CTxMemPool::GetMe... | Jeremy Rubin |
2020-09-04 | Remove mapLinks in favor of entry inlined structs with iterator type erasure | Jeremy Rubin |
2020-09-01 | refactor: CTxMemPool::ClearPrioritisation() requires CTxMemPool::cs lock | Hennadii Stepanov |
2020-09-01 | refactor: CTxMemPool::ApplyDelta() requires CTxMemPool::cs lock | Hennadii Stepanov |
2020-09-01 | refactor: CTxMemPool::UpdateChild() requires CTxMemPool::cs lock | Hennadii Stepanov |
2020-09-01 | refactor: CTxMemPool::UpdateParent() requires CTxMemPool::cs lock | Hennadii Stepanov |
2020-07-30 | refactor: make txmempool interface use GenTxid | Pieter Wuille |
2020-07-18 | Add a wtxid-index to the mempool | Suhas Daftuar |
2020-05-15 | wallet: Minimal fix to restore conflicted transaction notifications | Russell Yanofsky |
2020-04-29 | Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w... | fanquake |
2020-04-23 | [mempool] Track "unbroadcast" transactions | Amiti Uttarwar |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-03-11 | [mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks | John Newbery |
2020-03-11 | [wallet] Notify conflicted transactions in TransactionRemovedFromMempool | John Newbery |
2020-01-14 | Make UpdateTransactionsFromBlock use Epochs | Jeremy Rubin |
2020-01-14 | Add Epoch Guards to CTXMemPoolEntry and CTxMemPool | Jeremy Rubin |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-11-21 | Fire TransactionRemovedFromMempool from mempool | 251 |
2019-10-30 | Merge #17316: refactor: Replace all uses of boost::optional with our own Opti... | fanquake |
2019-10-30 | refactor: Replace all uses of boost::optional with our own Optional type | Wladimir J. van der Laan |
2019-10-29 | [validation] Add CValidationState subclasses | John Newbery |
2019-10-03 | feefilter: Compute the absolute fee rather than stored rate to match mempool ... | Gregory Sanders |
2019-09-23 | txmempool: Make entry time type-safe (std::chrono) | MarcoFalke |
2019-06-07 | validation: Add missing mempool locks | MarcoFalke |
2019-06-07 | txpool: Make nTransactionsUpdated atomic | MarcoFalke |
2019-06-02 | Make reasoning about dependencies easier by not including unused dependencies | practicalswift |
2019-05-20 | mempool: remove unused magic number from consistency check | Gregory Sanders |
2019-05-01 | Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo | MarcoFalke |
2019-04-09 | [build] Move policy settings to new src/policy/settings unit | John Newbery |
2019-03-22 | Move g_is_mempool_loaded into CTxMemPool::m_is_loaded | Ben Woosley |
2019-02-25 | rpc: Pass mempool into MempoolToJSON | MarcoFalke |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-09-11 | Pass tx pool reference into CheckSequenceLocks | MarcoFalke |
2018-09-07 | tx pool: Use class methods to hide raw map iterator impl details | MarcoFalke |