Skip to content

Conversation

@bogdan-rosianu
Copy link
Contributor

Reasoning behind the pull request

  • nodes coordinator had static shard and meta consensus group size

Proposed changes

  • integrate chain parameters handler

Testing procedure

Pre-requisites

Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:

  • was the PR targeted to the correct branch?
  • if this is a larger feature that probably needs more than one PR, is there a feat branch created?
  • if this is a feat branch merging, do all satellite projects have a proper tag inside go.mod?

@bogdan-rosianu bogdan-rosianu self-assigned this Dec 14, 2022
iulianpascalau
iulianpascalau previously approved these changes Dec 21, 2022
arguments.ChainParametersHandler = &shardingmock.ChainParametersHandlerStub{
CurrentChainParametersCalled: func() config.ChainParametersByEpochConfig {
return config.ChainParametersByEpochConfig{
ShardConsensusGroupSize: 1,
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

Base automatically changed from EN-13432-shuffler-refactoring to feat/consensus-size-changes December 21, 2022 15:16
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (feat/consensus-size-changes@e559437). Click here to learn what that means.
Patch has no changes to coverable lines.

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bogdan-rosianu bogdan-rosianu merged commit 62290eb into feat/consensus-size-changes Dec 21, 2022
@bogdan-rosianu bogdan-rosianu deleted the EN-13432-nodes-coordinator-chain-params branch December 21, 2022 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants