mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
rpc: rm useless alloy_rpc_types_trace reexport (#11096)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
This commit is contained in:
@ -8,5 +8,6 @@ license.workspace = true
|
||||
[dependencies]
|
||||
reth.workspace = true
|
||||
reth-node-ethereum.workspace = true
|
||||
alloy-rpc-types-trace.workspace = true
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
futures-util.workspace = true
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
|
||||
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
|
||||
|
||||
use alloy_rpc_types_trace::{parity::TraceType, tracerequest::TraceCallRequest};
|
||||
use clap::Parser;
|
||||
use futures_util::StreamExt;
|
||||
use reth::{
|
||||
@ -17,10 +18,7 @@ use reth::{
|
||||
builder::NodeHandle,
|
||||
cli::Cli,
|
||||
primitives::{Address, IntoRecoveredTransaction},
|
||||
rpc::{
|
||||
compat::transaction::transaction_to_call_request,
|
||||
types::trace::{parity::TraceType, tracerequest::TraceCallRequest},
|
||||
},
|
||||
rpc::compat::transaction::transaction_to_call_request,
|
||||
transaction_pool::TransactionPool,
|
||||
};
|
||||
use reth_node_ethereum::node::EthereumNode;
|
||||
|
||||
Reference in New Issue
Block a user