-
Notifications
You must be signed in to change notification settings - Fork 534
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
Write minValidatorCount to genesis.json #1535
Write minValidatorCount to genesis.json #1535
Conversation
…genesis.json output
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.
Curious how you envision using the MinValidatorSetSize
parameter. Currently, it is not used for the polybft consensus protocol, so does it make sense to exist in the first place?
Co-authored-by: Stefan Negovanović <93934272+Stefan-Ethernal@users.noreply.github.com>
@Stefan-Ethernal, we are doing some prep work to understand the configurable parameters, how they influence the behaviour of our chain, and make decisions on what the genesis for our public testnet and mainnet should look like. While doing that, I found that the Can you explain what the intended use of |
We will definitely use it in on-chain governance, since we are starting to implement that feature for the next release. We will be using it to update the current active validator set. We also added it to |
@goran-ethernal seems like the PR you referenced already includes the changes in the branch. I will close this PR as redundant. |
Nah, we can merge your PR ASAP. No need to wait for ours. |
Write the value from the genesis '--min-validator-count' flag to the genesis.json output
Description
Please provide a detailed description of what was done in this PR
Changes include
Breaking changes
Please complete this section if any breaking changes have been made, otherwise delete it
Checklist
Testing
Manual tests
I ran the following command and verified the file:
Documentation update
Please link the documentation update PR in this section if it's present, otherwise delete it
Additional comments
Please post additional comments in this section if you have them, otherwise delete it