• Sebastian Stammler's avatar
    op-node/rollup/sequencing: Fix temporary engine error handling (#12258) · 86e5f636
    Sebastian Stammler authored
    Do schedule a next sequencer action even if the building state is empty
    in `onEngineTemporaryError`.
    This can happen if the previous successful payload cleared the building
    state and then when `startBuildingBlock` is entered, it hits a temp
    error but never modified the cleared building state, so the temp error
    handler would never schedule the next action.
    
    Towards #12240 #12041
    86e5f636
Name
Last commit
Last update
..
async Loading commit data...
attributes Loading commit data...
clsync Loading commit data...
conductor Loading commit data...
confdepth Loading commit data...
derive Loading commit data...
driver Loading commit data...
engine Loading commit data...
event Loading commit data...
finality Loading commit data...
interop Loading commit data...
sequencing Loading commit data...
status Loading commit data...
sync Loading commit data...
test Loading commit data...
chain_spec.go Loading commit data...
chain_spec_test.go Loading commit data...
event.go Loading commit data...
iface.go Loading commit data...
output_root.go Loading commit data...
superchain.go Loading commit data...
types.go Loading commit data...
types_test.go Loading commit data...