You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the change of the genesis API in #19627, we should now ensure we do not panic in InitGenesis and ExportGenesis of our module code but instead return the errors.
Go to each x/** folder
Verify InitGenesis and ExportGenesis module code and keeper code do not panic
Update panic to errors
Add CHANGELOG in x/**/CHANGELOG.md when relevant.
The text was updated successfully, but these errors were encountered:
After the change of the genesis API in #19627, we should now ensure we do not panic in
InitGenesis
andExportGenesis
of our module code but instead return the errors.InitGenesis
andExportGenesis
module code and keeper code do not panicThe text was updated successfully, but these errors were encountered: