Skip to content

Commit b4ccd70

Browse files
committed
update zkvm-prover and test stuff
1 parent 766aa25 commit b4ccd70

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ version = "4.7.12"
1818

1919
[workspace.dependencies]
2020
# with patched openvm 1.4.3 (zkvm-prover/feat/v0.7.3)
21-
scroll-zkvm-prover = { git = "https://github.com/scroll-tech/zkvm-prover", rev = "8d5c169" }
22-
scroll-zkvm-verifier = { git = "https://github.com/scroll-tech/zkvm-prover", rev = "8d5c169" }
23-
scroll-zkvm-types = { git = "https://github.com/scroll-tech/zkvm-prover", rev = "8d5c169" }
21+
scroll-zkvm-prover = { git = "https://github.com/scroll-tech/zkvm-prover", rev = "9e38e2e" }
22+
scroll-zkvm-verifier = { git = "https://github.com/scroll-tech/zkvm-prover", rev = "9e38e2e" }
23+
scroll-zkvm-types = { git = "https://github.com/scroll-tech/zkvm-prover", rev = "9e38e2e" }
2424

2525
sbv-primitives = { git = "https://github.com/scroll-tech/stateless-block-verifier", tag = "scroll-v91.2", features = ["scroll", "rkyv"] }
2626
sbv-utils = { git = "https://github.com/scroll-tech/stateless-block-verifier", tag = "scroll-v91.2" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
BEGIN_BLOCK?=17086000
22
END_BLOCK?=17086005
33
SCROLL_FORK_NAME=galileoV2
4-
SCROLL_ZKVM_VERSION?=v0.7.3-candidate-3
4+
SCROLL_ZKVM_VERSION?=v0.7.3-candidate-6

0 commit comments

Comments
 (0)