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

Single binary support throughout hardfork upgrades #149

Open
edisonz0718 opened this issue Sep 27, 2024 · 0 comments
Open

Single binary support throughout hardfork upgrades #149

edisonz0718 opened this issue Sep 27, 2024 · 0 comments
Assignees

Comments

@edisonz0718
Copy link
Contributor

Description and context

The current way to synchronize a story node from block 0 to the latest height can be a very complicated process, especially when the network has gone through multiple hard fork upgrades. In this case, the node runner must download multiple binaries, each binary for each hard fork version, and manually switch the binaries at each hard fork block height.

Many node runners in the cosmos ecosystem use cosmovisor to automate the binary switching process. But even cosmovisor doesn't support upgrades on multiple binaries.

We should support a single binary that is backward-compatible with all the hard fork versions to make the node runners' lives easier, which is similar to Ethereum's implementation.

Suggested solution

Investigate Celestia's CIP-10 and it's signal module.

Definition of done

Have a working and fully tested single binary solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants