The new tx pool implementation added in #3672 stores transactions sorted by their transaction hash. This can cause subtle issues where two transactions are sent together to be included in the same block and the tx pool returns them to the sequencer in a different order than expected.
The new tx pool implementation added in #3672 stores transactions sorted by their transaction hash. This can cause subtle issues where two transactions are sent together to be included in the same block and the tx pool returns them to the sequencer in a different order than expected.