feat(genesis): add Gouda rollup; bump signet-sdk family to gouda branches#144
Draft
rswanson wants to merge 8 commits into
Draft
feat(genesis): add Gouda rollup; bump signet-sdk family to gouda branches#144rswanson wants to merge 8 commits into
rswanson wants to merge 8 commits into
Conversation
Pin signet-* (signet-sdk, storage) and init4-bin-base to the gouda-branch SHAs in preparation for wiring KnownChains::Gouda through this workspace. - signet-sdk: 8a85a4636bccf971226a9c80c311832ce33e998c - init4-bin-base: 72eb719abc33fdc169fd287658878eba5520953c - signet-storage: 7841fabdd71dd5b58a7bd21ccd9b7d25d11ddc55 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Add the Gouda rollup genesis JSON. Derived from the parmigiana template with Gouda-specific values: chainId 792669, deployHeight 1143386, host-side magic addresses (zenith/orders/passage/transactor), USDC/USDT/WBTC addresses, and startTimestamp. The host side reuses parmigiana.host.genesis.json (Gouda runs on the parmigiana host chain — chainId 3151908). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Add the GOUDA_GENESIS_JSON const, GOUDA_GENESIS LazyLock, GOUDA_GENESIS_HARDFORKS LazyLock, and Gouda match arms in genesis_hardforks(), load_raw_genesis(), and load_genesis(). Gouda's host genesis reuses PARMIGIANA_HOST_GENESIS since it runs on the parmigiana host chain. Extend the load_files() test to cover Gouda. Document GOUDA_GENESIS in the README. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pins init4-bin-base at 68a60bbc613d4eded415ad51cc45f5f056d9be83 (gouda branch) which includes signet-cold-sql via git-rev, resolving the diamond dependency issue. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…-cold-sql diamond)
…SHAs - gouda.genesis.json: host.startTimestamp 1779051536 -> 1765226348 (parmigiana host genesis anchor — gouda runs on parmigiana host) - signet-sdk family: bump to ecce6a4 (host-start-timestamp fix) - init4-bin-base: bump to dc2f86c (re-pin to fixed signet-sdk) - signet-storage family: bump to d5bf6fa (re-pin to fixed signet-sdk)
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
crates/genesis/src/gouda.genesis.json(rollup chainId 792669, host = parmigiana, deployHeight 1143386, deployed contracts at gouda addresses).KnownChains::Goudaarms throughGenesisSpec::genesis_hardforks,load_raw_genesis,load_genesis. Host side reusesparmigiana.host.genesis.json(gouda runs on the parmigiana host).GOUDA_GENESIS_JSONconst,GOUDA_GENESISstatic,GOUDA_GENESIS_HARDFORKSstatic.Test plan
Related
🤖 Generated with Claude Code