cl/clparams: set Gnosis Fulu fork epoch to 1714688#20081
Merged
Conversation
Per gnosischain/specs#92, schedule Fulu (Fusaka) on Gnosis mainnet at epoch 1714688 (~2026-04-14 12:06:20 UTC). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
yperbasis
approved these changes
Mar 23, 2026
Member
|
I think we need Cherry-pick to |
domiwei
added a commit
that referenced
this pull request
Mar 23, 2026
## Summary - Set Gnosis mainnet `FULU_FORK_EPOCH` to `1714688` (~2026-04-14 12:06:20 UTC) - Previously set to `math.MaxUint64` (unscheduled) - `FULU_FORK_VERSION` (`0x06000064`) was already correct, no change needed ## Reference - gnosischain/specs#92 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
domiwei
added a commit
that referenced
this pull request
Mar 23, 2026
## Summary - Set Gnosis mainnet `FULU_FORK_EPOCH` to `1714688` (~2026-04-14 12:06:20 UTC) - Previously set to `math.MaxUint64` (unscheduled) - `FULU_FORK_VERSION` (`0x06000064`) was already correct, no change needed ## Reference - gnosischain/specs#92 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Mar 23, 2026
AskAlexSharov
pushed a commit
that referenced
this pull request
Mar 23, 2026
## Summary - Cherry-pick of #20081: set Gnosis Fulu fork epoch to 1714688 - Cherry-pick of #20089: schedule Osaka for Gnosis (osakaTime + blob schedule + forkid) ## Test plan - [ ] CI passes on release/3.4 - [ ] Verify Gnosis chain config loads correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: yperbasis <andrey.ashikhmin@gmail.com>
AskAlexSharov
pushed a commit
that referenced
this pull request
Mar 23, 2026
## Summary - Cherry-pick of #20081: set Gnosis Fulu fork epoch to 1714688 - Cherry-pick of #20089: schedule Osaka for Gnosis (osakaTime + blob schedule + forkid) ## Test plan - [ ] CI passes on release/3.3 - [ ] Verify Gnosis chain config loads correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: yperbasis <andrey.ashikhmin@gmail.com>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 23, 2026
## Summary - Schedule the Osaka (Fusaka) hard fork on Gnosis Chain mainnet - Timestamp `1776168380` — Apr 14, 2026, 12:06:20 UTC - CL Fulu fork epoch `1714688` was already merged via #20081 Values from gnosischain/specs#92. ## Changes - `execution/chain/spec/chainspecs/gnosis.json`: add `osakaTime` and `osaka` blob schedule - `p2p/forkid/forkid_test.go`: update Gnosis fork ID test vectors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FULU_FORK_EPOCHto1714688(~2026-04-14 12:06:20 UTC)math.MaxUint64(unscheduled)FULU_FORK_VERSION(0x06000064) was already correct, no change neededReference