aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
Commit message (Expand)AuthorAgeFilesLines
* 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