Skip to content

Commit a9201df

Browse files
committed
pin plonky3-gpu v0.1.0 and openvm-stark-gpu v1.0.0-rc.2
1 parent f225274 commit a9201df

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

zkvm-prover/Cargo.lock

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

zkvm-prover/Cargo.toml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -47,32 +47,32 @@ url = "2.5.4"
4747
serde_bytes = "0.11.15"
4848

4949
[patch."https://github.com/openvm-org/stark-backend.git"]
50-
openvm-stark-backend = { git = "ssh://[email protected]/scroll-tech/openvm-stark-gpu.git", branch = "main", features = ["gpu"] }
51-
openvm-stark-sdk = { git = "ssh://[email protected]/scroll-tech/openvm-stark-gpu.git", branch = "main", features = ["gpu"] }
50+
openvm-stark-backend = { git = "ssh://[email protected]/scroll-tech/openvm-stark-gpu.git", tag = "v1.0.0-rc.2", features = ["gpu"] }
51+
openvm-stark-sdk = { git = "ssh://[email protected]/scroll-tech/openvm-stark-gpu.git", tag = "v1.0.0-rc.2", features = ["gpu"] }
5252

5353
[patch."https://github.com/Plonky3/Plonky3.git"]
54-
p3-air = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
55-
p3-field = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
56-
p3-commit = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
57-
p3-matrix = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
54+
p3-air = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
55+
p3-field = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
56+
p3-commit = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
57+
p3-matrix = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
5858
p3-baby-bear = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", features = [
5959
"nightly-features",
60-
], branch = "openvm-v2" }
61-
p3-util = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
62-
p3-challenger = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
63-
p3-dft = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
64-
p3-fri = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
65-
p3-goldilocks = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
66-
p3-keccak = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
67-
p3-keccak-air = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
68-
p3-blake3 = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
69-
p3-mds = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
70-
p3-merkle-tree = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
71-
p3-monty-31 = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
72-
p3-poseidon = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
73-
p3-poseidon2 = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
74-
p3-poseidon2-air = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
75-
p3-symmetric = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
76-
p3-uni-stark = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
77-
p3-maybe-rayon = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" } # the "parallel" feature is NOT on by default to allow single-threaded benchmarking
78-
p3-bn254-fr = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", branch = "openvm-v2" }
60+
], tag = "v0.1.0" }
61+
p3-util = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
62+
p3-challenger = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
63+
p3-dft = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
64+
p3-fri = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
65+
p3-goldilocks = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
66+
p3-keccak = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
67+
p3-keccak-air = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
68+
p3-blake3 = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
69+
p3-mds = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
70+
p3-merkle-tree = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
71+
p3-monty-31 = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
72+
p3-poseidon = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
73+
p3-poseidon2 = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
74+
p3-poseidon2-air = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
75+
p3-symmetric = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
76+
p3-uni-stark = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }
77+
p3-maybe-rayon = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" } # the "parallel" feature is NOT on by default to allow single-threaded benchmarking
78+
p3-bn254-fr = { git = "ssh://[email protected]/scroll-tech/plonky3-gpu.git", tag = "v0.1.0" }

0 commit comments

Comments
 (0)