Skip to content

Commit

Permalink
chore: add back crisis module to SetOrderBeginBlockers (#3595)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jeronimoalbi authored Jul 26, 2023
1 parent 1fd3bae commit c494648
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- [#3581](https://github.com/ignite/cli/pull/3581) Bump cometbft and cometbft-db in the template
- [#3559](https://github.com/ignite/cli/pull/3559) Bump network plugin version to `v0.1.1`
- [#3522](https://github.com/ignite/cli/pull/3522) Remove indentation from `chain serve` output
- [#3593](https://github.com/ignite/cli/pull/3593) Remove crisis module from begin blockers in app template

## [`v0.27.0`](https://github.com/ignite/cli/releases/tag/v0.27.0)

Expand Down
1 change: 1 addition & 0 deletions ignite/templates/app/files/app/app.go.plush
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ func New(
authtypes.ModuleName,
banktypes.ModuleName,
govtypes.ModuleName,
crisistypes.ModuleName,
ibctransfertypes.ModuleName,
ibcexported.ModuleName,
icatypes.ModuleName,
Expand Down

0 comments on commit c494648

Please sign in to comment.