Hi
Context: I am porting Move VM on a different consensus protocol.
In my consensus protocol, the transactions are not always execute in the ordered they were generated and hence I wanted to disable checking if transaction sequence numbers are increasing monotonically? How shall I do this?
Thanks in advance!