Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: risc0/risc0-ethereum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: risc0/risc0-ethereum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 7 commits
  • 41 files changed
  • 1 contributor

Commits on Jul 8, 2025

  1. WEB3-486: Update deployment.toml to reflect stopped 2.0 contracts (#628)

    Following the stopping of the 2.0 verifiers on the official router [1],
    this PR updated the deployment.toml file to reflect this, and improve
    the deployment tests to test the state the estop using a receipt
    verification. To support this, a 2.0 receipt is added along with
    functionality to test verification of multiple versions of the zkVM
    verifier.
    
    [1]
    GHSA-g3qg-6746-3mg9
    nategraf committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    f8d82f2 View commit details
    Browse the repository at this point in the history
  2. ZKVM-2: Add zkVM version 2.2 verifier parameters (#631)

    Supporting the zkVM 2.2 release, this PR adds the verifier parameters to
    verifier smart contracts, and to our Rust libraries.
    nategraf committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    8bfa423 View commit details
    Browse the repository at this point in the history
  3. ZKVM-2: Update deployment information to include zkvm 2.2 verifier (#634

    )
    
    - **add 2.2 verifier deployments to deployments.toml**
    - **updates to scripts and README**
    nategraf committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    825c8ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ebdb4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a05712c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90d5f3d View commit details
    Browse the repository at this point in the history
  7. Bump version to 2.1.2 (#639)

    - **bump workspace version to 2.1.2**
    - **update Cargo.lock files**
    nategraf authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    07d071e View commit details
    Browse the repository at this point in the history
Loading