pub const fn validate_against_parent_timestamp( header: &Header, parent: &Header, ) -> Result<(), ConsensusError>
Validates the timestamp against the parent to make sure it is in the past.