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

op-challenger: Handle proposals beyond current chain heads #14077

Open
ajsutton opened this issue Jan 31, 2025 · 0 comments
Open

op-challenger: Handle proposals beyond current chain heads #14077

ajsutton opened this issue Jan 31, 2025 · 0 comments

Comments

@ajsutton
Copy link
Contributor

Challenger has to handle the case where the proposed timestamp is in the future so when it requests a super root from supervisor there is no data because the chains haven't reached that timestamp yet. Need to work out what supervisor will return in that case, detect it in challenger and use the invalid hash as the claim (since it is beyond the safe head).

This is in addition to the case where we can get a super root but it wasn't safe at the game's L1 head (tracked separately).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant