Skip to content

chore: update deps and version bump#6

Open
Fraser999 wants to merge 1 commit into
mainfrom
fraser/eng-2337/update-deps
Open

chore: update deps and version bump#6
Fraser999 wants to merge 1 commit into
mainfrom
fraser/eng-2337/update-deps

Conversation

@Fraser999

@Fraser999 Fraser999 commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates the Signet SDK crates and init4-bin-base to 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

  • Bump the signet-* crates (signet-constants, signet-orders, signet-tx-cache, signet-types, signet-zenith) 0.16.3 → 0.19.0 and init4-bin-base 0.19.0 → 0.23.1.
  • Bump the workspace crate version 0.1.0 → 0.1.1.
  • Move the yanked metrics 0.24.5 → 0.24.6 (pulled in transitively by the init4-bin-base bump).
  • Refresh .cargo/audit.toml: drop the now-stale rand RUSTSEC-2026-0097 ignore (the bump moves rand off the affected 0.8.5) and add RUSTSEC-2026-0173 (proc-macro-error2 unmaintained).
  • Update the web and tui example READMEs from the Parmigiana to the Gouda testnet (RPC/tx-cache URLs and CHAIN_NAME).
  • Document the examples/tui and examples/web directories in CLAUDE.md.

Notes

  • The version change is a patch bump because the public API is unchanged: cargo-public-api reports an empty diff for both crates across the dependency update, even though dep types appear throughout their public surface.
  • The new Gouda endpoints were validated live - eth_chainId on the host and rollup RPCs returns 3151908 and 792669, matching signet-constants' gouda HOST_CHAIN_ID / RU_CHAIN_ID, and transactions.gouda.signet.sh matches the SDK's TX_CACHE_URL.
  • cargo audit (exit 0), cargo clippy (default and --no-default-features), and the full test suite all pass.

🤖 Generated with Claude Code

@Fraser999 Fraser999 requested a review from a team as a code owner June 18, 2026 09:12

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Fraser999 Fraser999 changed the title update deps and version bump chore: update deps and version bump Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant