feat(credential): enforce signed credential distribution across mixed admin/shared topology (#1972)

This commit is contained in:
KKRainbow
2026-03-10 08:37:33 +08:00
committed by GitHub
parent ef44027f57
commit 694b8d349d
15 changed files with 894 additions and 186 deletions
@@ -98,7 +98,6 @@ impl PunchConeHoleClient {
}
}
#[tracing::instrument(skip(self))]
pub(crate) async fn do_hole_punching(
&self,
dst_peer_id: PeerId,
@@ -241,7 +240,7 @@ impl PunchConeHoleClient {
}
}
return Ok(None);
Ok(None)
}
}