@@ -42,20 +42,20 @@ openvm-pairing-guest = { git = "https://github.com/openvm-org/openvm.git", rev =
42
42
openvm-rv32im-guest = { git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0" , default-features = false }
43
43
44
44
# openvm host libs
45
- openvm-build = { git = " https://github.com/openvm-org/openvm.git" , tag = " v1.2.1-rc.1 " , default-features = false }
46
- openvm-circuit = { git = " https://github.com/openvm-org/openvm.git" , tag = " v1.2.1-rc.1 " , default-features = false }
47
- openvm-continuations = { git = " https://github.com/openvm-org/openvm.git" , tag = " v1.2.1-rc.1 " , default-features = false }
48
- openvm-instructions ={ git = " https://github.com/openvm-org/openvm.git" , tag = " v1.2.1-rc.1 " , default-features = false }
49
- openvm-native-circuit = { git = " https://github.com/openvm-org/openvm.git" , tag = " v1.2.1-rc.1 " , default-features = false }
50
- openvm-native-compiler = { git = " https://github.com/openvm-org/openvm.git" , tag = " v1.2.1-rc.1 " , default-features = false }
51
- openvm-native-recursion = { git = " https://github.com/openvm-org/openvm.git" , tag = " v1.2.1-rc.1 " , default-features = false }
52
- openvm-native-transpiler = { git = " https://github.com/openvm-org/openvm.git" , tag = " v1.2.1-rc.1 " , default-features = false }
53
- openvm-rv32im-transpiler = { git = " https://github.com/openvm-org/openvm.git" , tag = " v1.2.1-rc.1 " , default-features = false }
54
- openvm-sdk = { git = " https://github.com/openvm-org/openvm.git" , tag = " v1.2.1-rc.1 " , default-features = false , features = [" parallel" , " bench-metrics" , " evm-prove" ] }
55
- openvm-transpiler = { git = " https://github.com/openvm-org/openvm.git" , tag = " v1.2.1-rc.1 " , default-features = false }
45
+ openvm-build = { git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0 " , default-features = false }
46
+ openvm-circuit = { git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0 " , default-features = false }
47
+ openvm-continuations = { git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0 " , default-features = false }
48
+ openvm-instructions ={ git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0 " , default-features = false }
49
+ openvm-native-circuit = { git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0 " , default-features = false }
50
+ openvm-native-compiler = { git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0 " , default-features = false }
51
+ openvm-native-recursion = { git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0 " , default-features = false }
52
+ openvm-native-transpiler = { git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0 " , default-features = false }
53
+ openvm-rv32im-transpiler = { git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0 " , default-features = false }
54
+ openvm-sdk = { git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0 " , default-features = false , features = [" parallel" , " bench-metrics" , " evm-prove" ] }
55
+ openvm-transpiler = { git = " https://github.com/openvm-org/openvm.git" , rev = " 5368d4756993fc1e51092499a816867cf4808de0 " , default-features = false }
56
56
57
57
# more openvm related libs
58
- openvm-stark-sdk = { git = " https://github.com/openvm-org/stark-backend.git" , rev = " f48090c9febd021f8ee0349bc929a775fb1fa3ad " }
58
+ openvm-stark-sdk = { git = " https://github.com/openvm-org/stark-backend.git" , tag = " v1.1.1 " }
59
59
p3-field = { git = " https://github.com/Plonky3/Plonky3.git" , rev = " 539bbc84085efb609f4f62cb03cf49588388abdb" }
60
60
61
61
sbv-core = { git = " https://github.com/scroll-tech/stateless-block-verifier" , branch = " chore/openvm-1.3" , features = [" scroll" ] }
@@ -126,11 +126,6 @@ revm-state = { git = "https://github.com/scroll-tech/revm", branch = "feat/reth-
126
126
ruint = { git = " https://github.com/scroll-tech/uint.git" , branch = " v1.15.0" }
127
127
alloy-primitives = { git = " https://github.com/scroll-tech/alloy-core" , branch = " v1.2.0" }
128
128
129
- # alloy-primitives = { git = "https://github.com/scroll-tech/alloy-core", branch = "v0.8.18-euclid-upgrade" }
130
- # ruint = { git = "https://github.com/scroll-tech/uint.git", branch = "v1.12.3" }
131
- # tiny-keccak = { git = "https://github.com/scroll-tech/tiny-keccak", branch = "scroll-patch-v2.0.2-euclid-upgrade" }
132
- # ruint = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.2.1-rc.1" }
133
-
134
129
[profile .maxperf ]
135
130
inherits = " release"
136
131
lto = " fat"
0 commit comments