chore: remove reth primitives [tokio] and [tokio-stream] dependencies (#5111)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Emmanuel Ekpenyong
2023-10-21 06:58:43 +01:00
committed by GitHub
parent 9dd270e4e8
commit 33df4e5766
16 changed files with 57 additions and 19 deletions

View File

@ -30,6 +30,7 @@ reth-tasks.workspace = true
reth-transaction-pool.workspace = true
reth-provider.workspace = true
reth-rpc-types.workspace = true
reth-tokio-util.workspace = true
alloy-rlp.workspace = true

View File

@ -41,9 +41,10 @@ use reth_eth_wire::{
use reth_metrics::common::mpsc::UnboundedMeteredSender;
use reth_net_common::bandwidth_meter::BandwidthMeter;
use reth_network_api::ReputationChangeKind;
use reth_primitives::{listener::EventListeners, ForkId, NodeRecord, PeerId, B256};
use reth_primitives::{ForkId, NodeRecord, PeerId, B256};
use reth_provider::{BlockNumReader, BlockReader};
use reth_rpc_types::{EthProtocolInfo, NetworkStatus};
use reth_tokio_util::EventListeners;
use std::{
net::SocketAddr,
pin::Pin,