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
...
*
|
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
*
|
fix locking issue with new mempool limiting
Jonas Schnelli
2015-10-26
1
-0
/
+1
*
|
Fix comment formatting tabs
Matt Corallo
2015-10-14
1
-5
/
+5
*
|
Add reasonable test case for mempool trimming
Matt Corallo
2015-10-13
1
-1
/
+3
*
|
Implement on-the-fly mempool size limitation.
Matt Corallo
2015-10-13
1
-0
/
+18
*
|
Track (and define) ::minRelayTxFee in CTxMemPool
Matt Corallo
2015-10-13
1
-1
/
+8
*
|
Fix calling mempool directly, instead of pool, in ATMP
Matt Corallo
2015-10-13
1
-2
/
+2
*
|
Add Mempool Expire function to remove old transactions
Pieter Wuille
2015-10-13
1
-1
/
+10
*
|
Reverse the sort on the mempool's feerate index
Suhas Daftuar
2015-10-13
1
-2
/
+2
|
/
*
Fix mempool package tracking edge case
Suhas Daftuar
2015-09-23
1
-1
/
+3
*
Track transaction packages in CTxMemPoolEntry
Suhas Daftuar
2015-09-19
1
-7
/
+266
*
TxMemPool: Change mapTx to a boost::multi_index_container
Ashley Holman
2015-09-19
1
-1
/
+41
*
Implement accurate memory accounting for mempool
Pieter Wuille
2015-07-10
1
-0
/
+7
*
Create new BlockPolicyEstimator for fee estimates
Alex Morcos
2015-05-13
1
-7
/
+13
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove txn which are invalidated by coinbase maturity during reorg
Matt Corallo
2014-12-08
1
-0
/
+1
*
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-1
/
+1
*
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-11-19
1
-1
/
+6
*
Update comments in txmempool to be doxygen compatible
Michael Ford
2014-11-17
1
-21
/
+23
*
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
1
-1
/
+1
*
MOVEONLY: Move CFeeRate and Amount constants to amount.o
jtimon
2014-10-27
1
-0
/
+1
*
boost: split stream classes out of serialize.h
Cory Fields
2014-10-22
1
-0
/
+2
*
MOVEONLY: CInPoint from core to txmempool
jtimon
2014-10-17
1
-0
/
+13
*
Merge pull request #4834
Pieter Wuille
2014-10-08
1
-1
/
+1
|
\
|
*
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-09-24
1
-1
/
+1
*
|
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-6
/
+6
|
/
*
Track modified size in TxMemPoolEntry so that we can correctly compute priority.
Alex Morcos
2014-09-08
1
-0
/
+1
*
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+2
[prev]
[next]