From 252abd1e8bc5cdf4368ad55e827a873240535b28 Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Wed, 20 Apr 2022 17:40:01 -0400 Subject: init: add utxo snapshot detection Add functionality for activating a snapshot-based chainstate if one is detected on-disk. Also cautiously initialize chainstate cache usages so that we don't somehow blow past our cache allowances during initialization, then rebalance at the end of init. Co-authored-by: Russell Yanofsky --- test/functional/feature_init.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional') diff --git a/test/functional/feature_init.py b/test/functional/feature_init.py index 13c7326519..56d093c396 100755 --- a/test/functional/feature_init.py +++ b/test/functional/feature_init.py @@ -55,7 +55,6 @@ class InitStressTest(BitcoinTestFramework): b'Loading P2P addresses', b'Loading banlist', b'Loading block index', - b'Switching active chainstate', b'Checking all blk files are present', b'Loaded best chain:', b'init message: Verifying blocks', -- cgit v1.2.3