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 feedelta to TxMempoolInfo
Pieter Wuille
2016-10-30
1
-0
/
+3
*
Add some missing includes
Pieter Wuille
2016-10-21
1
-0
/
+4
*
Return shared_ptr<CTransaction> from mempool removes
Pieter Wuille
2016-10-21
1
-4
/
+3
*
Make removed and conflicted arguments optional to remove
Pieter Wuille
2016-10-21
1
-3
/
+3
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-0
/
+1
*
Use cmpctblock type 2 for segwit-enabled transfer
Pieter Wuille
2016-10-04
1
-1
/
+1
*
[trivial] fix mempool comment (outdated by BIP125)
jonnynewbs
2016-09-26
1
-7
/
+10
*
Rename "block cost" to "block weight"
Suhas Daftuar
2016-07-18
1
-2
/
+2
*
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-11
/
+12
*
Provide a flat list of txid/terators to txn in CTxMemPool
Matt Corallo
2016-06-19
1
-0
/
+5
*
Get rid of CTxMempool::lookup() entirely
Pieter Wuille
2016-06-07
1
-1
/
+0
*
Switch CTransaction storage in mempool to std::shared_ptr
Pieter Wuille
2016-06-05
1
-4
/
+24
*
Merge #7997: replace mapNextTx with slimmer setSpends
Pieter Wuille
2016-06-03
1
-15
/
+2
|
\
|
*
mapNextTx: use pointer as key, simplify value
Kaz Wesley
2016-06-02
1
-15
/
+2
*
|
Do not use mempool for GETDATA for tx accepted after the last mempool req.
Gregory Maxwell
2016-05-25
1
-0
/
+1
*
|
Switch CTxMempool::mapTx to use a hash index for txids
Pieter Wuille
2016-05-17
1
-1
/
+2
*
|
Merge #7840: Several performance and privacy improvements to inv/mempool hand...
Wladimir J. van der Laan
2016-05-05
1
-0
/
+1
|
\
\
|
*
|
Eliminate TX trickle bypass, sort TX invs for privacy and priority.
Gregory Maxwell
2016-04-20
1
-0
/
+1
|
|
/
*
/
[trivial] Add missing const qualifiers.
Daniel Kraft
2016-04-30
1
-2
/
+2
|
/
*
[doc] Fix doxygen comments for members
MarcoFalke
2016-04-03
1
-20
/
+20
*
Implement "feefilter" P2P message.
Alex Morcos
2016-03-21
1
-0
/
+1
*
Merge #7594: Mempool: Add tracking of ancestor packages
Wladimir J. van der Laan
2016-03-17
1
-23
/
+73
|
\
|
*
Check all ancestor state in CTxMemPool::check()
Suhas Daftuar
2016-03-14
1
-1
/
+1
|
*
Add ancestor feerate index to mempool
Suhas Daftuar
2016-03-14
1
-1
/
+31
|
*
Add ancestor tracking to mempool
Suhas Daftuar
2016-03-14
1
-6
/
+43
|
*
Remove work limit in UpdateForDescendants()
Suhas Daftuar
2016-03-14
1
-18
/
+1
|
*
Rename CTxMemPool::remove -> removeRecursive
Suhas Daftuar
2016-03-14
1
-1
/
+1
*
|
Merge #7187: Keep reorgs fast for SequenceLocks checks
Wladimir J. van der Laan
2016-03-16
1
-1
/
+31
|
\
\
|
|
/
|
/
|
|
*
Add LockPoints
Alex Morcos
2016-03-16
1
-1
/
+31
*
|
Add tags to mempool's mapTx indices
Suhas Daftuar
2016-02-16
1
-0
/
+8
|
/
*
Merge pull request #7205
Wladimir J. van der Laan
2016-01-05
1
-1
/
+1
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
Fix mempool limiting for PrioritiseTransaction
Suhas Daftuar
2015-12-02
1
-21
/
+22
|
/
*
Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize
Matt Corallo
2015-12-01
1
-2
/
+5
*
Make accessing mempool parents and children public
Alex Morcos
2015-12-01
1
-2
/
+2
*
Add TxPriority class and comparator
Alex Morcos
2015-12-01
1
-0
/
+13
*
Add a score index to the mempool.
Alex Morcos
2015-12-01
1
-1
/
+39
*
Store the total sig op count of a tx.
Alex Morcos
2015-12-01
1
-1
/
+4
*
Fix removeForReorg to use MedianTimePast
Suhas Daftuar
2015-11-30
1
-1
/
+1
*
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-30
1
-1
/
+4
*
Fix removal of time-locked transactions during reorg
Matt Corallo
2015-11-30
1
-1
/
+1
*
Change GetPriority calculation.
Alex Morcos
2015-11-19
1
-1
/
+7
*
Modify variable names for entry height and priority
Alex Morcos
2015-11-19
1
-4
/
+4
*
Remove default arguments for CTxMemPoolEntry()
Alex Morcos
2015-11-19
1
-1
/
+1
*
Merge pull request #6871
Wladimir J. van der Laan
2015-11-27
1
-4
/
+5
|
\
|
*
Improve RBF replacement criteria
Suhas Daftuar
2015-11-10
1
-4
/
+5
*
|
Add smart fee estimation functions
Alex Morcos
2015-11-16
1
-0
/
+12
|
/
*
Make -checkmempool=1 not fail through int32 overflow
Pieter Wuille
2015-10-28
1
-1
/
+1
*
Merge pull request #6776
Pieter Wuille
2015-10-28
1
-2
/
+2
|
\
|
*
Support -checkmempool=N, which runs checks on average once every N transactions
Pieter Wuille
2015-10-20
1
-2
/
+2
[next]