You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: