aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
AgeCommit message (Expand)Author
2024-05-06refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather th...Luke Dashjr
2024-04-22Avoid explicitly computing diagram; compare based on chunksPieter Wuille
2024-03-18Implement ImprovesFeerateDiagramGreg Sanders
2024-02-15scripted-diff: Rename MainSignals to ValidationSignalsTheCharlatan
2024-02-15[refactor] Make signals optional in mempool and chainmanTheCharlatan
2024-02-09Merge bitcoin/bitcoin#28948: v3 transaction policy for anti-pinningAva Chow
2024-01-18refactor: remove CTxMemPool::queryHashes()stickies-v
2024-01-16[refactor] change Workspace::m_conflicts and adjacent funcs/structs to use Txidglozow
2023-12-19[doc]: add doxygen return comment for CheckPackageLimitsismaelsadeeq
2023-12-17wallet, mempool: propagete `checkChainLimits` error message to walletismaelsadeeq
2023-11-22tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...ismaelsadeeq
2023-11-16Merge bitcoin/bitcoin#28605: Fix typosfanquake
2023-11-13Merge bitcoin/bitcoin#28207: mempool: Persist with XORAndrew Chow
2023-11-10scripted-diff: rename vTxHashes to txns_randomizedTheCharlatan
2023-11-10[refactor] rewrite vTxHashes as a vector of CTransactionRefglozow
2023-11-10[refactor] Add helper for retrieving mempool entryTheCharlatan
2023-11-10[refactor] Add helper for iterating through mempool entriesstickies-v
2023-11-09mempool: persist with XORMarcoFalke
2023-11-07doc: fix typosSjors Provoost
2023-09-23Merge bitcoin/bitcoin#28385: [refactor] rewrite DisconnectedBlockTransactions...fanquake
2023-09-20Bugfix: Pass correct virtual size to CheckPackageLimitsLuke Dashjr
2023-09-14Remove MemPoolAccept::m_limits, only have local copies for carveoutsGreg Sanders
2023-09-13Merge bitcoin/bitcoin#28251: validation: fix coins disappearing mid-package e...fanquake
2023-09-13[CCoinsViewMemPool] track non-base coins and allow Resetglozow
2023-09-13MOVEONLY: DisconnectedBlockTransactions to its own fileglozow
2023-09-13rewrite DisconnectedBlockTransactions as a list + mapglozow
2023-09-07[refactor] batch-add transactions to DisconnectedBlockTransactionsglozow
2023-08-17move-only: Create src/kernel/mempool_removal_reason.hMarcoFalke
2023-08-17Remove unused includes from txmempool.hMarcoFalke
2023-08-17Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filterfanquake
2023-08-07doc: Clarify the getmempoolinfo.loaded RPC field documentationMarcoFalke
2023-08-03net_processing: drop m_recently_announced_invs bloom filterAnthony Towns
2023-07-22refactor: Make more transaction size variables signedHennadii Stepanov
2023-06-12Use `int32_t` type for most transaction size/weight valuesHennadii Stepanov
2023-06-12Merge bitcoin/bitcoin#27783: Add public Boost headers explicitlyfanquake
2023-06-07Merge bitcoin/bitcoin#27501: mempool / rpc: add getprioritisedtransactions, d...Andrew Chow
2023-05-31Add public Boost headers explicitlyHennadii Stepanov
2023-05-10[mempool] add GetPrioritisedTransactionsglozow
2023-03-27[mempool] find connected mempool entries with GatherClusters(…)glozow
2023-02-01Fix clang-tidy readability-const-return-type violationsMarcoFalke
2023-01-05refactor: add kernel/cs_main.*fanquake
2023-01-04Merge bitcoin/bitcoin#19909: refactor: Remove unused CTxMemPool::clear() helperglozow
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: add AssumeCalculateMemPoolAncestors helper functionstickies-v
2022-12-13mempool: use util::Result for CalculateMemPoolAncestorsstickies-v
2022-12-13txmempool: Remove unused clear() member functionMarcoFalke
2022-12-12mempool: use util::Result for CalculateAncestorsAndCheckLimitsstickies-v
2022-11-30refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`Hennadii Stepanov
2022-11-18Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dep...glozow