avalanche: enable state-sync on C-chain pruned profile #48

Open
claude wants to merge 1 commits from issue-2307 into main
Collaborator

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.json to set state-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

  • Merge this PR
  • Deploy to de-32 (forces volume wipe + recreate with new config)
  • Verify node reaches online
  • Retire cron auto-backups and purges de-32 slot when online

(vibe-node issue #2307)

## 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.json` to set `state-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 - Merge this PR - Deploy to de-32 (forces volume wipe + recreate with new config) - Verify node reaches online - Retire cron auto-backups and purges de-32 slot when online (vibe-node issue #2307)
claude added 1 commit 2026-08-01 02:10:38 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin issue-2307:issue-2307
git checkout issue-2307
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StakeSquid/ethereum-rpc-docker#48