Daniel Kraft
|
a3dc587a62
|
Make appropriate getter-routines "const" in CCoinsView.
Mark the "Get"/"Have" routines in CCoinsView and subclasses as "const".
|
10 years ago |
Pieter Wuille
|
b0875eb3fe
|
Allow BatchWrite to destroy its input, reducing copying
|
10 years ago |
Pieter Wuille
|
bc42503f6a
|
Use unordered_map for CCoinsViewCache with salted hash
|
10 years ago |
Pieter Wuille
|
d4d3fbd828
|
Do not flush the cache after every block outside of IBD
|
10 years ago |
Wladimir J. van der Laan
|
dd638dd712
|
typedef std::map<uint256, CCoins> to CCoinsMap
This makes it possible to switch to a more efficient map type
without changing all occurences manually.
Merges half of #4413.
|
11 years ago |
Gavin Andresen
|
4d707d5120
|
Add verbose boolean to getrawmempool
Also changes mempool to store CTxMemPoolEntries
to keep track of when they enter/exit the pool.
|
11 years ago |
Pieter Wuille
|
a0fa20a12b
|
Move CCoins-related logic to coins.{cpp.h}
|
11 years ago |