mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
chore: rm unused optimism feature from compat (#11560)
This commit is contained in:
@@ -77,8 +77,7 @@ tempfile.workspace = true
|
||||
|
||||
[features]
|
||||
optimism = [
|
||||
"reth-primitives/optimism",
|
||||
"reth-rpc-types-compat/optimism",
|
||||
"reth-primitives/optimism"
|
||||
]
|
||||
# Features for vergen to generate correct env vars
|
||||
jemalloc = []
|
||||
|
||||
@@ -81,7 +81,6 @@ optimism = [
|
||||
"reth-chainspec/optimism",
|
||||
"reth-primitives/optimism",
|
||||
"reth-provider/optimism",
|
||||
"reth-rpc-types-compat/optimism",
|
||||
"reth-optimism-evm/optimism",
|
||||
"reth-optimism-payload-builder/optimism",
|
||||
"reth-beacon-consensus/optimism",
|
||||
|
||||
@@ -52,7 +52,6 @@ optimism = [
|
||||
"reth-chainspec/optimism",
|
||||
"reth-primitives/optimism",
|
||||
"reth-provider/optimism",
|
||||
"reth-rpc-types-compat/optimism",
|
||||
"reth-optimism-evm/optimism",
|
||||
"reth-revm/optimism",
|
||||
]
|
||||
|
||||
@@ -26,7 +26,4 @@ alloy-serde.workspace = true
|
||||
alloy-rpc-types-engine.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json.workspace = true
|
||||
|
||||
[features]
|
||||
optimism = ["reth-primitives/optimism"]
|
||||
serde_json.workspace = true
|
||||
@@ -100,7 +100,6 @@ jsonrpsee = { workspace = true, features = ["client"] }
|
||||
js-tracer = ["revm-inspectors/js-tracer", "reth-rpc-eth-types/js-tracer"]
|
||||
optimism = [
|
||||
"reth-primitives/optimism",
|
||||
"reth-rpc-types-compat/optimism",
|
||||
"reth-provider/optimism",
|
||||
"reth-revm/optimism",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user