aboutsummaryrefslogtreecommitdiff
path: root/src/coins.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check FRESH validity in CCoinsViewCache::BatchWriteRussell Yanofsky2017-01-041-0/+7
* Merge #9107: Safer modify new coinsPieter Wuille2017-01-041-6/+31
|\
| * Fix dangerous condition in ModifyNewCoins.Alex Morcos2017-01-041-6/+31
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* Fix relaypriority calculation errormaiiz2016-09-201-1/+1
* Use C++11 thread-safe static initializersPieter Wuille2016-06-071-5/+1
* Use SipHash-2-4 for CCoinsCache indexPieter Wuille2016-05-171-1/+5
* txdb: Add Cursor() method to CCoinsView to iterate over UTXO setWladimir J. van der Laan2016-04-151-2/+6
* Merge #7056: Save last db readWladimir J. van der Laan2016-01-221-2/+8
|\
| * Save the last unnecessary database readAlex Morcos2015-11-181-2/+8
* | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Add CCoinsViewCache::HaveCoinsInCache to check if a tx is cachedMatt Corallo2015-12-011-0/+5
* | Add method to remove a tx from CCoinsViewCache if it is unchangedMatt Corallo2015-12-011-0/+9
* | Change GetPriority calculation.Alex Morcos2015-11-191-2/+4
|/
* Alter assumptions in CCoinsViewCache::BatchWriteAlex Morcos2015-11-181-7/+12
* ModifyNewCoins saves database lookupsAlex Morcos2015-11-021-0/+9
* Separate core memory usage computation in core_memusage.hPieter Wuille2015-07-201-7/+7
* Keep track of memory usage in CCoinsViewCachePieter Wuille2015-05-111-3/+21
* Merge pull request #5597Wladimir J. van der Laan2015-01-071-2/+4
|\
| * Bugfix: only track UTXO modification after lookupPieter Wuille2015-01-041-2/+4
* | Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-3/+3
* | Decouple CCoins from CTxInUndojtimon2014-12-271-18/+4
|/
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-6/+8
* Merge pull request #4834Pieter Wuille2014-10-081-37/+80
|\
| * Get rid of the dummy CCoinsViewCache constructor argPieter Wuille2014-09-241-2/+2
| * Do not keep fully spent but unwritten CCoins entries cached.Pieter Wuille2014-09-231-23/+62
| * Get rid of CCoinsView's SetCoins and SetBestBlock.Pieter Wuille2014-09-231-11/+1
| * Use ModifyCoins instead of mutable GetCoins.Pieter Wuille2014-09-231-11/+25
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-2/+2
|/
* Combine CCoinsViewCache's HaveCoins and const GetCoins into AccessCoins.Pieter Wuille2014-09-031-20/+18
* Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft2014-08-261-17/+27
* Allow BatchWrite to destroy its input, reducing copyingPieter Wuille2014-08-241-7/+9
* Merge pull request #4505Wladimir J. van der Laan2014-07-151-1/+6
|\
| * Do not flush the cache after every block outside of IBDPieter Wuille2014-07-111-1/+6
* | Use unordered_map for CCoinsViewCache with salted hashPieter Wuille2014-07-141-2/+6
|/
* typedef std::map<uint256, CCoins> to CCoinsMapWladimir J. van der Laan2014-07-011-8/+8
* Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-0/+16
* Move CCoins-related logic to coins.{cpp.h}Pieter Wuille2013-11-101-0/+180