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: enforced batch mode #68

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: enforced batch mode #68

wants to merge 3 commits into from

Conversation

zimpha
Copy link
Member

@zimpha zimpha commented Dec 5, 2024

No description provided.

@zimpha zimpha force-pushed the feat/enforced-batch branch from 8612778 to aee35b9 Compare December 5, 2024 05:31
@Thegaram Thegaram changed the title feat: enforces batch feat: enforced batch mode Dec 5, 2024
@zimpha zimpha force-pushed the feat/enforced-batch branch from aee35b9 to d851e8e Compare December 5, 2024 12:15
@zimpha zimpha marked this pull request as ready for review December 11, 2024 11:34
Copy link

@jonastheis jonastheis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

with the new batch design this will need to change again but the main mechanism of

  1. track time of latest finalized batch
  2. if too much time elapsed allow anyone to commit batch + proof and disallow sequencer to submit via usual methods
  3. only allow security council to deactivate this enforced/permissionless mode

should stay the same and just the interface of what/how a batch needs to be passed should change.

@@ -46,6 +46,15 @@ library BatchHeaderV3Codec {
}
}

/// @notice Get the blob versioned hash of the batch header.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong comment

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

Successfully merging this pull request may close these issues.

2 participants