You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: