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

Update sdk error methods to use new sdk errors module #1413

Closed
4 tasks
Tracked by #972
ryanchristo opened this issue Aug 25, 2022 · 0 comments · Fixed by #1434
Closed
4 tasks
Tracked by #972

Update sdk error methods to use new sdk errors module #1413

ryanchristo opened this issue Aug 25, 2022 · 0 comments · Fixed by #1434
Assignees

Comments

@ryanchristo
Copy link
Member

Summary

The Wrap, Wrapf, and Register methods in the sdk types package have migrated to the new sdk errrors module. We are still using the deprecated methods in several locations and we should update all deprecated uses to use the new errors module.

Problem Definition

The Wrap, Wrapf, and Register methods in the types package are now deprecated.

Proposal

Update all uses of Wrap, Wrapf, and Register to use the new erorrs module (i.e. cosmossdk.io/errors).


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants