aboutsummaryrefslogtreecommitdiff
path: root/src/coins.h
AgeCommit message (Expand)Author
2014-09-03Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.Pieter Wuille
2014-08-28add missing header end commentsPhilip Kaufmann
2014-08-26Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft
2014-08-24Allow BatchWrite to destroy its input, reducing copyingPieter Wuille
2014-08-07CCoinsKeyHasher::operator() should return size_tWladimir J. van der Laan
2014-07-14Use unordered_map for CCoinsViewCache with salted hashPieter Wuille
2014-07-01typedef std::map<uint256, CCoins> to CCoinsMapWladimir J. van der Laan
2013-11-30Add verbose boolean to getrawmempoolGavin Andresen
2013-11-30Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen
2013-11-10Move CCoins-related logic to coins.{cpp.h}Pieter Wuille