Skip to content

Fix round number in qbft tests#554

Merged
GalRogozinski merged 1 commit intomainfrom
test_round_fix
Jun 30, 2025
Merged

Fix round number in qbft tests#554
GalRogozinski merged 1 commit intomainfrom
test_round_fix

Conversation

@alan-ssvlabs
Copy link
Contributor

closes #551

In QBFT create message spec tests, some tests do not specify round number, as a result the round is set to 0 (qbft.noRound), which is not quite valid. This PR assigns round number 1 to these tests.

Copy link
Contributor

@GalRogozinski GalRogozinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm :-)

@GalRogozinski GalRogozinski requested a review from AgeManning June 26, 2025 07:59
@Tom-ssvlabs Tom-ssvlabs requested review from MatusKysel and removed request for Tom-ssvlabs June 26, 2025 08:07
Copy link
Contributor

@MatheusFranco99 MatheusFranco99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@AgeManning AgeManning left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!

@GalRogozinski GalRogozinski merged commit dd0581c into main Jun 30, 2025
2 checks passed
@GalRogozinski GalRogozinski deleted the test_round_fix branch June 30, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Round number still set to 0 in some tests

5 participants