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

chore: backportfix gap unfinalized #379

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

RafilxTenfen
Copy link
Contributor

No description provided.

Prior to this fix, if we had an unfinalized block it would stuck to it
as a next block to be rewarded


By using `continue` instead of `break`, if there is any finalized block
in the interval (`nextBlockToBeRewarded` and `targetHeight`) it will
give out rewards and update the next block to be rewarded
@RafilxTenfen RafilxTenfen changed the base branch from main to release/v1.x January 3, 2025 16:41
@RafilxTenfen RafilxTenfen self-assigned this Jan 3, 2025
@RafilxTenfen RafilxTenfen marked this pull request as ready for review January 3, 2025 16:42
@RafilxTenfen RafilxTenfen merged commit f403d80 into release/v1.x Jan 3, 2025
21 checks passed
@RafilxTenfen RafilxTenfen deleted the backport/fix-gap-unfinalized branch January 3, 2025 16:49
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