kona
kona copied to clipboard
feat(supervisor/core): Integrate Safe block processing
Description
Support handling for the Safe block event sent by the op-node
Additional comments: This is for handling Safe block event from op-node. When op-node successfully derives a new block from L1 block, it sends Safeblock event to supervisor. In this issue we will handle the processing of this event.
ref https://github.com/ethereum-optimism/optimism/blob/develop/op-supervisor/README.md#initialization-and-derivation-updates
blocked on #1680 #1681 #1684
Additional comments: The supervisor is expected to drop the events until the upgrade goes live.