aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove CWalletTx::vfSpentGavin Andresen2014-02-261-2/+4
| | | | | | Use the spent outpoint multimap to figure out which wallet transaction outputs are unspent, instead of a vfSpent array that is saved to disk.
* Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-2/+29
| | | | | Also changes mempool to store CTxMemPoolEntries to keep track of when they enter/exit the pool.
* 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
| | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
* Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen2013-11-041-0/+67