pub fn mock_certificate_with_epoch(
    committee: &Committee,
    origin: PublicKey,
    round: Round,
    epoch: Epoch,
    parents: BTreeSet<CertificateDigest>
) -> (CertificateDigest, Certificate)