@@ -86,6 +86,7 @@ alloy-primitives = { version = "1.3", default-features = false, features = [
8686 " rkyv" ,
8787] }
8888alloy-serde = { version = " 1.0.13" , default-features = false }
89+ alloy-sol-types = { version = " 1.3" , default-features = false }
8990bitcode = { version = " 0.6.5" , default-features = false , features = [
9091 " serde" ,
9192 " derive" ,
@@ -97,6 +98,7 @@ clap = "4.5"
9798c-kzg = { version = " 2.0" }
9899csv = " 1.3.1"
99100derivative = " 2.2.0"
101+ ecies = { git = " https://github.com/scroll-tech/ecies-rs" }
100102eyre = " 0.6"
101103futures = " 0.3"
102104halo2curves-axiom = { version = " 0.5.3" }
@@ -156,6 +158,23 @@ revm-state = { git = "https://github.com/scroll-tech/revm" }
156158
157159alloy-primitives = { git = " https://github.com/scroll-tech/alloy-core" , branch = " feat/rkyv" }
158160
161+ # # FIXME: when openvm fixes https://github.com/openvm-org/openvm/pull/1937
162+ # [patch.'https://github.com/openvm-org/openvm.git']
163+ # openvm = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
164+ # openvm-algebra-complex-macros = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
165+ # openvm-custom-insn = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
166+ # openvm-sha2 = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
167+ # openvm-sha256-guest = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
168+ # openvm-p256 = { git = "https://github.com/lightsing/openvm.git", package = "p256", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
169+ # openvm-k256 = { git = "https://github.com/lightsing/openvm.git", package = "k256", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
170+ # openvm-pairing = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
171+ # openvm-keccak256-guest = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
172+ # openvm-algebra-guest = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
173+ # openvm-ecc-guest = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
174+ # openvm-bigint-guest = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
175+ # openvm-pairing-guest = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
176+ # openvm-rv32im-guest = { git = "https://github.com/lightsing/openvm.git", rev = "f834efa186784cfdb0401c8596e1264cc9030f97" }
177+
159178[profile .maxperf ]
160179inherits = " release"
161180lto = " fat"
0 commit comments