Skip to content

Conversation

@fakedev9999
Copy link
Contributor

Copilot AI review requested due to automatic review settings November 12, 2025 17:29
Copilot finished reviewing on behalf of fakedev9999 November 12, 2025 17:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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, and rsp-primitives to reth-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" }
Copy link

Copilot AI Nov 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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" }

Copilot uses AI. Check for mistakes.
@fakedev9999 fakedev9999 force-pushed the taehoon/bump-sp1-cc-and-rsp-2 branch from 3f81aa5 to 48a9c32 Compare November 13, 2025 00:44
@fakedev9999 fakedev9999 force-pushed the taehoon/bump-sp1-cc-and-rsp-2 branch from 48a9c32 to 0a79e22 Compare November 13, 2025 00:51
@bxue-l2 bxue-l2 merged commit b94690a into Layr-Labs:master Nov 13, 2025
8 checks passed
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.

2 participants