aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorJames O'Beirne <james.obeirne@pm.me>2022-04-20 17:40:01 -0400
committerJames O'Beirne <james.obeirne@pm.me>2022-09-13 13:30:14 -0400
commit252abd1e8bc5cdf4368ad55e827a873240535b28 (patch)
tree2a1c9aa9ab01a4bb5951140d52b5c5720fce5ec9 /test/functional
parentf9f1735f139b6a1f1c7fea50717ff90dc4ba2bce (diff)
downloadbitcoin-252abd1e8bc5cdf4368ad55e827a873240535b28.tar.xz
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 <russ@yanofsky.org>
Diffstat (limited to 'test/functional')
-rwxr-xr-xtest/functional/feature_init.py1
1 files changed, 0 insertions, 1 deletions
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',