-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: custom upgrade module #179
Conversation
89a1ce4
to
4ca2572
Compare
@j75689 your pull request is missing a changelog! |
var ( | ||
TestnetChainID = "greenfield_5600-1" | ||
TestnetConfig = NewUpgradeConfig() | ||
// .SetPlan(&Plan{ |
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 need to delete these
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.
I think we can keep them. It's a default upgrade plan for a specific chain (like Ethereum configs defined).
The testnet will enable the public delegation function in the near future, I think.
@keefel
* feat: custom upgrade module * fix: simd legacy build * fix: proto lint * fix: legacy simd build * fix: test 02 * fix: missing parameter for NewContext * fix: TestCustomAddressVerifier * fix: sim tests * fix: go.mod for upgrade module * chore: go mod tidy for tests module * fix: test case for staking * fix: e2e tests * fix: lint error * fix: aminojson test * fix: integration tests * fix: liveness test * fix: mock test * chore: go mod tidy tools/rosetta * fix: enable public delegation for e2e testing
Description
This pr is to migrate upgrade module to v0.47.0
Relates
#82
#87
#144