feat(docker): bake gouda.genesis.json; bump to gouda chains#105
Draft
rswanson wants to merge 6 commits into
Draft
feat(docker): bake gouda.genesis.json; bump to gouda chains#105rswanson wants to merge 6 commits into
rswanson wants to merge 6 commits into
Conversation
Rewrite signet/src/lib.rs to use the v0.18 SignetNodeBuilder typestate API (with_notifier, with_storage, with_alias_oracle, with_blob_cacher, with_serve_config, with_rpc_config) replacing the removed with_factory / database_path / static_file_rw / open_rocks_db API from v0.16. Add signet-blobber, signet-host-reth, tokio, and tokio-util deps; drop the ProviderFactory import that no longer applies. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pin all three binaries to node-components rev c5c573ad (feat/gouda-genesis SHA). Also align init4-bin-base to git rev 72eb719 (feat/gouda-arm) and update signet-sidecar from crates.io to matching git revs so the workspace resolves a single copy of all signet-* crates. Add [patch.crates-io] signet-cold-sql to fix the duplicate-crate FromEnv trait conflict introduced when bin-base (git) references the published signet-cold-sql. Downgrade signet binary's reth tag from v1.11.3 to v1.11.0 to unify with node-components. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…branch Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Advance node-components pin to d8af9f5c (feat/gouda-genesis tip) and init4-bin-base to 68a60bbc (post-storage-fix). The new bin-base pulls signet-cold-sql via git-rev directly, closing the diamond; remove the [patch.crates-io] signet-cold-sql workaround that is no longer needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds COPY ./.github/genesis/gouda.genesis.json /network_configs/gouda.genesis.json to Dockerfile, Dockerfile.exex, and Dockerfile.sidecar, mirroring the existing parmigiana-host pattern. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <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
ECR images pushed
Deploy with CHAIN_NAME=gouda.
Test plan
Related branches
🤖 Generated with Claude Code