Skip to content

Commit

Permalink
Merge pull request #1 from dzungngnbh/feat-composable-executor
Browse files Browse the repository at this point in the history
Create composable executor
  • Loading branch information
dzungngnbh authored Oct 22, 2024
2 parents d0ac833 + 5e43ee6 commit 4ff8d0a
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 4ff8d0a

Please sign in to comment.