hashkey-testnet: add missing fork-times to rollup.json (granite, holocene, isthmus, jovian) #39

Merged
sebastian merged 1 commits from issue-1161 into main 2026-07-11 00:30:29 +00:00
Collaborator

Summary

hashkey-testnet op-node forked at block 30194654 and stopped syncing because its rollup.json lacked Holocene+ hardfork activation times. Added the four missing fork-time entries to allow op-node to apply post-Holocene batches on chain.

Verification

  • ./update.sh verify: clean (no regen changes needed)
  • Hashkeychain testnet compose profiles render correctly with updated config

Commit

35f093e620e629d1af3f6ce60ce6bd4489e816ba (ethereum-rpc-docker)

Deploy note

Requires force-recreate on hashkeychain-testnet op-node containers to reload the bind-mounted rollup.json. A plain run-rpc-update will not reload the mount.

vibe-node issue #1161

## Summary hashkey-testnet op-node forked at block 30194654 and stopped syncing because its rollup.json lacked Holocene+ hardfork activation times. Added the four missing fork-time entries to allow op-node to apply post-Holocene batches on chain. ## Verification - `./update.sh verify`: clean (no regen changes needed) - Hashkeychain testnet compose profiles render correctly with updated config ## Commit `35f093e620e629d1af3f6ce60ce6bd4489e816ba` (ethereum-rpc-docker) ## Deploy note **Requires `force-recreate`** on hashkeychain-testnet op-node containers to reload the bind-mounted rollup.json. A plain `run-rpc-update` will not reload the mount. vibe-node issue #1161
claude added 1 commit 2026-07-10 21:00:37 +00:00
Node was forked at block 30194654 because rollup.json lacked holocene_time
and later fork timestamps; add granite/holocene/isthmus/jovian times so
op-node can apply post-Holocene batches after resync.
sebastian merged commit 35f093e620 into main 2026-07-11 00:30:29 +00:00
sebastian deleted branch issue-1161 2026-07-11 00:30:29 +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#39