aboutsummaryrefslogtreecommitdiff
path: root/src/coins.cpp
AgeCommit message (Expand)Author
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-12-01Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cachedMatt Corallo
2015-12-01Add method to remove a tx from CCoinsViewCache if it is unchangedMatt Corallo
2015-11-19Change GetPriority calculation.Alex Morcos
2015-11-18Alter assumptions in CCoinsViewCache::BatchWriteAlex Morcos
2015-11-02ModifyNewCoins saves database lookupsAlex Morcos
2015-07-20Separate core memory usage computation in core_memusage.hPieter Wuille
2015-05-11Keep track of memory usage in CCoinsViewCachePieter Wuille
2015-01-07Merge pull request #5597Wladimir J. van der Laan
2015-01-05Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan
2015-01-04Bugfix: only track UTXO modification after lookupPieter Wuille
2014-12-27Decouple CCoins from CTxInUndojtimon
2014-12-19Added "Core" to copyright headerssandakersmann
2014-11-21Convert remaining comments in /src to doxygen formatMichael Ford
2014-10-08Merge pull request #4834Pieter Wuille
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-24Get rid of the dummy CCoinsViewCache constructor argPieter Wuille
2014-09-23Do not keep fully spent but unwritten CCoins entries cached.Pieter Wuille
2014-09-23Get rid of CCoinsView's SetCoins and SetBestBlock.Pieter Wuille
2014-09-23Use ModifyCoins instead of mutable GetCoins.Pieter Wuille
2014-09-03Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.Pieter Wuille
2014-08-26Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft
2014-08-24Allow BatchWrite to destroy its input, reducing copyingPieter Wuille
2014-07-15Merge pull request #4505Wladimir J. van der Laan
2014-07-14Use unordered_map for CCoinsViewCache with salted hashPieter Wuille
2014-07-11Do not flush the cache after every block outside of IBDPieter Wuille
2014-07-01typedef std::map<uint256, CCoins> to CCoinsMapWladimir J. van der Laan
2013-11-30Add verbose boolean to getrawmempoolGavin Andresen
2013-11-10Move CCoins-related logic to coins.{cpp.h}Pieter Wuille