You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the Rollup Node OP Specs, the rollup node should monitor the protocol version contract on L1 and communicate any changes via the engine_signalSuperchainV1 api endpoint.
In kona's consensus node, we'll need the L1 watcher actor (or some sub-task/new minimal actor?) to track the protocol version contract and relay messages through the orchestrator to the engine actor.
The engine actor should spin off a minimal task that updates the execution engine through the engine_signalSuperchainV1 api endpoint.
The text was updated successfully, but these errors were encountered:
Description
As mentioned in the Rollup Node OP Specs, the rollup node should monitor the protocol version contract on L1 and communicate any changes via the
engine_signalSuperchainV1
api endpoint.In kona's consensus node, we'll need the L1 watcher actor (or some sub-task/new minimal actor?) to track the protocol version contract and relay messages through the orchestrator to the engine actor.
The engine actor should spin off a minimal task that updates the execution engine through the
engine_signalSuperchainV1
api endpoint.The text was updated successfully, but these errors were encountered: