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

Backport / fix block tally in finality module (#374) #375

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

KonradStaniec
Copy link
Collaborator

#350 Introduced regression due to change from if/else to switch. break which earlier was jumping out of the loop, after change would only exit the switch statement.

Fix:

  • add finalizationLoop label and use it during break
  • add proper test to check that finalization in consecutive.

#350 Introduced regression
due to change from if/else to switch. `break` which earlier was jumping
out of the loop, after change would only exit the `switch` statement.

Fix:
- add `finalizationLoop` label and use it during `break`
- add proper test to check that finalization in consecutive.
@KonradStaniec KonradStaniec merged commit d9b2623 into release/v1.x Jan 2, 2025
20 checks passed
@KonradStaniec KonradStaniec deleted the backport/pr-374 branch January 2, 2025 15:33
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