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
2016-03-18
Add LockPoints
Alex Morcos
2016-01-05
Bump copyright headers to 2015
MarcoFalke
2015-12-21
[Mempool] Fix mempool limiting and replace-by-fee for PrioritiseTransaction
Suhas Daftuar
2015-12-01
Get the set of now-uncacheable-txn from CTxMemPool::TrimToSize
Matt Corallo
2015-12-01
Make accessing mempool parents and children public
Alex Morcos
2015-12-01
Add TxPriority class and comparator
Alex Morcos
2015-12-01
Add a score index to the mempool.
Alex Morcos
2015-12-01
Store the total sig op count of a tx.
Alex Morcos
2015-11-30
Fix removeForReorg to use MedianTimePast
Suhas Daftuar
2015-11-30
Track coinbase spends in CTxMemPoolEntry
Suhas Daftuar
2015-11-30
Fix removal of time-locked transactions during reorg
Matt Corallo
2015-11-19
Change GetPriority calculation.
Alex Morcos
2015-11-19
Modify variable names for entry height and priority
Alex Morcos
2015-11-19
Remove default arguments for CTxMemPoolEntry()
Alex Morcos
2015-11-27
Merge pull request #6871
Wladimir J. van der Laan
2015-11-16
Add smart fee estimation functions
Alex Morcos
2015-11-10
Improve RBF replacement criteria
Suhas Daftuar
2015-10-28
Make -checkmempool=1 not fail through int32 overflow
Pieter Wuille
2015-10-28
Merge pull request #6776
Pieter Wuille
2015-10-26
fix locking issue with new mempool limiting
Jonas Schnelli
2015-10-20
Support -checkmempool=N, which runs checks on average once every N transactions
Pieter Wuille
2015-10-14
Fix comment formatting tabs
Matt Corallo
2015-10-13
Add reasonable test case for mempool trimming
Matt Corallo
2015-10-13
Implement on-the-fly mempool size limitation.
Matt Corallo
2015-10-13
Track (and define) ::minRelayTxFee in CTxMemPool
Matt Corallo
2015-10-13
Fix calling mempool directly, instead of pool, in ATMP
Matt Corallo
2015-10-13
Add Mempool Expire function to remove old transactions
Pieter Wuille
2015-10-13
Reverse the sort on the mempool's feerate index
Suhas Daftuar
2015-09-23
Fix mempool package tracking edge case
Suhas Daftuar
2015-09-19
Track transaction packages in CTxMemPoolEntry
Suhas Daftuar
2015-09-19
TxMemPool: Change mapTx to a boost::multi_index_container
Ashley Holman
2015-07-10
Implement accurate memory accounting for mempool
Pieter Wuille
2015-05-13
Create new BlockPolicyEstimator for fee estimates
Alex Morcos
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-08
Remove txn which are invalidated by coinbase maturity during reorg
Matt Corallo
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-11-19
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-11-17
Update comments in txmempool to be doxygen compatible
Michael Ford
2014-10-27
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
MOVEONLY: Move CFeeRate and Amount constants to amount.o
jtimon
2014-10-22
boost: split stream classes out of serialize.h
Cory Fields
2014-10-17
MOVEONLY: CInPoint from core to txmempool
jtimon
2014-10-08
Merge pull request #4834
Pieter Wuille
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-24
Get rid of the dummy CCoinsViewCache constructor arg
Pieter Wuille
2014-09-08
Track modified size in TxMemPoolEntry so that we can correctly compute priority.
Alex Morcos
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-26
Use const CCoinsView's at some places.
Daniel Kraft
2014-08-26
Make appropriate getter-routines "const" in CCoinsView.
Daniel Kraft
2014-08-14
Closely track mempool byte total. Add "getmempoolinfo" RPC.
Jeff Garzik
[next]