aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
AgeCommit message (Expand)Author
2022-01-25Merge bitcoin/bitcoin#21464: Mempool Update Cut-Through Optimizationfanquake
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-06[bugfix] update lockpoints correctly during reorgglozow
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-30[mempool] always assert coin spentglozow
2021-11-30[refactor] put finality and maturity checking into a lambdaglozow
2021-11-30[mempool] only update lockpoints for non-removed entriesglozow
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-07refactor: move `update_*` structs from txmempool.h to .cpp fileSebastian Falbesoner
2021-10-07refactor: use const reference for parents in `CTxMemPool::UpdateAncestorsOf`Sebastian Falbesoner
2021-10-04[refactor] pass coinsview and height to check()glozow
2021-10-04[mempool] simplify some check() logicglozow
2021-10-04[validation/mempool] use Spend/AddCoin instead of UpdateCoinsglozow
2021-10-04MOVEONLY: remove single-use helper func CheckInputsAndUpdateCoinsglozow
2021-10-04[mempool] remove now-unnecessary codeglozow
2021-10-04[mempool] speed up check() by using coins cache and iterating in topo orderglozow
2021-09-21Use C++11 member initializer in CTxMemPoolEntryMarcoFalke
2021-09-20Fix BlockAssembler::AddToBlock, CTxMemPool::PrioritiseTransaction loggingJon Atack
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-10scripted-diff: tree-wide: Remove all review-only assertionsCarl Dong
2021-06-02[refactor] comment/naming improvementsglozow
2021-05-20[coins/mempool] extend CCoinsViewMemPool to track temporary coinsglozow
2021-05-20[validation] make CheckSequenceLocks context-freeglozow
2021-04-25refactor: Make TraceThread a non-template free functionHennadii Stepanov
2021-03-22refactor: return std::nullopt instead of {}fanquake
2021-03-17refactor: post Optional<> removal cleanupsfanquake
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-03-04Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun...Wladimir J. van der Laan
2021-03-03validation: Pass in chainstate to CTxMemPool::checkCarl Dong
2021-02-24Merge #18017: txmempool: split epoch logic into classWladimir J. van der Laan
2021-02-18validation: Pass in chainstate to CTxMemPool::removeForReorgCarl Dong
2021-02-18validation: Pass in chain to ::TestLockPointValidityCarl Dong
2021-02-18tree-wide: Fix erroneous AcceptToMemoryPool replacementsCarl Dong
2021-02-18scripted-diff: Invoke ::AcceptToMemoryPool with chainstateCarl Dong
2021-02-18validation: Pass in chainstate to ::CheckSequenceLocksCarl Dong
2021-02-18scripted-diff: Invoke ::CheckFinalTx with chain tipCarl Dong
2021-02-09[refactor] txmempool: split epoch logic into classAnthony Towns