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
+1
View File
@@ -94,6 +94,7 @@
- [x] Multi-store sync test: compute diff, fetch entries, apply, verify same state
**Phase 2: Iroh Integration**
- [x] Node info in root store on init: `/nodes/{pubkey}/info` + `/status`
- [ ] Iroh integration (peer discovery, connection)
- [ ] Sync protocol (push missing entries over network)
- [ ] CLI: `peers`, `connect`/`join` commands