Live sync JSON documents over Iroh
This commit is contained in:
parent
741bd202a8
commit
284207eb01
8 changed files with 370 additions and 7 deletions
|
|
@ -390,12 +390,17 @@ Automerge documents.
|
|||
state.
|
||||
- `[x]` Tests cover create, update, save, and reload of local JSON document
|
||||
state.
|
||||
- `[x]` `geth document sync <node-id> <name>` pulls authorized JSON state
|
||||
from an imported peer over Iroh.
|
||||
- `[x]` Background live-sync refreshes local JSON documents from known peers
|
||||
using per-peer/per-document cursors.
|
||||
- `[ ]` Automerge document state is stored durably.
|
||||
- `[ ]` Tests cover Automerge create, update, save, and reload.
|
||||
|
||||
- `[ ]` Automerge sync over Iroh.
|
||||
Acceptance criteria:
|
||||
- Two local test nodes can synchronize document changes.
|
||||
- `[x]` Bootstrap JSON last-writer-wins sync works across two local test
|
||||
nodes over Iroh.
|
||||
- Resource authorization gates read/write sync.
|
||||
- Conflicts converge according to Automerge semantics.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue