-
Notifications
You must be signed in to change notification settings - Fork 327
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: proposer should claim a quote even if it doesn't build a block #9404
Comments
Merged
spalladino
added a commit
that referenced
this issue
Dec 18, 2024
If the sequencer does not have enough txs to build a block, it will still try to submit an epoch proof if there's one available. Fixes #9404
spalladino
added a commit
that referenced
this issue
Dec 18, 2024
If the sequencer does not have enough txs to build a block, it will still try to submit an epoch proof if there's one available. Fixes #9404
spalladino
added a commit
that referenced
this issue
Dec 18, 2024
If the sequencer does not have enough txs to build a block, it will still try to submit an epoch proof if there's one available. Fixes #9404
spalladino
added a commit
that referenced
this issue
Dec 18, 2024
If the sequencer does not have enough txs to build a block, it will still try to submit an epoch proof if there's one available. Fixes #9404
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The sequencer won't claim a quote unless it also proposes a block. If there are no txs in the system the whole chain halts.
It should instead use the
claimEpochProofRight
function on the rollup.Related to #10601
The text was updated successfully, but these errors were encountered: