Wire KV sync through iroh-docs

This commit is contained in:
Eric Wendland 2026-05-22 16:24:11 +02:00
commit 59c463eb40
9 changed files with 406 additions and 47 deletions

3
Cargo.lock generated
View file

@ -1599,6 +1599,7 @@ name = "geth-node"
version = "0.1.0"
dependencies = [
"base64",
"futures",
"geth-auth",
"geth-cas",
"geth-codec",
@ -1622,6 +1623,8 @@ dependencies = [
"hex",
"iroh",
"iroh-blobs",
"iroh-docs",
"iroh-gossip",
"rusqlite",
"serde",
"serde_json",