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

bug: Archiver reports epoch as complete too early #10800

Closed
spalladino opened this issue Dec 17, 2024 · 0 comments · Fixed by #10801
Closed

bug: Archiver reports epoch as complete too early #10800

spalladino opened this issue Dec 17, 2024 · 0 comments · Fixed by #10801
Assignees

Comments

@spalladino
Copy link
Collaborator

No description provided.

@spalladino spalladino self-assigned this Dec 17, 2024
spalladino added a commit that referenced this issue Dec 18, 2024
Archiver's isEpochComplete would return `true` when the first L1 block
of the last epoch L2 slot was mined, ignoring the fact that the L2 block
could be posted on a later L1 slot.

This fixes the check so it reports the epoch as completed only once the
last L1 block of the last L2 slot of the epoch is mined.

Fixes #10800
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.

1 participant