Skip to content

Commit ac1d52a

Browse files
authored
refactor: remove sbv-precompile (#139)
1 parent d048f8d commit ac1d52a

File tree

9 files changed

+22
-930
lines changed

9 files changed

+22
-930
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ members = [
44
"crates/core",
55
"crates/helpers",
66
"crates/kv",
7-
"crates/precompile",
87
"crates/primitives",
98
"crates/sbv",
109
"crates/trie",
@@ -82,13 +81,6 @@ scroll-alloy-network = { git = "https://github.com/scroll-tech/reth", branch = "
8281
#scroll-alloy-rpc-types = { path = "../reth/crates/scroll/alloy/rpc-types", default-features = false }
8382
#scroll-alloy-network = { path = "../reth/crates/scroll/alloy/network", default-features = false }
8483

85-
openvm-ecc-guest = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.4.0" }
86-
openvm-sha2 = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.4.0" }
87-
openvm-pairing = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.4.0" }
88-
openvm-k256 = { package = "k256", git = "https://github.com/openvm-org/openvm.git", tag = "v1.4.0" }
89-
openvm-p256 = { package = "p256", git = "https://github.com/openvm-org/openvm.git", tag = "v1.4.0" }
90-
openvm-kzg = { git = "https://github.com/axiom-crypto/openvm-kzg.git", rev = "1a01e08", default-features = false }
91-
9284
async-trait = "0.1"
9385
auto_impl = "1.2"
9486
console = "0.16"

crates/core/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ sbv-primitives = { workspace = true, features = [
2929
"reth-evm-types",
3030
"reth-execution-types",
3131
] }
32-
sbv-precompile.workspace = true
3332
sbv-helpers.workspace = true
3433
sbv-kv.workspace = true
3534
sbv-trie.workspace = true
@@ -48,14 +47,10 @@ rkyv = ["dep:rkyv", "sbv-primitives/rkyv"]
4847
scroll = [
4948
"sbv-primitives/scroll-chainspec",
5049
"sbv-primitives/scroll-reth-evm-types",
51-
"sbv-precompile/scroll",
5250
]
5351
scroll-compress-ratio = ["sbv-primitives/scroll-compress-ratio"]
5452
dev = ["dep:tracing", "sbv-primitives/dev", "sbv-trie/dev"]
5553

5654
# sp1 related
5755
sp1 = ["sbv-trie/sp1"]
5856
cycle-tracker = ["sbv-trie/cycle-tracker"]
59-
60-
scroll-openvm = ["sbv-precompile/scroll-openvm"]
61-
ethereum-openvm = ["sbv-precompile/ethereum-openvm"]

crates/precompile/Cargo.toml

Lines changed: 0 additions & 61 deletions
This file was deleted.

crates/precompile/src/bn254.rs

Lines changed: 0 additions & 183 deletions
This file was deleted.

crates/precompile/src/kzg_point_evaluation.rs

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)