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

Implement a sample upgrade module #385

Closed
4 tasks
egonspace opened this issue Nov 24, 2021 · 0 comments
Closed
4 tasks

Implement a sample upgrade module #385

egonspace opened this issue Nov 24, 2021 · 0 comments
Assignees
Labels
A: improvement Changes in existing functionality lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Milestone

Comments

@egonspace
Copy link

Summary

Once the chain starts, it becomes very difficult to upgrade the node implementation. Once the chain starts, the chain upgrade must be made through the upgrade module from that point on. Currently, there is no upgrade implementation in lbm-sdk, so there is no upgrade experience to us, but it is important to implement it once as a sample to gain experience in upgrade behavior.

The implementation of this sample aims to be as follows.

  • Converting the data stored in the keeper into a new type
  • Activate the upgrade module without halting the chain
  • Implement a base framework to register a new gov proposal without an upgrade module

Problem Definition

Proposal


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@egonspace egonspace added this to the Ebony alpha milestone Nov 24, 2021
@egonspace egonspace self-assigned this Nov 24, 2021
@egonspace egonspace added the A: improvement Changes in existing functionality label Nov 24, 2021
@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: improvement Changes in existing functionality lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

1 participant