pub fn record_unverified_entry(
project: &mut Project,
peer_id: &str,
vfr_id: &str,
reason: &str,
) -> SyncReportExpand description
v0.41.0: Record an unverified-peer-entry conflict. Same shape as
record_locator_failure but for when the peer’s registry entry
signature did not verify against the registered owner pubkey.
Sync halts before any content is fetched — the kernel won’t trust
unsigned-or-misverified state.