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: nodes should only perform block proposals services if they know they are the leader #7961

Closed
Tracked by #7681
Maddiaa0 opened this issue Aug 14, 2024 · 1 comment

Comments

@Maddiaa0
Copy link
Member

Maddiaa0 commented Aug 14, 2024

Overview

ATM, all nodes attempt to create and submit block proposals to each other, regardless if they are the leader or not.

The validator client should sync the current epoch state so a sequencer can know when it is their turn to produce blocks.

related to:
#7962

@LHerskind
Copy link
Contributor

I think some of this will be addressed in #8122, as the sequencer won't make its way into publishing a block if it is not the leader so it don't necessarily deal with it in the validator client?

However, we should alter such that we only attest to proposals by the leader so some validation needed, not sure if this was what you meant.

@LHerskind LHerskind added this to the Sequencer & Prover Testnet milestone Aug 22, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in A3 Sep 24, 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