aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a few "Uninitialized scalar field" warningsWladimir J. van der Laan2014-08-281-2/+5
* Merge pull request #4748Pieter Wuille2014-08-261-0/+1
|\
| * Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
* | Use const CCoinsView's at some places.Daniel Kraft2014-08-261-2/+2
* | 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/+9
* Process fee estimate file into temporary vector first to let sanity checking ...Alex Morcos2014-07-291-4/+15
* Fix minor bug which only affected log messages.Alex Morcos2014-07-281-2/+6
* Fixed a bug with index bounds checkingAlex Morcos2014-07-271-1/+1
* Bugfix: make CCoinsViewMemPool support pruned entries in underlying cachePieter Wuille2014-07-231-3/+4
* Revert "Relay double-spends, subject to anti-DOS"Wladimir J. van der Laan2014-07-211-0/+1
* Move fee policy out of coreGavin Andresen2014-07-031-13/+13
* Sanity checks for estimatesGavin Andresen2014-07-031-2/+7
* Relay double-spends, subject to anti-DOSTom Harding2014-06-271-1/+0
* JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee>Luke Dashjr2014-06-261-0/+29
* estimatefee / estimatepriority RPC methodsGavin Andresen2014-06-061-0/+370
* Remove CWalletTx::vfSpentGavin Andresen2014-02-261-7/+10
* Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-15/+46
* Move CCoins-related logic to coins.{cpp.h}Pieter Wuille2013-11-101-2/+20
* Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen2013-11-041-0/+162