Skip to content

Commit

Permalink
chore(rpc): remove use of optimism feature from reth-rpc library (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane authored Jul 17, 2024
1 parent 0630621 commit f55d43c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
2 changes: 0 additions & 2 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 @@ -91,6 +90,5 @@ optimism = [
"reth-provider/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.

0 comments on commit f55d43c

Please sign in to comment.