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

Interop: op-supervisor local-safe data-ingestion from op-node #12077

Closed
protolambda opened this issue Sep 24, 2024 · 1 comment
Closed

Interop: op-supervisor local-safe data-ingestion from op-node #12077

protolambda opened this issue Sep 24, 2024 · 1 comment
Assignees

Comments

@protolambda
Copy link
Contributor

The op-node must feed into the op-supervisor, the op-supervisor does not rely on the EL for state.
The op-supervisor was pulling safe and finalized from the EL
(this originated from prototype code), intending to retrieve local-safe, but it was the cross-safe.
Creating a cyclic dependency, keeping cross-safe stuck at genesis.

To fix this, we need to modify the op-node/rollup/interop deriver to emit RPC updates to the op-supervisor when local-safe data changes.

@protolambda
Copy link
Contributor Author

The op-node side was updated. Will open an issue to track the remainder of the work on op-supervisor.

@github-project-automation github-project-automation bot moved this from In progress to Done in Interoperability Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant