Skip to content

Commit a00f414

Browse files
committed
align master dep
1 parent 508613d commit a00f414

4 files changed

Lines changed: 40 additions & 53 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ openvm-primitives = { path = "./crates/primitives" }
6060
openvm-reth-benchmark = { path = "./crates/host-bench", default-features = false }
6161
openvm-mpt = { path = "./crates/mpt" }
6262
# ceno
63-
ceno_emul = { git = "https://github.com/scroll-tech/ceno", branch = "feat/witgen_gpu" }
64-
ceno_host = { git = "https://github.com/scroll-tech/ceno", branch = "feat/witgen_gpu" }
65-
ceno_zkvm = { git = "https://github.com/scroll-tech/ceno", branch = "feat/witgen_gpu" }
66-
ceno_cli = { git = "https://github.com/scroll-tech/ceno", package = "cargo-ceno", branch = "feat/witgen_gpu" }
67-
ceno_recursion = { git = "https://github.com/scroll-tech/ceno", branch = "feat/witgen_gpu" }
68-
gkr_iop = { git = "https://github.com/scroll-tech/ceno", branch = "feat/witgen_gpu" }
69-
ff_ext = { git = "https://github.com/scroll-tech/gkr-backend.git", branch = "feat/witgen_gpu" }
70-
mpcs = { git = "https://github.com/scroll-tech/gkr-backend.git", branch = "feat/witgen_gpu" }
63+
ceno_emul = { git = "https://github.com/scroll-tech/ceno", branch = "master" }
64+
ceno_host = { git = "https://github.com/scroll-tech/ceno", branch = "master" }
65+
ceno_zkvm = { git = "https://github.com/scroll-tech/ceno", branch = "master" }
66+
ceno_cli = { git = "https://github.com/scroll-tech/ceno", package = "cargo-ceno", branch = "master" }
67+
ceno_recursion = { git = "https://github.com/scroll-tech/ceno", branch = "master" }
68+
gkr_iop = { git = "https://github.com/scroll-tech/ceno", branch = "master" }
69+
ff_ext = { git = "https://github.com/scroll-tech/gkr-backend.git", tag = "v1.0.0-alpha.31" }
70+
mpcs = { git = "https://github.com/scroll-tech/gkr-backend.git", tag = "v1.0.0-alpha.31" }
7171

7272
# reth
7373
reth-primitives = { git = "https://github.com/paradigmxyz/reth", tag = "v1.9.3", default-features = false }
@@ -166,22 +166,9 @@ openvm-k256 = { git = "https://github.com/scroll-tech/openvm.git", package = "k2
166166
openvm-p256 = { git = "https://github.com/scroll-tech/openvm.git", package = "p256", branch = "feat/v1.4.1-scroll-ext" }
167167

168168
[patch."https://github.com/scroll-tech/ceno-gpu-mock.git"]
169-
ceno_gpu = { git = "ssh://git@github.com/scroll-tech/ceno-gpu.git", package = "cuda_hal", branch = "feat/witgen_gpu", default-features = false, features = ["bb31"] }
169+
ceno_gpu = { git = "ssh://git@github.com/scroll-tech/ceno-gpu.git", package = "cuda_hal", branch = "main", default-features = false, features = ["bb31"] }
170170
# ceno_gpu = { path = "../ceno-gpu/cuda_hal", package = "cuda_hal", default-feature = false, features = ["bb31"] }
171171

172-
#[patch."https://github.com/scroll-tech/gkr-backend.git"]
173-
#ff_ext = { git = "https://github.com/scroll-tech/gkr-backend", package = "ff_ext", branch = "feat/mle_no_padding" }
174-
#mpcs = { git = "https://github.com/scroll-tech/gkr-backend", package = "mpcs", branch = "feat/mle_no_padding" }
175-
#multilinear_extensions = { git = "https://github.com/scroll-tech/gkr-backend", package = "multilinear_extensions", branch = "feat/mle_no_padding" }
176-
#p3 = { git = "https://github.com/scroll-tech/gkr-backend", package = "p3", branch = "feat/mle_no_padding" }
177-
#poseidon = { git = "https://github.com/scroll-tech/gkr-backend", package = "poseidon", branch = "feat/mle_no_padding" }
178-
#sp1-curves = { git = "https://github.com/scroll-tech/gkr-backend", package = "sp1-curves", branch = "feat/mle_no_padding" }
179-
#sumcheck = { git = "https://github.com/scroll-tech/gkr-backend", package = "sumcheck", branch = "feat/mle_no_padding" }
180-
#sumcheck_macro = { git = "https://github.com/scroll-tech/gkr-backend", package = "sumcheck_macro", branch = "feat/mle_no_padding" }
181-
#transcript = { git = "https://github.com/scroll-tech/gkr-backend", package = "transcript", branch = "feat/mle_no_padding" }
182-
#whir = { git = "https://github.com/scroll-tech/gkr-backend", package = "whir", branch = "feat/mle_no_padding" }
183-
#witness = { git = "https://github.com/scroll-tech/gkr-backend", package = "witness", branch = "feat/mle_no_padding" }
184-
185172
[patch."https://github.com/axiom-crypto/openvm-kzg.git"]
186173
openvm = { git = "https://github.com/scroll-tech/openvm.git", branch = "feat/v1.4.1-scroll-ext" }
187174
openvm-sdk = { git = "https://github.com/scroll-tech/openvm.git", branch = "feat/v1.4.1-scroll-ext" }

bin/ceno-client-eth/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/ceno-client-eth/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ edition = "2021"
99
# workspace
1010
openvm-client-executor = { path = "../../crates/executor/client" }
1111
ceno_syscall = { git = "https://github.com/scroll-tech/ceno-patch", branch = "main", default-features = false }
12-
ceno_rt = { git = "https://github.com/scroll-tech/ceno", branch = "feat/jagged_pcs", default-features = false }
13-
ceno_crypto = { git = "https://github.com/scroll-tech/ceno", branch = "feat/jagged_pcs", default-features = false }
12+
ceno_rt = { git = "https://github.com/scroll-tech/ceno", branch = "master", default-features = false }
13+
ceno_crypto = { git = "https://github.com/scroll-tech/ceno", branch = "master", default-features = false }
1414
bincode = { version = "2.0.1", default-features = false, features = [
1515
"derive",
1616
"alloc",

0 commit comments

Comments
 (0)