The sequencer on zkevm branch whilst running will keep logging that an unwind is happening usually for a small block range. This should only happen if the DS is behind the DB which is likely the case here. If executors are slow to respond then at the batch boundary we are likely unwinding because the latest blocks in the previous batch haven't been verified and written to the datastream yet.
The sequencer on zkevm branch whilst running will keep logging that an unwind is happening usually for a small block range. This should only happen if the DS is behind the DB which is likely the case here. If executors are slow to respond then at the batch boundary we are likely unwinding because the latest blocks in the previous batch haven't been verified and written to the datastream yet.