You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restore configure-state-sync for S3 snapshot restores (#72)
Reverts the logic change from #62 that skipped configure-state-sync for
S3 snapshot sources. The original rationale assumed S3 snapshot-restore
writes a complete data directory, but the sidecar extracts ABCI snapshot
chunks to data/snapshots/. Without configure-state-sync (useLocalSnapshot:
true), CometBFT starts with statesync.enable=false, never applies the
snapshot, and panics at InitChain with an empty state DB.
Restores the original guard (`snap != nil`) so configure-state-sync runs
for both S3 and StateSync sources. Fixes the pacific-1-shadow-replayer
canonicalRpc port typo (2665 → 26657).
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments