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

chore: add back crisis module to SetOrderBeginBlockers #3595

Merged
merged 2 commits into from
Jul 26, 2023

Conversation

jeronimoalbi
Copy link
Member

The module must be added to avoid triggering an assertion that requires that all modules are added to SetOrderBeginBlockers even if they don't implement HasBeginBlocker. Modules that don't implement it can be removed from the list once Cosmos SDK v0.50.0 is released.

The module must be added to avoid triggering an assertion that requires
that all modules are added to `SetOrderBeginBlockers` even if they don't
implement `HasBeginBlocker`. Modules that don't implement it can be
removed once Cosmos SDK v0.50.0 is released.
@jeronimoalbi jeronimoalbi added skip-changelog Don't check changelog for new entries and removed skip-changelog Don't check changelog for new entries labels Jul 26, 2023
@jeronimoalbi jeronimoalbi merged commit c494648 into main Jul 26, 2023
@jeronimoalbi jeronimoalbi deleted the chore/restore-crisis-order-begin-blocker branch July 26, 2023 09:15
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
* chore: add back crisis module to SetOrderBeginBlockers

The module must be added to avoid triggering an assertion that requires
that all modules are added to `SetOrderBeginBlockers` even if they don't
implement `HasBeginBlocker`. Modules that don't implement it can be
removed once Cosmos SDK v0.50.0 is released.

* chore: remove deprecated changelog entry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Don't check changelog for new entries type:error Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants