Skip to main content

record_unverified_entry

Function record_unverified_entry 

Source
pub fn record_unverified_entry(
    project: &mut Project,
    peer_id: &str,
    vfr_id: &str,
    reason: &str,
) -> SyncReport
Expand 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.