Wire pubsub through iroh-gossip
This commit is contained in:
parent
59c463eb40
commit
eec4c92145
8 changed files with 291 additions and 38 deletions
|
|
@ -505,7 +505,7 @@ authorization and durable-state boundaries clear.
|
|||
capabilities, after geth control authorization succeeds.
|
||||
- `[x]` Tests cover imported KV docs state after authorized remote sync.
|
||||
|
||||
- `[~]` Iroh-gossip pubsub integration.
|
||||
- `[x]` Iroh-gossip pubsub integration.
|
||||
Acceptance criteria:
|
||||
- `[x]` `geth pubsub pub/sub` works against the local daemon.
|
||||
- `[x]` Local pubsub messages are kept in a bounded daemon-lifetime ring
|
||||
|
|
@ -521,7 +521,9 @@ authorization and durable-state boundaries clear.
|
|||
- `[x]` Remote pubsub subscribe requires `pubsub.subscribe` on
|
||||
`resource:pubsub:<topic>`.
|
||||
- `[x]` Tests cover denied and allowed remote pubsub subscribe.
|
||||
- `[ ]` Replace bootstrap remote publish with iroh-gossip topics.
|
||||
- `[x]` Replace bootstrap remote publish with iroh-gossip topics.
|
||||
- `[x]` Authorized remote publish/subscribe joins deterministic
|
||||
`iroh-gossip` topics after geth control authorization.
|
||||
- `[x]` Docs and tests keep durable state in CAS/KV/document/db instead.
|
||||
|
||||
## Phase 4: Pipes, SSH Proxy, And SSH Distribution
|
||||
|
|
|
|||
Loading…
Reference in a new issue