feat: handle KnownChains::Gouda; pin signet-cold-sql via git-rev#149
Draft
rswanson wants to merge 6 commits into
Draft
feat: handle KnownChains::Gouda; pin signet-cold-sql via git-rev#149rswanson wants to merge 6 commits into
rswanson wants to merge 6 commits into
Conversation
Bump signet-constants to git-rev 8a85a4636bccf971226a9c80c311832ce33e998c (v0.19.0, adds KnownChains::Gouda) and add the Gouda arm in the From<KnownChains> for SlotCalculator impl, delegating to parmigiana_host() since Gouda runs on the same host chain. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace crates.io signet-cold-sql v0.9.0 with a git-rev pin against the signet-storage gouda branch (7841fabdd71dd5b58a7bd21ccd9b7d25d11ddc55) to eliminate the diamond dep when consumed by node-components. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update storage family pin from 7841fabd to 5ab8f75e to match the new gouda SHA and resolve the diamond dependency with downstream consumers.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…6fa) 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
KnownChains::Gouda => SlotCalculator::parmigiana_host()arm insrc/utils/calc.rs(delegates to parmigiana host).signet-constantsto signet-sdk gouda branch (rev 8a85a46).signet-cold-sql(plus transitive signet-cold, signet-storage-types) to storage gouda branch (rev 7841fab) to eliminate a diamond dep that surfaced downstream.Test plan
Related branches
🤖 Generated with Claude Code