chore: update deps and version bump#6
Open
Fraser999 wants to merge 1 commit into
Open
Conversation
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
Updates the Signet SDK crates and
init4-bin-baseto their latest releases, bumps the workspace crate version, and refreshes the example configs/docs to the current testnet. No source changes were required - the bump is API-compatible.Changes
signet-*crates (signet-constants,signet-orders,signet-tx-cache,signet-types,signet-zenith) 0.16.3 → 0.19.0 andinit4-bin-base0.19.0 → 0.23.1.metrics0.24.5 → 0.24.6 (pulled in transitively by theinit4-bin-basebump)..cargo/audit.toml: drop the now-stale randRUSTSEC-2026-0097ignore (the bump moves rand off the affected 0.8.5) and addRUSTSEC-2026-0173(proc-macro-error2 unmaintained).CHAIN_NAME).examples/tuiandexamples/webdirectories inCLAUDE.md.Notes
cargo-public-apireports an empty diff for both crates across the dependency update, even though dep types appear throughout their public surface.eth_chainIdon the host and rollup RPCs returns 3151908 and 792669, matching signet-constants' goudaHOST_CHAIN_ID/RU_CHAIN_ID, andtransactions.gouda.signet.shmatches the SDK'sTX_CACHE_URL.cargo audit(exit 0),cargo clippy(default and--no-default-features), and the full test suite all pass.🤖 Generated with Claude Code