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

feat: decouple x/nft from simapp #12233

Merged
merged 15 commits into from
Jun 14, 2022
Prev Previous commit
Next Next commit
updates
  • Loading branch information
julienrbrt committed Jun 13, 2022
commit 05751a031e61cf03aa96a8a31e279cb721ae95fa
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Ref: https://keepachangelog.com/en/1.0.0/

### Features

* (x/nft) [#12038](https://github.com/cosmos/cosmos-sdk/issues/12038) Migrate `x/nft` to App Wiring.
* (cli) [#12028](https://github.com/cosmos/cosmos-sdk/pull/12028) Add the `tendermint key-migrate` to perform Tendermint v0.35 DB key migration.

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion x/nft/testutil/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ modules:
config:
"@type": cosmos.app.runtime.v1alpha1.Module

app_name: TestNFTApp
app_name: NFTApp

begin_blockers: [mint, staking, auth, bank, mint, genutil, nft, params]
end_blockers: [mint, staking, auth, bank, mint, genutil, nft, params]
Expand Down