fn is_hopeless_fork<CIP>(
    chain_info_provider: &mut CIP,
    proposal: &PhronProposal
) -> bool
where CIP: ChainInfoProvider,