-
Notifications
You must be signed in to change notification settings - Fork 215
EN-13432: update index hashed nodes coordinator #4806
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
EN-13432: update index hashed nodes coordinator #4806
Conversation
| arguments.ChainParametersHandler = &shardingmock.ChainParametersHandlerStub{ | ||
| CurrentChainParametersCalled: func() config.ChainParametersByEpochConfig { | ||
| return config.ChainParametersByEpochConfig{ | ||
| ShardConsensusGroupSize: 1, |
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.
can you use a variable to initialize here the group size, and then use the same variables in the requires below as expected values
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.
done
…nator-chain-params
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## feat/consensus-size-changes #4806 +/- ##
==============================================================
Coverage ? 70.82%
==============================================================
Files ? 645
Lines ? 85025
Branches ? 0
==============================================================
Hits ? 60222
Misses ? 20290
Partials ? 4513 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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:
featbranch created?featbranch merging, do all satellite projects have a proper tag insidego.mod?