aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
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-26CalculateFeerateDiagramsForRBF: update misleading description of old diagram ...Greg Sanders
2024-03-26CalculateFeerateDiagramsForRBF: remove size tie-breaking from chunking conflictsGreg Sanders
2024-03-18Implement ImprovesFeerateDiagramGreg Sanders
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-17wallet, mempool: propagete `checkChainLimits` error message to walletismaelsadeeq
2023-12-01Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...Andrew Chow
2023-11-28Merge bitcoin/bitcoin#28903: refactor: Make CTxMemPoolEntry only explicitly c...Andrew Chow
2023-11-22tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...ismaelsadeeq
2023-11-22tx fees, policy: update `CBlockPolicyEstimator::processBlock` parameterismaelsadeeq
2023-11-22CValidationInterface, mempool: add new callback to `CValidationInterface`ismaelsadeeq
2023-11-22tx fees, policy: bugfix: move `removeTx` into reason != `BLOCK` conditionismaelsadeeq
2023-11-21Use Txid in COutpointdergoegge
2023-11-17refactor: Make CTxMemPoolEntry only explicitly copyableTheCharlatan
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-10-12tidy: modernize-use-emplaceMarcoFalke
2023-09-20Handle over-sized (in virtual bytes) packages with no in-mempool ancestorsGreg Sanders
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-08-17move-only: Create src/kernel/mempool_removal_reason.hMarcoFalke
2023-08-17Merge bitcoin/bitcoin#27675: p2p: Drop m_recently_announced_invs bloom filterfanquake
2023-08-03net_processing: drop m_recently_announced_invs bloom filterAnthony Towns
2023-07-22refactor: Make more transaction size variables signedHennadii Stepanov
2023-06-14refactor: Make m_count_with_* in CTxMemPoolEntry int64_t, drop UBSAN suppMarcoFalke
2023-06-12Remove txmempool implicit-integer-sign-change sanitizer suppressionsHennadii Stepanov
2023-06-12Use `int32_t` type for most transaction size/weight valuesHennadii Stepanov
2023-06-07Merge bitcoin/bitcoin#27501: mempool / rpc: add getprioritisedtransactions, d...Andrew Chow
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-19Merge bitcoin/bitcoin#27021: Implement Mini version of BlockAssembler to calc...glozow
2023-05-10[mempool] clear mapDeltas entry if prioritisetransaction sets delta to 0glozow
2023-05-10[mempool] add GetPrioritisedTransactionsglozow
2023-05-10txmempool: have CompareDepthAndScore sort missing txs firstAnthony Towns
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-27[mempool] find connected mempool entries with GatherClusters(…)glozow
2023-03-20Merge bitcoin/bitcoin#26531: mempool: Add mempool tracepointsAndrew Chow
2023-03-20Add mempool tracepointsvirtu
2023-02-01Fix clang-tidy readability-const-return-type violationsMarcoFalke
2023-01-05refactor: Work around Werror=free-nonheap-object in AssumeCalculateMemPoolAnc...MarcoFalke
2023-01-04Merge bitcoin/bitcoin#19909: refactor: Remove unused CTxMemPool::clear() helperglozow