1
1
2
2
[patch ."https://github .com/openvm-org/openvm .git" ]
3
- openvm-build = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1 -pipe" ,
default-features =
false }
4
- openvm-circuit = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1 -pipe" ,
default-features =
false }
5
- openvm-continuations = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1 -pipe" ,
default-features =
false }
6
- openvm-instructions ={
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1 -pipe" ,
default-features =
false }
7
- openvm-native-circuit = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1 -pipe" ,
default-features =
false }
8
- openvm-native-compiler = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1 -pipe" ,
default-features =
false }
9
- openvm-native-recursion = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1 -pipe" ,
default-features =
false }
10
- openvm-native-transpiler = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1 -pipe" ,
default-features =
false }
11
- openvm-rv32im-transpiler = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1 -pipe" ,
default-features =
false }
12
- openvm-sdk = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1 -pipe" ,
default-features =
false ,
features = [
" parallel" ,
" bench-metrics" ,
" evm-prove" ] }
13
- openvm-transpiler = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.2.1-rc.1 -pipe" ,
default-features =
false }
3
+ openvm-build = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.3.0 -pipe" ,
default-features =
false }
4
+ openvm-circuit = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.3.0 -pipe" ,
default-features =
false }
5
+ openvm-continuations = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.3.0 -pipe" ,
default-features =
false }
6
+ openvm-instructions ={
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.3.0 -pipe" ,
default-features =
false }
7
+ openvm-native-circuit = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.3.0 -pipe" ,
default-features =
false }
8
+ openvm-native-compiler = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.3.0 -pipe" ,
default-features =
false }
9
+ openvm-native-recursion = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.3.0 -pipe" ,
default-features =
false }
10
+ openvm-native-transpiler = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.3.0 -pipe" ,
default-features =
false }
11
+ openvm-rv32im-transpiler = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.3.0 -pipe" ,
default-features =
false }
12
+ openvm-sdk = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.3.0 -pipe" ,
default-features =
false ,
features = [
" parallel" ,
" bench-metrics" ,
" evm-prove" ] }
13
+ openvm-transpiler = {
git =
" ssh://[email protected] /scroll-tech/openvm-gpu.git" ,
branch =
" patch-v1.3.0 -pipe" ,
default-features =
false }
14
14
15
15
[patch ."https://github .com/openvm-org/stark-backend .git" ]
16
16
openvm-stark-backend = {
git =
" ssh://[email protected] /scroll-tech/openvm-stark-gpu.git" ,
branch =
" main" ,
features = [
" gpu" ] }
@@ -42,4 +42,4 @@ p3-poseidon2-air = { git = "ssh://
[email protected] /scroll-tech/plonky3-gpu.git", t
42
42
p3-symmetric = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1" }
43
43
p3-uni-stark = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1" }
44
44
p3-maybe-rayon = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1" }
# the "parallel" feature is NOT on by default to allow single-threaded benchmarking
45
- p3-bn254-fr = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1" }
45
+ p3-bn254-fr = {
git =
" ssh://[email protected] /scroll-tech/plonky3-gpu.git" ,
tag =
" v0.2.1" }
0 commit comments