Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-26 | Remove CWalletTx::vfSpent | Gavin Andresen | |
Use the spent outpoint multimap to figure out which wallet transaction outputs are unspent, instead of a vfSpent array that is saved to disk. | |||
2013-11-30 | Add verbose boolean to getrawmempool | Gavin Andresen | |
Also changes mempool to store CTxMemPoolEntries to keep track of when they enter/exit the pool. | |||
2013-11-10 | Move CCoins-related logic to coins.{cpp.h} | Pieter Wuille | |
2013-11-04 | Refactor: CTxMempool class to its own txmempool.{cpp,h} | Gavin Andresen | |