Merge branch 'schouhy/update-risc0-version' into Pravdyvy/sequencer-account-store-modifications

This commit is contained in:
Oleksandr Pravdyvyi 2025-07-11 07:52:53 +03:00
commit b115313955
6 changed files with 35 additions and 35 deletions

60
Cargo.lock generated
View File

@ -767,7 +767,7 @@ dependencies = [
[[package]] [[package]]
name = "bonsai-sdk" name = "bonsai-sdk"
version = "1.4.0" version = "1.4.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"duplicate", "duplicate",
"maybe-async", "maybe-async",
@ -3715,8 +3715,8 @@ checksum = "3df6368f71f205ff9c33c076d170dd56ebf68e8161c733c0caa07a7a5509ed53"
[[package]] [[package]]
name = "risc0-binfmt" name = "risc0-binfmt"
version = "2.0.1" version = "2.0.2"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"borsh", "borsh",
@ -3733,8 +3733,8 @@ dependencies = [
[[package]] [[package]]
name = "risc0-build" name = "risc0-build"
version = "2.1.2" version = "2.2.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cargo_metadata", "cargo_metadata",
@ -3757,7 +3757,7 @@ dependencies = [
[[package]] [[package]]
name = "risc0-build-kernel" name = "risc0-build-kernel"
version = "2.0.0" version = "2.0.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"cc", "cc",
"directories", "directories",
@ -3770,8 +3770,8 @@ dependencies = [
[[package]] [[package]]
name = "risc0-circuit-keccak" name = "risc0-circuit-keccak"
version = "2.0.2" version = "3.0.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytemuck", "bytemuck",
@ -3791,8 +3791,8 @@ dependencies = [
[[package]] [[package]]
name = "risc0-circuit-keccak-sys" name = "risc0-circuit-keccak-sys"
version = "2.0.0" version = "3.0.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"cc", "cc",
"cust", "cust",
@ -3806,8 +3806,8 @@ dependencies = [
[[package]] [[package]]
name = "risc0-circuit-recursion" name = "risc0-circuit-recursion"
version = "2.0.2" version = "3.0.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytemuck", "bytemuck",
@ -3831,8 +3831,8 @@ dependencies = [
[[package]] [[package]]
name = "risc0-circuit-recursion-sys" name = "risc0-circuit-recursion-sys"
version = "2.0.0" version = "3.0.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"glob", "glob",
"risc0-build-kernel", "risc0-build-kernel",
@ -3843,8 +3843,8 @@ dependencies = [
[[package]] [[package]]
name = "risc0-circuit-rv32im" name = "risc0-circuit-rv32im"
version = "2.0.4" version = "3.0.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"auto_ops", "auto_ops",
@ -3874,8 +3874,8 @@ dependencies = [
[[package]] [[package]]
name = "risc0-circuit-rv32im-sys" name = "risc0-circuit-rv32im-sys"
version = "2.0.2" version = "3.0.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"cc", "cc",
"cust", "cust",
@ -3890,7 +3890,7 @@ dependencies = [
[[package]] [[package]]
name = "risc0-core" name = "risc0-core"
version = "2.0.0" version = "2.0.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"bytemuck_derive", "bytemuck_derive",
@ -3901,8 +3901,8 @@ dependencies = [
[[package]] [[package]]
name = "risc0-groth16" name = "risc0-groth16"
version = "2.0.1" version = "2.0.2"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"ark-bn254", "ark-bn254",
@ -3926,7 +3926,7 @@ dependencies = [
[[package]] [[package]]
name = "risc0-sys" name = "risc0-sys"
version = "1.4.0" version = "1.4.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cust", "cust",
@ -3937,7 +3937,7 @@ dependencies = [
[[package]] [[package]]
name = "risc0-zkos-v1compat" name = "risc0-zkos-v1compat"
version = "2.0.1" version = "2.0.1"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"include_bytes_aligned", "include_bytes_aligned",
"no_std_strings", "no_std_strings",
@ -3945,8 +3945,8 @@ dependencies = [
[[package]] [[package]]
name = "risc0-zkp" name = "risc0-zkp"
version = "2.0.1" version = "2.0.2"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"blake2", "blake2",
@ -3976,8 +3976,8 @@ dependencies = [
[[package]] [[package]]
name = "risc0-zkvm" name = "risc0-zkvm"
version = "2.1.0" version = "2.2.0"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"addr2line 0.22.0", "addr2line 0.22.0",
"anyhow", "anyhow",
@ -4022,8 +4022,8 @@ dependencies = [
[[package]] [[package]]
name = "risc0-zkvm-platform" name = "risc0-zkvm-platform"
version = "2.0.2" version = "2.0.3"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"cfg-if", "cfg-if",
@ -4185,7 +4185,7 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]] [[package]]
name = "rzup" name = "rzup"
version = "0.4.1" version = "0.4.1"
source = "git+https://github.com/risc0/risc0.git?branch=release-2.1#f34d6913945ab9f214219f3cbee1703f63936cc4" source = "git+https://github.com/risc0/risc0.git?branch=release-2.2#eff3c74bf9992401c2c68bea95eb6c93b27999ec"
dependencies = [ dependencies = [
"semver", "semver",
"serde", "serde",

View File

@ -9,7 +9,7 @@ thiserror.workspace = true
serde_json.workspace = true serde_json.workspace = true
serde.workspace = true serde.workspace = true
reqwest.workspace = true reqwest.workspace = true
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.1" } risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.2" }
rs_merkle.workspace = true rs_merkle.workspace = true
sha2.workspace = true sha2.workspace = true

View File

@ -18,7 +18,7 @@ reqwest.workspace = true
thiserror.workspace = true thiserror.workspace = true
tokio.workspace = true tokio.workspace = true
tempfile.workspace = true tempfile.workspace = true
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.1" } risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.2" }
hex.workspace = true hex.workspace = true
actix-rt.workspace = true actix-rt.workspace = true

View File

@ -19,7 +19,7 @@ light-poseidon.workspace = true
ark-bn254.workspace = true ark-bn254.workspace = true
ark-ff.workspace = true ark-ff.workspace = true
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.1" } risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.2" }
[dependencies.accounts] [dependencies.accounts]
path = "../accounts" path = "../accounts"

View File

@ -12,7 +12,7 @@ serde.workspace = true
thiserror.workspace = true thiserror.workspace = true
rand.workspace = true rand.workspace = true
risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.1" } risc0-zkvm = { git = "https://github.com/risc0/risc0.git", branch = "release-2.2" }
test-methods = { path = "test_methods" } test-methods = { path = "test_methods" }
[dependencies.accounts] [dependencies.accounts]

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[build-dependencies] [build-dependencies]
risc0-build = { git = "https://github.com/risc0/risc0.git", branch = "release-2.1" } risc0-build = { git = "https://github.com/risc0/risc0.git", branch = "release-2.2" }
[package.metadata.risc0] [package.metadata.risc0]
methods = ["guest"] methods = ["guest"]