op-node: op-node interop block verification (devnet-1 scope)#11611
Merged
protolambda merged 8 commits intodevelopfrom Sep 5, 2024
Merged
op-node: op-node interop block verification (devnet-1 scope)#11611protolambda merged 8 commits intodevelopfrom
protolambda merged 8 commits intodevelopfrom
Conversation
Contributor
I cut a new PR on top of my API to address this. |
c17346d to
6934085
Compare
Contributor
Author
|
Opened #11672 to track the finalizer changes to make in op-node, in devnet 2 scope. |
axelKingsley
approved these changes
Aug 30, 2024
Contributor
axelKingsley
left a comment
There was a problem hiding this comment.
No blocking comments
Contributor
Author
|
Unrelated contracts test flakes. Going to rebase, so CI can run against latest develop cleanly. |
…ver step, to poll for supervisor safety changes
dad07e6 to
d9c22e4
Compare
samlaf
pushed a commit
to samlaf/optimism
that referenced
this pull request
Nov 10, 2024
…m-optimism#11611) * op-node: experimental interop block verification * op-node: supervisor RPC init * op-e2e/actions: test interop safety checks * op-e2e/op-node: test fixes * op-node: update comments * op-node: unit-test interop deriver, trigger cross-safe updates on driver step, to poll for supervisor safety changes * op-node: add more comments, fix flag description * op-e2e: fix rebase, add missing argument
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Op-node changes needed to interface with the new op-supervisor service for cross-L2 safety checks of L2 blocks.
TODO:
invalidsafety status (or something akin to that) to supervisor types/API, to identify blocks with invalid executing messages.Tests
Metadata
Fix #11312
Also fix #10886