Skip to content
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

Merged
merged 19 commits into from
Apr 14, 2023
Merged

Conversation

j75689
Copy link
Collaborator

@j75689 j75689 commented Apr 13, 2023

Description

This pr is to migrate upgrade module to v0.47.0

Relates

#82
#87
#144

@j75689 j75689 force-pushed the v0.47/upgrade_module branch from 89a1ce4 to 4ca2572 Compare April 13, 2023 17:45
@github-actions
Copy link
Contributor

@j75689 your pull request is missing a changelog!

var (
TestnetChainID = "greenfield_5600-1"
TestnetConfig = NewUpgradeConfig()
// .SetPlan(&Plan{
Copy link
Collaborator

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

Copy link
Collaborator Author

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

@yutianwu yutianwu merged commit b900d5c into develop_v0.47_latest Apr 14, 2023
@unclezoro unclezoro deleted the v0.47/upgrade_module branch April 18, 2023 09:18
yutianwu pushed a commit to yutianwu/greenfield-cosmos-sdk that referenced this pull request May 3, 2023
* 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
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.

3 participants