feat(trie): Enable proofs v2 by default (#21434)

This commit is contained in:
Brian Picciano
2026-01-28 11:54:50 +01:00
committed by GitHub
parent 8417ddc0e8
commit 42765890b5
5 changed files with 45 additions and 28 deletions

View File

@@ -1001,8 +1001,8 @@ Engine:
--engine.account-worker-count <ACCOUNT_WORKER_COUNT>
Configure the number of account proof workers in the Tokio blocking pool. If not specified, defaults to the same count as storage workers
--engine.enable-proof-v2
Enable V2 storage proofs for state root calculations
--engine.disable-proof-v2
Disable V2 storage proofs for state root calculations
--engine.disable-cache-metrics
Disable cache metrics recording, which can take up to 50ms with large cached state

View File

@@ -1001,8 +1001,8 @@ Engine:
--engine.account-worker-count <ACCOUNT_WORKER_COUNT>
Configure the number of account proof workers in the Tokio blocking pool. If not specified, defaults to the same count as storage workers
--engine.enable-proof-v2
Enable V2 storage proofs for state root calculations
--engine.disable-proof-v2
Disable V2 storage proofs for state root calculations
--engine.disable-cache-metrics
Disable cache metrics recording, which can take up to 50ms with large cached state