Connect pipes over Iroh control

This commit is contained in:
Eric Wendland 2026-05-18 18:45:10 +02:00
commit 741bd202a8
8 changed files with 344 additions and 32 deletions

View file

@ -1312,6 +1312,7 @@ fn pipe_listen_connect_uses_local_runtime_registry() {
&node,
geth_control::ControlRequest::PipeConnect {
target: "inbox".to_owned(),
node: None,
},
)
.expect("connect pipe");
@ -1333,6 +1334,7 @@ fn pipe_listen_connect_uses_local_runtime_registry() {
&reopened,
geth_control::ControlRequest::PipeConnect {
target: "inbox".to_owned(),
node: None,
},
)
.expect("connect after reopen");