Skip to content

Commit

Permalink
feat: switch to composable executor for Ethereum (paradigmxyz#11838)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez authored Oct 19, 2024
1 parent d0ac833 commit cd828c0
Show file tree
Hide file tree
Showing 13 changed files with 277 additions and 1,609 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions crates/ethereum/evm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ reth-evm.workspace = true
reth-primitives = { workspace = true, features = ["reth-codec"] }
reth-revm.workspace = true
reth-ethereum-consensus.workspace = true
reth-prune-types.workspace = true
reth-execution-types.workspace = true
reth-consensus.workspace = true

# Ethereum
Expand All @@ -36,6 +34,7 @@ reth-testing-utils.workspace = true
reth-evm = { workspace = true, features = ["test-utils"] }
reth-revm = { workspace = true, features = ["test-utils"] }
reth-primitives = { workspace = true, features = ["secp256k1"] }
reth-execution-types.workspace = true
secp256k1.workspace = true
serde_json.workspace = true
alloy-genesis.workspace = true
Expand Down
Loading

0 comments on commit cd828c0

Please sign in to comment.