pub fn validate_against_parent_timestamp<H: BlockHeader>( header: &H, parent: &H, ) -> Result<(), ConsensusError>
Validates that the block timestamp is greater than the parent block timestamp.