feat: handle KnownChains::Gouda; bump signet-sdk 0.19.0#149
Merged
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>
Replace git pins on init4tech/signet-sdk and init4tech/storage with crates.io releases: - signet-constants 0.19.0 - signet-tx-cache 0.19.0 - signet-cold-sql 0.9.0 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2 tasks
Member
|
same minor version comment here. i think we have sdk types in public interfaces |
Member
Author
|
so you're say 0.22.0 just to be clear |
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
prestwich
approved these changes
May 19, 2026
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).Test plan
Related branches
🤖 Generated with Claude Code