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

feat(client): Sub-problem #2 support #927

Open
clabby opened this issue Jan 22, 2025 · 0 comments
Open

feat(client): Sub-problem #2 support #927

clabby opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels
A-client Area: client binary H-interop Hardfork: Interop related K-feature Kind: feature

Comments

@clabby
Copy link
Collaborator

clabby commented Jan 22, 2025

Overview

The interop fault proof specifies two distinct sub-problems:

  1. Single-chain derivation + execution for optimistic block generation.
  2. Message graph resolution, aggregating previous results.

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.

Image

@clabby clabby added A-client Area: client binary H-interop Hardfork: Interop related K-feature Kind: feature labels Jan 22, 2025
@clabby clabby self-assigned this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-client Area: client binary H-interop Hardfork: Interop related K-feature Kind: feature
Projects
None yet
Development

No branches or pull requests

1 participant