Skip to content

Move sequencing code into sequence executor [#3185]

Ethan Reesor requested to merge 3185-move-sequencing into main

Closes #3185 (closed). Moves sequence tracking code out of Executor.ProcessTransaction into the sequence executor. This decouples sequencing from transactions, paving the way for non-transaction synthetic messages to be sequenced.

Changelog: refactor

Merge request reports