Upgrade Iroh integration to 1.0
This commit is contained in:
parent
b0768999db
commit
32580749d6
9 changed files with 912 additions and 930 deletions
|
|
@ -238,15 +238,13 @@ fn geth_status_against_running_daemon() {
|
|||
assert!(stdout.contains("iroh relay: disabled"));
|
||||
assert!(stdout.contains("iroh discovery: local-network disabled"));
|
||||
assert!(stdout.contains(
|
||||
"native backend cas: shared-iroh-endpoint-ready target iroh-blobs 0.97.0 (wired)"
|
||||
"native backend cas: shared-iroh-endpoint-ready target iroh-blobs 0.103.0 (wired)"
|
||||
));
|
||||
assert!(
|
||||
stdout.contains(
|
||||
"native backend kv: shared-iroh-endpoint-ready target iroh-docs 0.95.0 (wired)"
|
||||
)
|
||||
);
|
||||
assert!(stdout.contains(
|
||||
"native backend pubsub: shared-iroh-endpoint-ready target iroh-gossip 0.95.0 (wired)"
|
||||
"native backend kv: shared-iroh-endpoint-ready target iroh-docs 0.101.0 (wired)"
|
||||
));
|
||||
assert!(stdout.contains(
|
||||
"native backend pubsub: shared-iroh-endpoint-ready target iroh-gossip 0.101.0 (wired)"
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue