Add Iroh peer ping

This commit is contained in:
Eric Wendland 2026-05-18 12:09:50 +02:00
commit 679eeb48a3
15 changed files with 619 additions and 18 deletions

4
Cargo.lock generated
View file

@ -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",