Add Iroh peer ping
This commit is contained in:
parent
8ab3ef004e
commit
679eeb48a3
15 changed files with 619 additions and 18 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1052,6 +1052,7 @@ dependencies = [
|
|||
"geth-store",
|
||||
"geth-types",
|
||||
"rusqlite",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"tracing-subscriber",
|
||||
|
|
@ -1194,6 +1195,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"hex",
|
||||
"iroh",
|
||||
"n0-watcher",
|
||||
"rand_core 0.6.4",
|
||||
"serde",
|
||||
"tempfile",
|
||||
|
|
@ -1243,7 +1245,9 @@ dependencies = [
|
|||
"geth-ssh-identity",
|
||||
"geth-store",
|
||||
"geth-types",
|
||||
"iroh",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"thiserror 2.0.18",
|
||||
"tokio",
|
||||
"tracing",
|
||||
|
|
|
|||
Loading…
Reference in a new issue