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

Support forward upgrade #16

Open
julienrbrt opened this issue Mar 4, 2025 · 0 comments
Open

Support forward upgrade #16

julienrbrt opened this issue Mar 4, 2025 · 0 comments

Comments

@julienrbrt
Copy link
Member

Currently the multiplexer is working well for syncing for genesis with previous heights.
However we need to make it work with future heights as well.

In theory, it is already supported, as the current app prior the the upgrade could already be added to the multiplexer, leaving the new app as the latest app. However, for that app switch, we shouldn't rely on a fixed height, but instead a dynamic one.

To keep the multiplexer not tied to any specific module, we should add a boolean to Version to tell the multiplexer to determine the app version change from abci directly.

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

1 participant