Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bin/reth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ optimism = [
"dep:reth-optimism-cli",
"reth-optimism-cli?/optimism",
"reth-primitives/optimism",
"reth-rpc/optimism",
"reth-provider/optimism",
"reth-beacon-consensus/optimism",
"reth-blockchain-tree/optimism",
Expand Down
1 change: 0 additions & 1 deletion crates/consensus/beacon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,4 @@ optimism = [
"reth-primitives/optimism",
"reth-provider/optimism",
"reth-blockchain-tree/optimism",
"reth-rpc/optimism",
]
5 changes: 1 addition & 4 deletions crates/engine/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@ tracing.workspace = true
futures.workspace = true

[features]
optimism = [
"reth-rpc/optimism",
"reth-beacon-consensus/optimism",
]
optimism = ["reth-beacon-consensus/optimism"]
1 change: 0 additions & 1 deletion crates/optimism/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ optimism = [
"reth-primitives/optimism",
"reth-provider/optimism",
"reth-rpc-types-compat/optimism",
"reth-rpc/optimism",
"reth-evm-optimism/optimism",
"reth-optimism-payload-builder/optimism",
"reth-beacon-consensus/optimism",
Expand Down
13 changes: 0 additions & 13 deletions crates/rpc/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ http-body.workspace = true
hyper.workspace = true
jsonwebtoken.workspace = true
serde_json.workspace = true
jsonrpsee-types = { workspace = true, optional = true }

# async
async-trait.workspace = true
Expand Down Expand Up @@ -83,15 +82,3 @@ jsonrpsee-types.workspace = true
jsonrpsee = { workspace = true, features = ["client"] }
assert_matches.workspace = true
tempfile.workspace = true

[features]
optimism = [
"reth-primitives/optimism",
"reth-rpc-types-compat/optimism",
"reth-provider/optimism",
"reth-rpc-api/optimism",
"reth-rpc-eth-api/optimism",
"reth-revm/optimism",
"jsonrpsee-types",
"reth-rpc-eth-types/optimism",
]
2 changes: 0 additions & 2 deletions crates/rpc/rpc/src/eth/helpers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ pub mod signer;
mod block;
mod call;
mod fees;
#[cfg(feature = "optimism")]
pub mod optimism;
mod pending_block;
mod receipt;
mod spec;
Expand Down
31 changes: 0 additions & 31 deletions crates/rpc/rpc/src/eth/helpers/optimism.rs

This file was deleted.