referrerpolicy=no-referrer-when-downgrade

prune_finalized_entries

Function prune_finalized_entries 

Source
pub fn prune_finalized_entries<Block, B>(
    backend: &B,
    notification: &FinalityNotification<Block>,
) -> Result<()>
where Block: BlockT, B: AuxStore + HeaderBackend<Block>,
Expand description

Delete entries for the just-finalized chain, the tree route, and stale forks — once finalized, a block is no longer in any unincluded segment.