aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
Commit message (Expand)AuthorAgeFilesLines
* Implement accurate memory accounting for mempoolPieter Wuille2015-07-101-0/+7
* Create new BlockPolicyEstimator for fee estimatesAlex Morcos2015-05-131-7/+13
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove txn which are invalidated by coinbase maturity during reorgMatt Corallo2014-12-081-0/+1
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
* [Qt] Add Smartfee to GUICozz Lovan2014-11-191-1/+6
* Update comments in txmempool to be doxygen compatibleMichael Ford2014-11-171-21/+23
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
* MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+1
* boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+2
* MOVEONLY: CInPoint from core to txmempooljtimon2014-10-171-0/+13
* Merge pull request #4834Pieter Wuille2014-10-081-1/+1
|\
| * Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-1/+1
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-6/+6
|/
* Track modified size in TxMemPoolEntry so that we can correctly compute priority.Alex Morcos2014-09-081-0/+1
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+2
* Use const CCoinsView's at some places.Daniel Kraft2014-08-261-1/+1
* Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft2014-08-261-2/+2
* Closely track mempool byte total. Add "getmempoolinfo" RPC.Jeff Garzik2014-08-141-0/+6
* Move fee policy out of coreGavin Andresen2014-07-031-1/+3
* JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr2014-06-261-0/+6
* estimatefee / estimatepriority RPC methodsGavin Andresen2014-06-061-0/+23
* Remove CWalletTx::vfSpentGavin Andresen2014-02-261-2/+4
* Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-2/+29
* Move CCoins-related logic to coins.{cpp.h}Pieter Wuille2013-11-101-2/+18
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-0/+1
* Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen2013-11-041-0/+67