Submit block should be flexible with how the operator batches their submissions:
i.e
lastCommittedBlock = 2
Submit block -> (block 1,2,3,4 ..., blockNum = 1)
- The contract should jump to commit block 3 and 4 instead of reverting because
blockNum != lastCommittedBlock + 1