Add manual signed peer card exchange
This commit is contained in:
parent
20c88af800
commit
1ab24631cd
14 changed files with 360 additions and 25 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -1045,6 +1045,8 @@ dependencies = [
|
|||
"geth-cli",
|
||||
"geth-config",
|
||||
"geth-control",
|
||||
"geth-discovery",
|
||||
"geth-iroh",
|
||||
"geth-node",
|
||||
"geth-store",
|
||||
"geth-types",
|
||||
|
|
@ -1122,6 +1124,7 @@ dependencies = [
|
|||
"geth-auth",
|
||||
"geth-cas",
|
||||
"geth-db",
|
||||
"geth-discovery",
|
||||
"geth-document",
|
||||
"geth-keychain",
|
||||
"geth-kv",
|
||||
|
|
@ -1167,7 +1170,9 @@ dependencies = [
|
|||
name = "geth-discovery"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"geth-crypto",
|
||||
"geth-types",
|
||||
"hex",
|
||||
"serde",
|
||||
"thiserror 2.0.18",
|
||||
]
|
||||
|
|
@ -1225,6 +1230,7 @@ dependencies = [
|
|||
"geth-control",
|
||||
"geth-crypto",
|
||||
"geth-db",
|
||||
"geth-discovery",
|
||||
"geth-document",
|
||||
"geth-iroh",
|
||||
"geth-keychain",
|
||||
|
|
|
|||
Loading…
Reference in a new issue