mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user