aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
AgeCommit message (Expand)Author
2022-09-09scripted-diff: rename CChainState -> ChainstateJames O'Beirne
2022-08-04[doc] remove non-signaling mentions of BIP125glozow
2022-08-02Remove ::g_max_datacarrier_bytes globalMacroFake
2022-08-02Remove ::fIsBareMultisigStd globalMacroFake
2022-08-02Remove ::dustRelayFeeMacroFake
2022-08-02Remove ::incrementalRelayFee and ::minRelayTxFee globalsMacroFake
2022-08-02Remove ::fRequireStandard globalMacroFake
2022-07-15mempool: Improve comments for [GS]etLoadTriedCarl Dong
2022-07-15scripted-diff: Rename m_is_loaded -> m_load_triedCarl Dong
2022-07-06Introduce `mempoolfullrbf` node setting.Antoine Riard
2022-06-29Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...MacroFake
2022-06-28mempool: Use m_limit for UpdateTransactionsFromBlockCarl Dong
2022-06-28mempool: Introduce (still-unused) MemPoolLimitsCarl Dong
2022-06-28mempool: Pass in -mempoolexpiry instead of referencing gArgsCarl Dong
2022-06-28mempool: Make GetMinFee() with custom size protectedCarl Dong
2022-06-28mempool: Pass in -maxmempool instead of referencing gArgsCarl Dong
2022-06-28pool: Add and use MemPoolOptions, ApplyArgsManOptionsCarl Dong
2022-06-22refactor: Replace feeDelta by m_modified_feeMarcoFalke
2022-03-21Use CAmount for fee delta and modified feeMarcoFalke
2022-01-25Merge bitcoin/bitcoin#21464: Mempool Update Cut-Through Optimizationfanquake
2022-01-18Replace `struct update_lock_points` with lambdaglozow
2022-01-18document and clean up MaybeUpdateMempoolForReorgglozow
2022-01-03Merge bitcoin/bitcoin#23683: bug fix: valid but different LockPoints after a ...MarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-08Mempool Update Cut-Through OptimizationJeremy Rubin
2021-12-06MOVEONLY: update_lock_points to txmempool.hglozow
2021-12-02clean up txmempool includesglozow
2021-12-02change TestLockPointValidity to take a const referenceglozow
2021-11-30Break validation <-> txmempool circular dependencyglozow
2021-11-30MOVEONLY: TestLockPointValidity to txmempoolglozow
2021-11-03Merge bitcoin/bitcoin#23211: refactor: move `update_*` structs from txmempool...MarcoFalke
2021-10-25Merge bitcoin/bitcoin#23157: txmempool -/-> validation 1/2: improve performan...MarcoFalke
2021-10-22remove unused CTxMemPool::info(const uint256& txid)MarcoFalke
2021-10-21[mempool] delete exists(uint256) functionglozow
2021-10-12Fix outdated comments referring to ::ChainActive()Samuel Dobson
2021-10-07refactor: move `update_*` structs from txmempool.h to .cpp fileSebastian Falbesoner
2021-10-04[refactor] pass coinsview and height to check()glozow
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-21Use C++11 member initializer in CTxMemPoolEntryMarcoFalke
2021-09-20Merge bitcoin/bitcoin#12677: RPC: Add ancestor{count,size,fees} to listunspen...W. J. van der Laan
2021-08-05[mempool] check ancestor/descendant limits for packagesglozow
2021-08-05[refactor] pass size/count instead of entry to CalculateAncestorsAndCheckLimitsglozow
2021-08-05MOVEONLY: add helper function for calculating ancestors and checking limitsglozow
2021-08-01Expose ancestorsize and ancestorfees via getTransactionAncestryLuke Dashjr
2021-06-02[refactor] comment/naming improvementsglozow
2021-05-27Merge bitcoin/bitcoin#20833: rpc/validation: enable packages through testmemp...W. J. van der Laan
2021-05-21txmempool: add thread safety annotationsAnthony Towns
2021-05-20[coins/mempool] extend CCoinsViewMemPool to track temporary coinsglozow
2021-03-18fuzz: Add tx_pool fuzz targetsMarcoFalke
2021-03-17refactor: post Optional<> removal cleanupsfanquake