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

Replayer should not use mod to calculate when next checkpoint should be written #13401

Closed
psteckler opened this issue Jun 14, 2023 · 1 comment

Comments

@psteckler
Copy link
Member

Many slots do not contain blocks, so using mod can skip checkpoints.

Instead, have a current slot target, and when the target is met or exceeded, write the checkpoint, and reset the target.

@psteckler
Copy link
Member Author

Fixed in #13406.

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

No branches or pull requests

1 participant