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

proposers submit proof claims #8576

Closed
Tracked by #8401
just-mitch opened this issue Sep 16, 2024 · 0 comments
Closed
Tracked by #8401

proposers submit proof claims #8576

just-mitch opened this issue Sep 16, 2024 · 0 comments
Assignees

Comments

@just-mitch
Copy link
Collaborator

just-mitch commented Sep 16, 2024

A proposer should be able to see if it is in the proof claim period and then "decide" whether it wants to submit a proof claim.

We will create a module to control that decision-making. Presently, it will simply return true (the optimistic case where the pending chain can be proven).

In practice, we expect implementations to be more intelligent and check that the proposer itself has at least seen/verified the data needed to produce the proofs.

The proposer must have a separate module for getting a Quote which is required to claim a proof. The default implementation here will be to generate a quote from itself. In practice, this would be the case if a prover marketplace is running a proposer/validator.

In practice, we expect most proposer to run with a separate implementation described here #8577

@github-project-automation github-project-automation bot moved this to Todo in A3 Sep 16, 2024
@just-mitch just-mitch self-assigned this Sep 16, 2024
@LHerskind LHerskind added this to the Sequencer & Prover Testnet milestone Sep 25, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants