-
Notifications
You must be signed in to change notification settings - Fork 170
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
fix: deprecated use of sdkerrors #1788
Conversation
I will look at the failing tests tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice clean PR
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1788 +/- ##
=======================================
Coverage 57.83% 57.83%
=======================================
Files 78 78
Lines 8013 8013
=======================================
Hits 4634 4634
Misses 3043 3043
Partials 336 336
|
@Mergifyio backport release/4.1.x |
❌ No backport have been created
|
@Mergifyio backport release/v4.1.x |
## Description Fixes golangci-lint complains about usage of deprecated function (cherry picked from commit 37909a3) # Conflicts: # x/incentive/errors.go # x/leverage/keeper/oracle.go # x/oracle/types/errors.go # x/uibc/errors.go # x/uibc/msg.go # x/uibc/quota/ibc_module.go # x/uibc/quota/keeper/quota.go # x/uibc/quota/keeper/relay.go
✅ Backports have been created
|
Description
Fixes golangci-lint complains about usage of deprecated function