Document that seeder remains the canonical MBR publisher while eligible booted peers can mirror block 0 and captured bare_os seed RPC snapshots for cold joiners.

Update onboarding, architecture diagrams, package docs, and glossary/FAQ language to keep trust boundaries and availability behavior consistent.
This commit is contained in:
Raven Scott
2026-04-25 21:32:19 -04:00
parent 95c60bb8bf
commit 51b3b97bc0
20 changed files with 74 additions and 45 deletions
+3 -1
View File
@@ -35,7 +35,9 @@ flowchart LR
Seeder[bare-os-seeder]
Topic[Swarm topic bare-os-v1]
Booter[bare-os-booter]
Seeder -->|publish MBR + blocks| Topic
Helper[eligible booted peer]
Seeder -->|publish canonical MBR plus blocks| Topic
Helper -->|mirror block 0 plus seed RPC hints| Topic
Booter -->|discover replicate| Topic
Booter --> Init["/boot/init.js"]
```