Migration from v0.46 to v0.47 (and III) - update export.go & modules.go #16984
-
Hi guys, I was adapting the genState := app.ModuleManager.ExportGenesisForModules(ctx, app.appCodec, modulesToExport) and now I'm wondering if we need to adapt our whole Is also necessary update all the functions inside and use the By the moment (a new testnet) is working fine with |
Beta Was this translation helpful? Give feedback.
Answered by
julienrbrt
Jul 14, 2023
Replies: 1 comment 2 replies
-
Do you mean the difference between |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ExportGenesis
has not changed in v0.47 (https://github.com/cosmos/cosmos-sdk/blob/main/types/module/module.go#L528). We've added support to Core APIExportGenesis
method as well, but for you, there are no changes to do in your modules.