aboutsummaryrefslogtreecommitdiff
path: root/src/coins.h
Commit message (Expand)AuthorAgeFilesLines
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+2
* Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft2014-08-261-18/+23
* Allow BatchWrite to destroy its input, reducing copyingPieter Wuille2014-08-241-4/+6
* CCoinsKeyHasher::operator() should return size_tWladimir J. van der Laan2014-08-071-1/+4
* Use unordered_map for CCoinsViewCache with salted hashPieter Wuille2014-07-141-1/+14
* typedef std::map<uint256, CCoins> to CCoinsMapWladimir J. van der Laan2014-07-011-5/+6
* Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-0/+3
* Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen2013-11-301-1/+0
* Move CCoins-related logic to coins.{cpp.h}Pieter Wuille2013-11-101-0/+356