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(workspace): Interop proof primitives #925

Closed
clabby opened this issue Jan 22, 2025 · 1 comment
Closed

feat(workspace): Interop proof primitives #925

clabby opened this issue Jan 22, 2025 · 1 comment
Assignees
Labels
A-workspace Area: Top level workspace modifications H-interop Hardfork: Interop related K-feature Kind: feature

Comments

@clabby
Copy link
Collaborator

clabby commented Jan 22, 2025

Overview

The interop proof specifies a new PreState type, which can be either a SuperRoot or TransitionState. The SuperRoot was introduced in #924, but the TransitionState is a fault-proof-specific construct that allows for the aggregation of pending progress throughout sub-problem execution.

It also requires a new set of hints that will allow for L2 receipts to be fetched, along with the pre-image of the PreState.

We will need to extend kona-proof with a new BootInfo struct to account for the changed local keys, PreState enum that encompasses the SuperRoot or TransitionState, and HintType enum that represents the new set of hints.

@clabby clabby added A-workspace Area: Top level workspace modifications H-interop Hardfork: Interop related K-feature Kind: feature labels Jan 22, 2025
@clabby clabby self-assigned this Jan 22, 2025
@clabby
Copy link
Collaborator Author

clabby commented Jan 22, 2025

closed by #902 - created retroactively for tracking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-workspace Area: Top level workspace modifications H-interop Hardfork: Interop related K-feature Kind: feature
Projects
Status: Done
Development

No branches or pull requests

1 participant