op-challenger: Challenge proposals that are still unsafe.#18467
Merged
op-challenger: Challenge proposals that are still unsafe.#18467
Conversation
47f17b5 to
8f3bf6a
Compare
5980261 to
11ab89d
Compare
8f3bf6a to
3bf9ba5
Compare
394730f to
38a0816
Compare
Inphi
approved these changes
Dec 3, 2025
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
Challenge optimistic zk proposals if they are still unsafe. This ensures the game can't resolve as valid and then later have the unsafe chain re-orged out. While the data still may not have been submitted before the game's L1 head, if the safe head has since advanced we know that the data is on L1 and that is the output root that will be derived so there's we don't waste capital by placing a challenge. This also avoids the need to use the safe head db.
Also adds the proposal status to the in progress game info log.
Tests
Added unit test.
Additional context
Builds on #18465
Metadata
#18321