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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dogecoin: Update coinbase maturity
Ross Nicoll
2021-05-20
1
-1
/
+1
*
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
1
-1
/
+5
*
Get rid of unused functions CTxMemPool::GetMemPoolChildren, CTxMemPool::GetMe...
Jeremy Rubin
2020-09-04
1
-12
/
+0
*
Remove mapLinks in favor of entry inlined structs with iterator type erasure
Jeremy Rubin
2020-09-04
1
-90
/
+91
*
refactor: CTxMemPool::ClearPrioritisation() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
1
-2
/
+2
*
refactor: CTxMemPool::ApplyDelta() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
1
-2
/
+2
*
refactor: CTxMemPool::UpdateChild() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
1
-0
/
+1
*
refactor: CTxMemPool::UpdateParent() requires CTxMemPool::cs lock
Hennadii Stepanov
2020-09-01
1
-0
/
+1
*
refactor: make txmempool interface use GenTxid
Pieter Wuille
2020-07-30
1
-2
/
+4
*
Add a wtxid-index to the mempool
Suhas Daftuar
2020-07-18
1
-7
/
+7
*
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-05-15
1
-1
/
+1
*
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-29
1
-0
/
+11
|
\
|
*
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-04-23
1
-0
/
+11
*
|
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
|
/
*
[mempool] Remove NotifyEntryAdded and NotifyEntryRemoved callbacks
John Newbery
2020-03-11
1
-4
/
+1
*
[wallet] Notify conflicted transactions in TransactionRemovedFromMempool
John Newbery
2020-03-11
1
-1
/
+5
*
Make UpdateTransactionsFromBlock use Epochs
Jeremy Rubin
2020-01-14
1
-12
/
+14
*
Add Epoch Guards to CTXMemPoolEntry and CTxMemPool
Jeremy Rubin
2020-01-14
1
-2
/
+21
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Fire TransactionRemovedFromMempool from mempool
251
2019-11-21
1
-1
/
+7
*
Merge #17316: refactor: Replace all uses of boost::optional with our own Opti...
fanquake
2019-10-30
1
-3
/
+4
|
\
|
*
refactor: Replace all uses of boost::optional with our own Optional type
Wladimir J. van der Laan
2019-10-30
1
-3
/
+4
*
|
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
1
-2
/
+2
|
/
*
feefilter: Compute the absolute fee rather than stored rate to match mempool ...
Gregory Sanders
2019-10-03
1
-1
/
+1
*
txmempool: Make entry time type-safe (std::chrono)
MarcoFalke
2019-09-23
1
-1
/
+2
*
validation: Add missing mempool locks
MarcoFalke
2019-06-07
1
-8
/
+6
*
txpool: Make nTransactionsUpdated atomic
MarcoFalke
2019-06-07
1
-4
/
+2
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-2
/
+0
*
mempool: remove unused magic number from consistency check
Gregory Sanders
2019-05-20
1
-1
/
+1
*
Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo
MarcoFalke
2019-05-01
1
-0
/
+12
|
\
|
*
Move g_is_mempool_loaded into CTxMemPool::m_is_loaded
Ben Woosley
2019-03-22
1
-0
/
+12
*
|
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
1
-0
/
+1
|
/
*
rpc: Pass mempool into MempoolToJSON
MarcoFalke
2019-02-25
1
-1
/
+1
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-3
/
+3
*
Pass tx pool reference into CheckSequenceLocks
MarcoFalke
2018-09-11
1
-1
/
+1
*
tx pool: Use class methods to hide raw map iterator impl details
MarcoFalke
2018-09-07
1
-12
/
+30
*
Merge #13249: Make objects in range declarations immutable by default. Avoid ...
Wladimir J. van der Laan
2018-09-04
1
-3
/
+3
|
\
|
*
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-3
/
+3
*
|
Merge #13792: tx pool: Avoid passing redundant hash into addUnchecked (script...
Wladimir J. van der Laan
2018-08-29
1
-9
/
+6
|
\
\
|
*
|
scripted-diff: Remove unused first argument to addUnchecked
MarcoFalke
2018-07-30
1
-3
/
+3
|
*
|
tx pool: Use the entry's hash instead of the one passed to addUnchecked
MarcoFalke
2018-07-30
1
-1
/
+1
|
*
|
Mark CTxMemPoolEntry members that should not be modified const
MarcoFalke
2018-07-30
1
-5
/
+2
*
|
|
Merge #13767: Remove redundant assignments (dead stores)
MarcoFalke
2018-08-27
1
-6
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove redundant assignments (dead stores)
practicalswift
2018-08-02
1
-6
/
+1
|
|
/
*
|
Move cs_main locking annotations from .cpp to .h
practicalswift
2018-08-26
1
-1
/
+1
*
|
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-26
1
-1
/
+1
*
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
refactor: Avoid locking tx pool cs thrice
MarcoFalke
2018-07-29
1
-4
/
+0
*
|
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-4
/
+2
|
/
[next]