Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/CHECKPOINT_ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ Checkpoints have to be regularly updated, though, and this issue is automaticall

How to compute a new checkpoint for calibnet:

1. Install Forest and connect to the calibnet: `forest --chain calibnet --encrypt-keystore false`
2. Wait for Forest to catch up to the network: `forest-cli sync wait`
3. Compute new checkpoint hash: `forest-cli chain tipset-hash`
4. Add the checkpoint hash to the checkpoint [yaml file][yaml].
1. Install `forest-cli`
2. Download calibnet snapshot: `forest-cli --chain calibnet snapshot fetch`
3. Decompress snapshot: `zstd -d forest_snapshot_calibnet_*.car.zst`
4. Extract checkpoints: `forest-cli archive checkpoints forest_snapshot_calibnet_*.car`
5. Put checkpoints in `build/known_blocks.yaml`

For mainnet, run the same commands but use `--chain mainnet` instead of `--chain calibnet`.

Expand Down