| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove CWalletTx::vfSpent | Gavin Andresen | 2014-02-26 | 1 | -7/+10 |
| | | | | | | | 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 getrawmempool | Gavin Andresen | 2013-11-30 | 1 | -15/+46 |
| | | | | | | 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 Wuille | 2013-11-10 | 1 | -2/+20 |
| | | |||||
| * | Refactor: CTxMempool class to its own txmempool.{cpp,h} | Gavin Andresen | 2013-11-04 | 1 | -0/+162 |