aboutsummaryrefslogtreecommitdiff
path: root/src/test/validation_flush_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Pass mempool reference to chainstate constructorMarcoFalke2020-08-281-1/+2
|
* Pass mempool pointer to GetCoinsCacheSizeStateMarcoFalke2020-07-291-11/+11
|
* Add CChainState::ResizeCoinsCachesJames O'Beirne2020-07-011-1/+1
| | | | | | | | | | 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.
* test: Fix outstanding -Wsign-compare errorsBen Woosley2020-05-081-2/+2
|
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
| | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
* test: Remove incorrect assumptions in validation_flush_testsMarcoFalke2020-02-191-17/+9
|
* tests: add tests for GetCoinsCacheSizeStateJames O'Beirne2019-12-121-0/+174