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

Implement Clique consensus #11

Open
frisitano opened this issue Oct 7, 2024 · 3 comments
Open

Implement Clique consensus #11

frisitano opened this issue Oct 7, 2024 · 3 comments
Labels

Comments

@frisitano
Copy link
Collaborator

Overview

Scroll uses Clique consensus and as such we should provide an implementation of Clique consensus. This will allow for block headers to be gossiped over the p2p network and validated. For milestone 1 this is not a hard requirement, we can instead use the noop consensus implementation.

@frisitano frisitano moved this to Todo in Reth Oct 7, 2024
@frisitano frisitano added this to Reth Oct 7, 2024
@frisitano frisitano changed the title Implement Clique consensus Implement Clique consensus Oct 7, 2024
Copy link

This issue is stale because it has been open for 21 days with no activity.

Copy link

github-actions bot commented Nov 6, 2024

This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Reth Nov 6, 2024
@Thegaram Thegaram reopened this Nov 6, 2024
@frisitano frisitano modified the milestone: Milestone 1 Nov 19, 2024
@greged93
Copy link
Collaborator

Note for when we implement the Consensus: as far as I could see given the interface of the trait, the Consensus seems to be to place where would we perform block validation, which should include the validation for the L1 messages ordering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

3 participants