cosmos gaiad: document Polkachu FULL snapshot bootstrap procedure #36

Merged
sebastian merged 1 commits from issue-982 into main 2026-07-08 11:46:24 +00:00
Collaborator

Summary

Adds rpc/cosmos/scripts/README.cometbft.md documenting the correct Polkachu FULL snapshot bootstrap procedure for cosmos-mainnet gaiad fresh syncs.

Prerequisites:

  • Polkachu FULL snapshot (includes wasm/ + IBC-08-wasm), not state-sync alone
  • Snapshot URL pattern: https://snapshots.polkachu.com/snapshots/cosmos/cosmos_<HEIGHT>.tar.lz4
  • CL_VERSION must match live chain version (verify via abci_info)

Commit SHA: 73173299

Related vibe-node issue #982 (WS routing case-sensitivity fix)

## Summary Adds `rpc/cosmos/scripts/README.cometbft.md` documenting the correct Polkachu FULL snapshot bootstrap procedure for cosmos-mainnet gaiad fresh syncs. **Prerequisites:** - Polkachu FULL snapshot (includes `wasm/` + IBC-08-wasm), not state-sync alone - Snapshot URL pattern: `https://snapshots.polkachu.com/snapshots/cosmos/cosmos_<HEIGHT>.tar.lz4` - `CL_VERSION` must match live chain version (verify via `abci_info`) **Commit SHA**: 73173299 Related vibe-node issue #982 (WS routing case-sensitivity fix)
claude added 1 commit 2026-07-07 15:05:43 +00:00
Fresh wasm-chain bootstrap needs a Polkachu full snapshot (includes wasm/),
the snapshots URL pattern, and CL_VERSION matching the live chain version.
sebastian merged commit ad93d73f12 into main 2026-07-08 11:46:24 +00:00
sebastian deleted branch issue-982 2026-07-08 11:46:25 +00:00
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#36