Connect pipes over Iroh control
This commit is contained in:
parent
e294965833
commit
741bd202a8
8 changed files with 344 additions and 32 deletions
|
|
@ -296,8 +296,13 @@ Goal: add authorized stream-oriented management workflows over Iroh.
|
|||
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`.
|
||||
- `[x]` `geth pipe connect <name> --node <node-id>` can connect to an
|
||||
imported peer over Iroh at the control-plane level.
|
||||
- `[x]` Remote pipe connect requires `pipe.connect` on
|
||||
`resource:pipe:<name>`.
|
||||
- `[ ]` Remote pipe listen requires `pipe.listen` when remote listener
|
||||
creation is added.
|
||||
- `[ ]` Pipe connect carries bidirectional byte streams over Iroh.
|
||||
- `[ ]` Streams close cleanly and propagate errors.
|
||||
|
||||
- `[ ]` TCP forwarding.
|
||||
|
|
|
|||
Loading…
Reference in a new issue