avalanche: enable state-sync on C-chain pruned profile #48
Reference in New Issue
Block a user
Delete Branch "issue-2307"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Enabled state-sync on Avalanche C-chain pruned profile to accelerate catch-up from classic block execution.
Change: Modified
avalanche/mainnet/pruned/C/config.jsonto setstate-sync-enabled: true(was false).Rationale: The quarantined de-32 node is stuck at ~60% of 2.13M block catch-up (~30h+ remaining). State-sync will resume from a snapshot instead of replaying all blocks, cutting sync time dramatically.
Config preserved:
pruning-enabled: true(remains enabled)state-sync-skip-resume: true(resume optimization)Verification: Commit 7a3003cb; rpc asset branch ready for merge.
Deployment plan
(vibe-node issue #2307)
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.