-
Couldn't load subscription status.
- Fork 54
feat(app): increase max validators #549
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
Conversation
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
cbc5f0c to
f23eb5c
Compare
|
@0xHansLee codecov/patch is failing |
| // StoryUpgradeHeight defines the block height at which v1.3.0 upgrade is triggered on Mainnet. | ||
| StoryUpgradeHeight = 10000000 |
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.
Do we want to disable mainnet upgrade in this release?
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.
Disabled in 9d10953
| case upgrades.StoryChainID: | ||
| return StoryUpgradeHeight, true |
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.
Disable mainnet upgrade for this release?
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.
Disabled in 9d10953
f23eb5c to
9d10953
Compare
Yeah, since I have not covered the test for this upgrade handler. Need test suite for upgrade but we don't have for now. Since it's a simple handler and we have tested, I think we can merge this PR. |
Binary uploaded successfully 🎉📦 Version Name: 1.3.0-unstable-50c26c6 |
Implement upgrade handler to increase `MaxValidators` to 80 issue: none
Implement upgrade handler to increase
MaxValidatorsto 80issue: none