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: proposer should claim a quote even if it doesn't build a block #9404

Closed
Tracked by #8679
just-mitch opened this issue Oct 24, 2024 · 0 comments · Fixed by #10844
Closed
Tracked by #8679

feat: proposer should claim a quote even if it doesn't build a block #9404

just-mitch opened this issue Oct 24, 2024 · 0 comments · Fixed by #10844
Assignees
Labels
C-node Component: Aztec Node
Milestone

Comments

@just-mitch
Copy link
Contributor

just-mitch commented Oct 24, 2024

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

@just-mitch just-mitch added this to the TestNet milestone Oct 24, 2024
@just-mitch just-mitch added the C-node Component: Aztec Node label Oct 24, 2024
@github-project-automation github-project-automation bot moved this to Todo in A3 Oct 28, 2024
@just-mitch just-mitch assigned just-mitch and unassigned just-mitch Dec 12, 2024
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
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Dec 18, 2024
@aminsammara aminsammara marked this as a duplicate of #10340 Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-node Component: Aztec Node
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants