index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
txmempool.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
1
-0
/
+14
*
Merge #19879: [p2p] miscellaneous wtxid followups
fanquake
2020-09-16
1
-10
/
+10
|
\
|
*
[mempool] Revert unbroadcast set to tracking just txid
Amiti Uttarwar
2020-09-04
1
-10
/
+10
*
|
Get rid of unused functions CTxMemPool::GetMemPoolChildren, CTxMemPool::GetMe...
Jeremy Rubin
2020-09-04
1
-2
/
+0
*
|
Remove mapLinks in favor of entry inlined structs with iterator type erasure
Jeremy Rubin
2020-09-04
1
-14
/
+29
|
/
*
refactor: CTxMemPool::IsUnbroadcastTx() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
1
-3
/
+4
*
refactor: CTxMemPool::GetTotalTxSize() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
1
-2
/
+2
*
refactor: CTxMemPool::ClearPrioritisation() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
1
-1
/
+1
*
refactor: CTxMemPool::ApplyDelta() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
1
-1
/
+1
*
refactor: CTxMemPool::UpdateChild() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
1
-1
/
+1
*
refactor: CTxMemPool::UpdateParent() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
1
-1
/
+1
*
refactor: make txmempool interface use GenTxid
Pieter Wuille
2020-07-30
1
-5
/
+7
*
Add wtxid to mempool unbroadcast tracking
Amiti Uttarwar
2020-07-18
1
-5
/
+8
*
Add a wtxid-index to the mempool
Suhas Daftuar
2020-07-18
1
-5
/
+37
*
[trivial/doc] Fix comment type
Amiti Uttarwar
2020-05-25
1
-2
/
+2
*
[trivial] Remove misleading 'const'
Amiti Uttarwar
2020-05-25
1
-1
/
+1
*
[mempool] sanity check that all unbroadcast txns are in mempool
gzhao408
2020-05-19
1
-1
/
+4
*
[rpc] add unbroadcast info to mempool entries and getmempoolinfo
gzhao408
2020-05-19
1
-0
/
+6
*
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-04-23
1
-0
/
+18
*
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-19
1
-4
/
+0
|
\
|
*
[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks
John Newbery
2020-03-11
1
-4
/
+0
*
|
doc: Correct spelling errors in comments
Ben Woosley
2020-03-02
1
-1
/
+1
|
/
*
Merge #17925: Improve UpdateTransactionsFromBlock with Epochs
Wladimir J. van der Laan
2020-02-03
1
-0
/
+52
|
\
|
*
Add Epoch Guards to CTXMemPoolEntry and CTxMemPool
Jeremy Rubin
2020-01-14
1
-0
/
+52
*
|
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
|
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-15
1
-1
/
+1
|
/
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Remove unnecessary forward declaration
Mark Erhardt
2019-11-09
1
-2
/
+0
*
refactor: Replace all uses of boost::optional with our own Optional type
Wladimir J. van der Laan
2019-10-30
1
-1
/
+2
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
feefilter: Compute the absolute fee rather than stored rate to match mempool ...
Gregory Sanders
2019-10-03
1
-2
/
+5
*
txmempool: Make entry time type-safe (std::chrono)
MarcoFalke
2019-09-23
1
-3
/
+3
*
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-06
1
-1
/
+1
*
txmempool: Remove unused default value MemPoolRemovalReason::UNKNOWN
MarcoFalke
2019-07-22
1
-4
/
+3
*
validation: Add missing mempool locks
MarcoFalke
2019-06-07
1
-18
/
+9
*
txpool: Make nTransactionsUpdated atomic
MarcoFalke
2019-06-07
1
-4
/
+5
*
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-1
/
+1
*
Move g_is_mempool_loaded into CTxMemPool::m_is_loaded
Ben Woosley
2019-03-22
1
-0
/
+8
*
rpc: Pass mempool into MempoolToJSON
MarcoFalke
2019-02-25
1
-2
/
+2
*
remove deprecated mentions of signrawtransaction from fundraw help
Gregory Sanders
2019-02-04
1
-1
/
+2
*
validation: Add cs_main locking annotations
MarcoFalke
2018-12-22
1
-4
/
+4
*
doc: Add comment to cs_main and mempool::cs
MarcoFalke
2018-12-20
1
-1
/
+37
*
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-11-05
1
-0
/
+1
*
doxygen: Fix member comments
MarcoFalke
2018-09-26
1
-7
/
+7
*
tx pool: Use class methods to hide raw map iterator impl details
MarcoFalke
2018-09-07
1
-2
/
+10
*
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-29
1
-10
/
+10
|
\
|
*
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-30
1
-2
/
+2
|
*
Mark CTxMemPoolEntry members that should not be modified const
MarcoFalke
2018-07-30
1
-8
/
+8
*
|
Move cs_main locking annotations from .cpp to .h
practicalswift
2018-08-26
1
-1
/
+2
*
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[next]