//! Server-layer IPC contract test using [`InMemoryRegistry`].
//!
//! Verifies that `DaemonServer<R>` behaves correctly with a non-redb registry.
//! The full behavioural contract is defined in [`common::daemon_contract`] and
//! shared with the redb-backed variant in `daemon.rs`.
//!
//! [`InMemoryRegistry`]: iroh_rings::InMemoryRegistry
async