aboutsummaryrefslogtreecommitdiff
path: root/src/coins.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make appropriate getter-routines "const" in CCoinsView.Daniel Kraft2014-08-261-17/+27
| | | | Mark the "Get"/"Have" routines in CCoinsView and subclasses as "const".
* 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
|\ | | | | | | d4d3fbd Do not flush the cache after every block outside of IBD (Pieter Wuille)
| * 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
| | | | | | | This makes it possible to switch to a more efficient map type without changing all occurences manually. Merges half of #4413.
* Add verbose boolean to getrawmempoolGavin Andresen2013-11-301-0/+16
| | | | | Also changes mempool to store CTxMemPoolEntries to keep track of when they enter/exit the pool.
* Move CCoins-related logic to coins.{cpp.h}Pieter Wuille2013-11-101-0/+180