Skip to content

Commit

Permalink
update risc0 deps to rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nategraf committed Aug 23, 2024
1 parent 49d7cf7 commit 6beaa18
Show file tree
Hide file tree
Showing 15 changed files with 5,843 additions and 1,200 deletions.
1,607 changes: 1,362 additions & 245 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ resolver = "2"
members = ["build", "contracts", "ffi", "steel"]

[workspace.package]
version = "1.1.0-rc.1"
version = "1.1.0-rc.2"
edition = "2021"
license = "Apache-2.0"
homepage = "https://risczero.com/"
repository = "https://github.com/risc0/risc0-ethereum/"

[workspace.dependencies]
# Intra-workspace dependencies
risc0-build-ethereum = { version = "1.1.0-rc.1", default-features = false, path = "build" }
risc0-ethereum-contracts = { version = "1.1.0-rc.1", default-features = false, path = "contracts" }
risc0-build-ethereum = { version = "1.1.0-rc.2", default-features = false, path = "build" }
risc0-ethereum-contracts = { version = "1.1.0-rc.2", default-features = false, path = "contracts" }
risc0-steel = { version = "0.12.0", default-features = false, path = "steel" }
risc0-forge-ffi = { version = "1.1.0-rc.1", default-features = false, path = "ffi" }
risc0-forge-ffi = { version = "1.1.0-rc.2", default-features = false, path = "ffi" }

# risc0 monorepo dependencies.
risc0-build = { version = "1.1.0-rc.1", default-features = false }
risc0-zkp = { version = "1.1.0-rc.1", default-features = false }
risc0-zkvm = { version = "1.1.0-rc.1", default-features = false }
risc0-build = { version = "1.1.0-rc.2", default-features = false }
risc0-zkp = { version = "1.1.0-rc.2", default-features = false }
risc0-zkvm = { version = "1.1.0-rc.2", default-features = false }

# Alloy guest dependencies
alloy-consensus = { version = "0.2.1" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/groth16/RiscZeroGroth16Verifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ contract RiscZeroGroth16Verifier is IRiscZeroVerifier, Groth16Verifier {
using SafeCast for uint256;

/// Semantic version of the the RISC Zero system of which this contract is part.
string constant VERSION = "1.1.0-rc.1";
string constant VERSION = "1.1.0-rc.2";

/// @notice Control root hash binding the set of circuits in the RISC Zero system.
/// @dev This value controls what set of recursion programs (e.g. lift, join, resolve), and
Expand Down
Loading

0 comments on commit 6beaa18

Please sign in to comment.