mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use alloy-eip2124 directly (#13941)
This commit is contained in:
@ -15,7 +15,8 @@ workspace = true
|
||||
# reth
|
||||
reth-network-peers.workspace = true
|
||||
reth-net-banlist.workspace = true
|
||||
reth-ethereum-forks.workspace = true
|
||||
|
||||
alloy-eip2124.workspace = true
|
||||
|
||||
# misc
|
||||
serde = { workspace = true, optional = true }
|
||||
@ -29,6 +30,6 @@ tracing.workspace = true
|
||||
serde = [
|
||||
"dep:serde",
|
||||
"dep:humantime-serde",
|
||||
"reth-ethereum-forks/serde"
|
||||
"alloy-eip2124/serde"
|
||||
]
|
||||
test-utils = []
|
||||
|
||||
@ -7,7 +7,7 @@ pub mod state;
|
||||
pub use config::{ConnectionsConfig, PeersConfig};
|
||||
pub use reputation::{Reputation, ReputationChange, ReputationChangeKind, ReputationChangeWeights};
|
||||
|
||||
use reth_ethereum_forks::ForkId;
|
||||
use alloy_eip2124::ForkId;
|
||||
use tracing::trace;
|
||||
|
||||
use crate::{
|
||||
|
||||
Reference in New Issue
Block a user