Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(node): Protocol Version Tracking #1232

Open
refcell opened this issue Mar 10, 2025 · 0 comments
Open

feat(node): Protocol Version Tracking #1232

refcell opened this issue Mar 10, 2025 · 0 comments
Labels
A-node Area: node crates K-feature Kind: feature

Comments

@refcell
Copy link
Collaborator

refcell commented Mar 10, 2025

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.

@refcell refcell added the A-node Area: node crates label Mar 10, 2025
@refcell refcell added the K-feature Kind: feature label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-node Area: node crates K-feature Kind: feature
Projects
Status: Backlog
Development

No branches or pull requests

1 participant