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

Verify all genesis return errors #19713

Closed
julienrbrt opened this issue Mar 11, 2024 · 1 comment · Fixed by #19740
Closed

Verify all genesis return errors #19713

julienrbrt opened this issue Mar 11, 2024 · 1 comment · Fixed by #19740
Assignees

Comments

@julienrbrt
Copy link
Member

julienrbrt commented Mar 11, 2024

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.
@chixiaowen
Copy link
Contributor

@julienrbrt , hello, let me do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants