chore: bump rsp and sp1-cc to reth-1.9.1b#265
Merged
bxue-l2 merged 2 commits intoLayr-Labs:masterfrom Nov 13, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the rsp and sp1-cc dependencies from tag reth-1.9.1 to reth-1.9.1b to incorporate upstream fixes from the respective repositories. The changes include updating dependency references in Cargo.toml, reflecting the new git commit hashes in Cargo.lock, and updating the verification key (V_KEY) constant that corresponds to the new version of the sp1-cc client.
- Updated dependency tags for
sp1-cc-client-executor,sp1-cc-host-executor, andrsp-primitivestoreth-1.9.1b - Updated V_KEY constant with new verification key values for the updated sp1-cc client
- Updated Cargo.lock to reflect new git commit hashes for all related packages
Reviewed Changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Cargo.toml | Updated dependency tags from reth-1.9.1 to reth-1.9.1b for sp1-cc and rsp packages |
| Cargo.lock | Reflected updated git commit hashes for all rsp and sp1-cc related dependencies |
| canoe/sp1-cc/verifier/src/lib.rs | Updated V_KEY constant with new verification key values corresponding to the updated sp1-cc client version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Cargo.toml
Outdated
| rsp-primitives = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1" } | ||
| sp1-cc-client-executor = { git = "https://github.com/succinctlabs/sp1-contract-call.git", tag = "reth-1.9.1b" } | ||
| sp1-cc-host-executor = { git = "https://github.com/succinctlabs/sp1-contract-call.git", tag = "reth-1.9.1b" } | ||
| rsp-primitives = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1b" } |
There was a problem hiding this comment.
Trailing whitespace detected at the end of this line. Please remove the space after the closing brace.
Suggested change
| rsp-primitives = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1b" } | |
| rsp-primitives = { git = "https://github.com/succinctlabs/rsp", tag = "reth-1.9.1b" } |
3f81aa5 to
48a9c32
Compare
48a9c32 to
0a79e22
Compare
bxue-l2
approved these changes
Nov 13, 2025
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.
There has been some fixes made into rsp and sp1-cc:
0x000...000for for non-existing EOAs succinctlabs/rsp#165