feat: block executor provider and ethereum + op impl (#7594)

Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
This commit is contained in:
Matthias Seitz
2024-04-19 11:41:51 +02:00
committed by GitHub
parent 93871b3eaf
commit 1c46e5ae7d
15 changed files with 1779 additions and 10 deletions

View File

@ -18,6 +18,7 @@ reth-interfaces.workspace = true
reth-provider.workspace = true
reth-consensus-common.workspace = true
reth-evm.workspace = true
reth-trie = { workspace = true, optional = true }
# revm
revm.workspace = true
@ -30,6 +31,7 @@ tracing.workspace = true
reth-trie.workspace = true
[features]
test-utils = ["dep:reth-trie"]
optimism = [
"revm/optimism",
"reth-primitives/optimism",