index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
txmempool.cpp
Age
Commit message (
Expand
)
Author
2021-11-03
Merge bitcoin/bitcoin#23211: refactor: move `update_*` structs from txmempool...
MarcoFalke
2021-10-25
Merge bitcoin/bitcoin#23157: txmempool -/-> validation 1/2: improve performan...
MarcoFalke
2021-10-22
remove unused CTxMemPool::info(const uint256& txid)
MarcoFalke
2021-10-21
[mempool] delete exists(uint256) function
glozow
2021-10-07
refactor: move `update_*` structs from txmempool.h to .cpp file
Sebastian Falbesoner
2021-10-07
refactor: 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() logic
glozow
2021-10-04
[validation/mempool] use Spend/AddCoin instead of UpdateCoins
glozow
2021-10-04
MOVEONLY: remove single-use helper func CheckInputsAndUpdateCoins
glozow
2021-10-04
[mempool] remove now-unnecessary code
glozow
2021-10-04
[mempool] speed up check() by using coins cache and iterating in topo order
glozow
2021-09-21
Use C++11 member initializer in CTxMemPoolEntry
MarcoFalke
2021-09-20
Fix BlockAssembler::AddToBlock, CTxMemPool::PrioritiseTransaction logging
Jon Atack
2021-09-20
Merge 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 packages
glozow
2021-08-05
[refactor] pass size/count instead of entry to CalculateAncestorsAndCheckLimits
glozow
2021-08-05
MOVEONLY: add helper function for calculating ancestors and checking limits
glozow
2021-08-01
Expose ancestorsize and ancestorfees via getTransactionAncestry
Luke Dashjr
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-06-02
[refactor] comment/naming improvements
glozow
2021-05-20
[coins/mempool] extend CCoinsViewMemPool to track temporary coins
glozow
2021-05-20
[validation] make CheckSequenceLocks context-free
glozow
2021-04-25
refactor: Make TraceThread a non-template free function
Hennadii Stepanov
2021-03-22
refactor: return std::nullopt instead of {}
fanquake
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-04
Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun...
Wladimir J. van der Laan
2021-03-03
validation: Pass in chainstate to CTxMemPool::check
Carl Dong
2021-02-24
Merge #18017: txmempool: split epoch logic into class
Wladimir J. van der Laan
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-09
[refactor] txmempool: split epoch logic into class
Anthony Towns
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
[next]