chore: rm unused optimism feature (#11559)

This commit is contained in:
Matthias Seitz
2024-10-08 11:03:50 +02:00
committed by GitHub
parent 33b78dcf2b
commit 6e92ab8e43
4 changed files with 0 additions and 8 deletions

View File

@ -79,7 +79,6 @@ tempfile.workspace = true
optimism = [
"reth-primitives/optimism",
"reth-rpc-types-compat/optimism",
"reth-rpc-eth-api/optimism",
]
# Features for vergen to generate correct env vars
jemalloc = []

View File

@ -65,6 +65,5 @@ optimism = [
"reth-optimism-evm/optimism",
"reth-primitives/optimism",
"reth-provider/optimism",
"reth-rpc-eth-api/optimism",
"revm/optimism",
]

View File

@ -59,8 +59,3 @@ tracing.workspace = true
[features]
js-tracer = ["revm-inspectors/js-tracer", "reth-rpc-eth-types/js-tracer"]
client = ["jsonrpsee/client", "jsonrpsee/async-client"]
optimism = [
"reth-primitives/optimism",
"revm/optimism",
"reth-provider/optimism",
]

View File

@ -102,6 +102,5 @@ optimism = [
"reth-primitives/optimism",
"reth-rpc-types-compat/optimism",
"reth-provider/optimism",
"reth-rpc-eth-api/optimism",
"reth-revm/optimism",
]