chore: bump alloy 0.8.2 (#13459)

This commit is contained in:
Matthias Seitz
2024-12-20 08:56:01 +01:00
committed by GitHub
parent 058cfe2f98
commit 431c993cee
5 changed files with 88 additions and 85 deletions

View File

@ -409,11 +409,12 @@ impl<N: NetworkPrimitives> NetworkManager<N> {
let status = sessions.status();
let hello_message = sessions.hello_message();
#[allow(deprecated)]
NetworkStatus {
client_version: hello_message.client_version,
protocol_version: hello_message.protocol_version as u64,
eth_protocol_info: EthProtocolInfo {
difficulty: status.total_difficulty,
difficulty: None,
head: status.blockhash,
network: status.chain.id(),
genesis: status.genesis,