Advertise signed peer cards on LAN
This commit is contained in:
parent
b0f208b05a
commit
d5a548182b
10 changed files with 306 additions and 7 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue