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 governance type upgrades from non chain providers #15

Merged

Conversation

mkaczanowski
Copy link
Contributor

TL;DR

Some chains like Neutron implement their own governance, which Blazar doesn't support. Therefore Blazar can't see the upgrade, and will never execute it.

However, because Neutron governance is compatible with upgrades cosmos sdk module, at the upgrade height the 'upgrade-info.json` is created. Therefore from a chain perspective, the governance works as expected.

To make Blazar work in this scenario, a user can register a GOVERNANCE type upgrade in LOCAL or DATABASE provider.
This PR makes this possible.

NOTE: This is slightly modified PR from @sin3point14 (https://github.com/ChorusOne/blazar/pull/9/files) - I am only merging this

Test plan

unittests + integration tests

@mkaczanowski mkaczanowski merged commit 40d8768 into main Nov 9, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant