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.h
Age
Commit message (
Expand
)
Author
2021-03-18
fuzz: Add tx_pool fuzz targets
MarcoFalke
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-09
[refactor] txmempool: split epoch logic into class
Anthony Towns
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-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
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-16
Merge #19879: [p2p] miscellaneous wtxid followups
fanquake
2020-09-04
[mempool] Revert unbroadcast set to tracking just txid
Amiti Uttarwar
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::IsUnbroadcastTx() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
refactor: CTxMemPool::GetTotalTxSize() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
refactor: CTxMemPool::ClearPrioritisation() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
refactor: CTxMemPool::ApplyDelta() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
refactor: CTxMemPool::UpdateChild() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
refactor: CTxMemPool::UpdateParent() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-07-30
refactor: make txmempool interface use GenTxid
Pieter Wuille
2020-07-18
Add wtxid to mempool unbroadcast tracking
Amiti Uttarwar
2020-07-18
Add a wtxid-index to the mempool
Suhas Daftuar
2020-05-25
[trivial/doc] Fix comment type
Amiti Uttarwar
2020-05-25
[trivial] Remove misleading 'const'
Amiti Uttarwar
2020-05-19
[mempool] sanity check that all unbroadcast txns are in mempool
gzhao408
2020-05-19
[rpc] add unbroadcast info to mempool entries and getmempoolinfo
gzhao408
2020-04-23
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-11
[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks
John Newbery
2020-03-02
doc: Correct spelling errors in comments
Ben Woosley
2020-02-03
Merge #17925: Improve UpdateTransactionsFromBlock with Epochs
Wladimir J. van der Laan
2020-01-14
Add Epoch Guards to CTXMemPoolEntry and CTxMemPool
Jeremy Rubin
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-09
Remove unnecessary forward declaration
Mark Erhardt
2019-10-30
refactor: Replace all uses of boost::optional with our own Optional type
Wladimir J. van der Laan
2019-10-15
Remove unused includes
practicalswift
2019-10-03
feefilter: Compute the absolute fee rather than stored rate to match mempool ...
Gregory Sanders
2019-09-23
txmempool: Make entry time type-safe (std::chrono)
MarcoFalke
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-07-22
txmempool: Remove unused default value MemPoolRemovalReason::UNKNOWN
MarcoFalke
[next]