-
Notifications
You must be signed in to change notification settings - Fork 205
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
Deterministic sort on validators info #5409
Deterministic sort on validators info #5409
Conversation
…-validators-info # Conflicts: # epochStart/metachain/validators_test.go
testCreateMiniblockBackwardsCompatibility(t, false, "./testdata/expected-legacy.data") | ||
}) | ||
t.Run("full deterministic mode", func(t *testing.T) { | ||
//this will prevent from changes the deterministic algorithm as to not create future backwards compatibility issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might rephrase: this will prevent changes to the deterministic algorithm and ensure the backward compatibility
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rephrased comment
056a257
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feat/go-v1.20.5-integration #5409 +/- ##
===============================================================
- Coverage 77.64% 77.61% -0.04%
===============================================================
Files 656 656
Lines 86186 86205 +19
===============================================================
- Hits 66922 66908 -14
- Misses 14058 14091 +33
Partials 5206 5206
☔ View full report in Codecov by Sentry. |
Reasoning behind the pull request
Proposed changes
Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?