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

[Sequencer] batches too large to fit into L1 call data #687

Closed
hexoscott opened this issue Jul 2, 2024 · 0 comments · Fixed by #691
Closed

[Sequencer] batches too large to fit into L1 call data #687

hexoscott opened this issue Jul 2, 2024 · 0 comments · Fixed by #691
Assignees

Comments

@hexoscott
Copy link
Collaborator

At the moment we can produce batches that are too large to be sequenced on the L1. We need to ensure that the batchL2Data size does not exceed 128kb.

An ideal place to check this would be as we're checking the batch counters limits as it performs the same task of effectively closing the batch early.

@V-Staykov V-Staykov linked a pull request Jul 2, 2024 that will close this issue
@V-Staykov V-Staykov self-assigned this Jul 2, 2024
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 a pull request may close this issue.

3 participants