-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Description
When handling a L1 reorg (UnwindIndexed event), the engine gets its unsafe and safe head reset in case the L1 reorg caused an L2 reorg. This sets the engine driver in a correct state but the Execution node won't get its forkchoice state updated until a new block is imported (for a follower node) or produced (for the sequencer).
We should decide whether this is an acceptable behavior, or whether this should be fixed.