Wire KV sync through iroh-docs
This commit is contained in:
parent
72f28224ce
commit
59c463eb40
9 changed files with 406 additions and 47 deletions
|
|
@ -155,11 +155,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 (ready-to-wire)"
|
||||
));
|
||||
assert!(stdout.contains(
|
||||
"native backend kv: shared-iroh-endpoint-ready target iroh-docs 0.95.0 (ready-to-wire)"
|
||||
"native backend cas: shared-iroh-endpoint-ready target iroh-blobs 0.97.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 (ready-to-wire)"
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in a new issue