feat: Record node metadata including public key, hostname, and status in the root store during initialization.

This commit is contained in:
2025-12-22 03:58:49 +01:00
parent 1943e06509
commit 7c8e5cfa3d
4 changed files with 64 additions and 38 deletions
+2
View File
@@ -16,3 +16,5 @@ hex = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
shlex = "1"
hostname = "0.4"
serde_json = "1"