feat(call): wire dispatch_requested to resolve peer Identity, ACL gate, and forwarded_for (call/dispatch-peer-identity)

This commit is contained in:
2026-06-28 22:14:43 +00:00
parent b7acd1d69d
commit 7f9e5828b9
2 changed files with 391 additions and 1 deletions

View File

@@ -287,6 +287,10 @@ impl OperationEnv for PeerCompositeEnv {
.get(peer)
.is_some_and(|c| c.contains(name))
}
fn peer_ids(&self) -> Vec<PeerId> {
self.connection_order.clone()
}
}
#[cfg(test)]