Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Use new errors package due to deprecation #1457

Closed
GAtom22 opened this issue Nov 14, 2022 · 0 comments · Fixed by #1456
Closed

Use new errors package due to deprecation #1457

GAtom22 opened this issue Nov 14, 2022 · 0 comments · Fixed by #1456
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@GAtom22
Copy link
Contributor

GAtom22 commented Nov 14, 2022

Functionality in "github.com/cosmos/cosmos-sdk/types/errors" is deprecated:

// Deprecated: functionality of this package has been moved to it's own module:
//
//	cosmossdk.io/errors
//
// Please use the above module instead of this package.

Need to migrate all the errors (eg sdkerrors.Wrap ) from

sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"

to

errorsmod "cosmossdk.io/errors"
@GAtom22 GAtom22 moved this to 👀 In review in Ethermint Board Nov 14, 2022
@GAtom22 GAtom22 self-assigned this Nov 14, 2022
Repository owner moved this from 👀 In review to ❌ Canceled in Ethermint Board Nov 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
No open projects
Status: Canceled
Development

Successfully merging a pull request may close this issue.

1 participant