Add local pipe registry commands
This commit is contained in:
parent
677945073b
commit
c991825127
13 changed files with 235 additions and 14 deletions
|
|
@ -251,11 +251,15 @@ authorization and durable-state boundaries clear.
|
|||
|
||||
Goal: add authorized stream-oriented management workflows over Iroh.
|
||||
|
||||
- `[ ]` Dumbpipe-style Iroh streams.
|
||||
- `[~]` Dumbpipe-style Iroh streams.
|
||||
Acceptance criteria:
|
||||
- `geth pipe listen/connect` can connect two local test nodes.
|
||||
- Pipe access requires `pipe.listen` or `pipe.connect`.
|
||||
- Streams close cleanly and propagate errors.
|
||||
- `[x]` `geth pipe listen/connect` works against a local daemon-lifetime
|
||||
registry.
|
||||
- `[x]` Tests cover local listener registration, local connect matching, and
|
||||
daemon restart behavior.
|
||||
- `[ ]` `geth pipe listen/connect` can connect two local test nodes over Iroh.
|
||||
- `[ ]` Pipe access requires `pipe.listen` or `pipe.connect`.
|
||||
- `[ ]` Streams close cleanly and propagate errors.
|
||||
|
||||
- `[ ]` TCP forwarding.
|
||||
Acceptance criteria:
|
||||
|
|
|
|||
Loading…
Reference in a new issue