aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
AgeCommit message (Expand)Author
2015-05-13Create new BlockPolicyEstimator for fee estimatesAlex Morcos
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-08Remove txn which are invalidated by coinbase maturity during reorgMatt Corallo
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-11-19[Qt] Add Smartfee to GUICozz Lovan
2014-11-17Update comments in txmempool to be doxygen compatibleMichael Ford
2014-10-27MOVEONLY: Separate CTransaction and dependencies from corejtimon
2014-10-27MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon
2014-10-22boost: split stream classes out of serialize.hCory Fields
2014-10-17MOVEONLY: CInPoint from core to txmempooljtimon
2014-10-08Merge pull request #4834Pieter Wuille
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-24Get rid of the dummy CCoinsViewCache constructor argPieter Wuille
2014-09-08Track modified size in TxMemPoolEntry so that we can correctly compute priority.Alex Morcos
2014-08-28add missing header end commentsPhilip Kaufmann
2014-08-26Use const CCoinsView's at some places.Daniel Kraft
2014-08-26Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft
2014-08-14Closely track mempool byte total. Add "getmempoolinfo" RPC.Jeff Garzik
2014-07-03Move fee policy out of coreGavin Andresen
2014-06-26JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr
2014-06-06estimatefee / estimatepriority RPC methodsGavin Andresen
2014-02-26Remove CWalletTx::vfSpentGavin Andresen
2013-11-30Add verbose boolean to getrawmempoolGavin Andresen
2013-11-10Move CCoins-related logic to coins.{cpp.h}Pieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen