Advertise signed peer cards on LAN

This commit is contained in:
Eric Wendland 2026-05-18 17:05:43 +02:00
commit d5a548182b
10 changed files with 306 additions and 7 deletions

3
Cargo.lock generated
View file

@ -1172,10 +1172,12 @@ dependencies = [
name = "geth-discovery"
version = "0.1.0"
dependencies = [
"base64",
"geth-crypto",
"geth-types",
"hex",
"serde",
"serde_json",
"thiserror 2.0.18",
]
@ -1247,6 +1249,7 @@ dependencies = [
"geth-types",
"iroh",
"serde_json",
"swarm-discovery",
"tempfile",
"thiserror 2.0.18",
"tokio",