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
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
2014-07-03
Move fee policy out of core
Gavin Andresen
2014-06-26
JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>
Luke Dashjr
2014-06-06
estimatefee / estimatepriority RPC methods
Gavin Andresen
2014-02-26
Remove CWalletTx::vfSpent
Gavin Andresen
2013-11-30
Add verbose boolean to getrawmempool
Gavin Andresen
2013-11-10
Move CCoins-related logic to coins.{cpp.h}
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen