Skip to content

Commit

Permalink
chore: remove reth-scroll-revm (#129)
Browse files Browse the repository at this point in the history
* chore: remove `reth-scroll-revm`

Signed-off-by: Gregory Edison <[email protected]>

* fix: doc lints

Signed-off-by: Gregory Edison <[email protected]>

---------

Signed-off-by: Gregory Edison <[email protected]>
  • Loading branch information
greged93 authored Jan 15, 2025
1 parent 3cc22d3 commit 0a89b0a
Show file tree
Hide file tree
Showing 17 changed files with 53 additions and 196 deletions.
86 changes: 27 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ members = [
"crates/scroll/hardforks",
"crates/scroll/node",
"crates/scroll/primitives",
"crates/scroll/revm",
"crates/scroll/trie",
"crates/stages/api/",
"crates/stages/stages/",
Expand Down Expand Up @@ -418,7 +417,6 @@ reth-scroll-forks = { path = "crates/scroll/hardforks" }
reth-scroll-node = { path = "crates/scroll/node" }
reth-scroll-primitives = { path = "crates/scroll/primitives" }
reth-scroll-trie = { path = "crates/scroll/trie" }
reth-scroll-revm = { path = "crates/scroll/revm" }
reth-stages = { path = "crates/stages/stages" }
reth-stages-api = { path = "crates/stages/api" }
reth-stages-types = { path = "crates/stages/types" }
Expand All @@ -439,7 +437,7 @@ reth-trie-sparse = { path = "crates/trie/sparse" }
reth-zstd-compressors = { path = "crates/storage/zstd-compressors", default-features = false }

# revm
revm = { package = "reth-scroll-revm", path = "crates/scroll/revm", features = ["std"], default-features = false }
revm = { version = "19.2.0", default-features = false }
revm-primitives = { version = "15.1.0", default-features = false }
revm-interpreter = { version = "15.0.0", default-features = false }
revm-inspectors = "0.14.1"
Expand Down
Loading

0 comments on commit 0a89b0a

Please sign in to comment.