pub fn create_stake_history_from_delegations(
    bootstrap: Option<u64>,
    epochs: Range<Epoch>,
    delegations: &[Delegation],
    new_rate_activation_epoch: Option<Epoch>
) -> StakeHistory