• 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
..
benchmarks Loading commit data...
bindings Loading commit data...
chaincfg Loading commit data...
cmd Loading commit data...
flags Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
params Loading commit data...
rollup Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
service.go Loading commit data...