Stateful overridable handshake (#14567)

Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Luca Provini
2025-02-28 14:17:41 +01:00
committed by GitHub
parent 6758612495
commit bffdda4312
19 changed files with 735 additions and 188 deletions

12
Cargo.lock generated
View File

@@ -3070,18 +3070,28 @@ dependencies = [
name = "example-bsc-p2p"
version = "0.0.0"
dependencies = [
"alloy-genesis",
"alloy-primitives",
"alloy-rlp",
"bytes",
"derive_more 2.0.1",
"futures",
"reth-chainspec",
"reth-discv4",
"reth-eth-wire",
"reth-eth-wire-types",
"reth-ethereum-forks",
"reth-network",
"reth-network-api",
"reth-network-peers",
"reth-primitives",
"reth-provider",
"reth-tracing",
"secp256k1 0.30.0",
"serde",
"serde_json",
"tokio",
"tokio-stream",
"tracing",
]
[[package]]