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 Consensus Component #16

Open
frisitano opened this issue Jan 22, 2025 · 0 comments
Open

Implement Consensus Component #16

frisitano opened this issue Jan 22, 2025 · 0 comments

Comments

@frisitano
Copy link
Collaborator

Overview

We should implement a component responsible for evaluating the consensus of new blocks. Initially, this will be a simple check to assert that the block originated from an authorized signer. Initially, we will have a static list of authorized signers. However, these signers can be rotated, so the rollup node should be aware of this. This rotation can be tracked by observing the authorized signer configuration on L1.

@frisitano frisitano added this to the RN - Milestone 1 milestone Jan 22, 2025
@frisitano frisitano added this to Reth Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant