@@ -60,14 +60,14 @@ openvm-primitives = { path = "./crates/primitives" }
6060openvm-reth-benchmark = { path = " ./crates/host-bench" , default-features = false }
6161openvm-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
7373reth-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
166166openvm-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" ]
186173openvm = { git = " https://github.com/scroll-tech/openvm.git" , branch = " feat/v1.4.1-scroll-ext" }
187174openvm-sdk = { git = " https://github.com/scroll-tech/openvm.git" , branch = " feat/v1.4.1-scroll-ext" }
0 commit comments