zircuit: add Jovian + Karst fork times (garfield PAST since 2026-08-26; mainnet Sep 15 / Sep 23) #68

Merged
claude merged 1 commits from zircuit-jovian-karst into main 2026-09-04 02:21:23 +00:00
Collaborator

Adds jovian_time/karst_time (rollup.json) and jovianTime/karstTime (genesis.json) for zircuit garfield and mainnet, values from the live sequencers via check_fork_times.py --fix:

chain jovian karst
garfield 1787761801 (2026-08-26, PAST) 1788883201 (2026-09-08)
mainnet 1789489801 (2026-09-15) 1790179201 (2026-09-23)

Why: our garfield config stopped at Isthmus, so rpc-de-11 forked at Jovian (~block 23712660 on 2026-08-26) — that is the "wedge" behind the 30-day syncing state — and the fresh Conduit-snapshot bench copy on de-32 cannot parse post-Jovian L1-info deposits ("data is unexpected length: 178"). Mainnet activates Jovian in 11 days; us-16 needs the file + a force-recreate before then.

Rollout: deploy-compose-repo de-32 + force-recreate garfield (bench), then us-16 + force-recreate before 2026-09-15.

🤖 Generated with Claude Code

https://claude.ai/code/session_01RzxemENdcZBCxdGrzXiFvS

Adds `jovian_time`/`karst_time` (rollup.json) and `jovianTime`/`karstTime` (genesis.json) for zircuit garfield and mainnet, values from the live sequencers via check_fork_times.py --fix: | chain | jovian | karst | |---|---|---| | garfield | 1787761801 (2026-08-26, PAST) | 1788883201 (2026-09-08) | | mainnet | 1789489801 (2026-09-15) | 1790179201 (2026-09-23) | Why: our garfield config stopped at Isthmus, so rpc-de-11 forked at Jovian (~block 23712660 on 2026-08-26) — that is the "wedge" behind the 30-day syncing state — and the fresh Conduit-snapshot bench copy on de-32 cannot parse post-Jovian L1-info deposits ("data is unexpected length: 178"). Mainnet activates Jovian in 11 days; us-16 needs the file + a force-recreate before then. Rollout: deploy-compose-repo de-32 + force-recreate garfield (bench), then us-16 + force-recreate before 2026-09-15. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01RzxemENdcZBCxdGrzXiFvS
claude added 1 commit 2026-09-04 02:21:09 +00:00
garfield forked at Jovian (2026-08-26, ~block 23712660) on rpc-de-11 because rollup.json/genesis.json stopped at Isthmus; the de-32 bench copy restored from Conduit's snapshot cannot parse post-Jovian L1-info deposits (data is unexpected length: 178) for the same reason. mainnet activates Jovian 2026-09-15 and Karst 2026-09-23.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RzxemENdcZBCxdGrzXiFvS
claude merged commit 44fecc0269 into main 2026-09-04 02:21:23 +00:00
claude deleted branch zircuit-jovian-karst 2026-09-04 02:21:24 +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#68