Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-28 | Pass mempool reference to chainstate constructor | MarcoFalke | |
2020-07-29 | Pass mempool pointer to GetCoinsCacheSizeState | MarcoFalke | |
2020-07-01 | Add CChainState::ResizeCoinsCaches | James O'Beirne | |
Also adds CCoinsViewCache::ReallocateCache() to attempt to free memory that the cacheCoins's allocator may be hanging onto when downsizing the cache. Adds `CChainState::m_coins{tip,db}_cache_size_bytes` data members so that we can reference cache size on a per-chainstate basis for flushing. | |||
2020-05-08 | test: Fix outstanding -Wsign-compare errors | Ben Woosley | |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-02-19 | test: Remove incorrect assumptions in validation_flush_tests | MarcoFalke | |
2019-12-12 | tests: add tests for GetCoinsCacheSizeState | James O'Beirne | |