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
This ticket tracks the implementation of sub-problem #2.
This sub-problem consists of aggregating all optimistic blocks generated by sub-problem #1 into the MessageGraph introduced in #924, checking message validity, and finally crafting the verified super root for comparison with the claim.
If an optimistic block is found to be invalid, this sub-problem must re-execute it with deposits only, and then re-attempt message graph resolution.
The text was updated successfully, but these errors were encountered:
Overview
The interop fault proof specifies two distinct sub-problems:
This ticket tracks the implementation of sub-problem #2.
This sub-problem consists of aggregating all optimistic blocks generated by sub-problem #1 into the
MessageGraph
introduced in #924, checking message validity, and finally crafting the verified super root for comparison with the claim.If an optimistic block is found to be invalid, this sub-problem must re-execute it with deposits only, and then re-attempt message graph resolution.
The text was updated successfully, but these errors were encountered: