fix lint #101
No reviewers
Labels
No Label
bug
C:CLI
C:Crypto
C:Encoding
C:Proto
C:Types
dependencies
docker
documentation
duplicate
enhancement
go
good first issue
help wanted
high priority
in progress
invalid
javascript
low priority
medium priority
question
Status: Stale
Type: ADR
Type: Build
Type: CI
Type: Docs
Type: Tests
urgent
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconicd-deprecated#101
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "murali/fix-lint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
cosmos-sdk.errors.Wrap has been depreacated and moved to cosmossdk.io/errors
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)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
Additional details and impacted files
41.32% <0.00%> (ø)
44.54% <0.00%> (ø)
48.92% <0.00%> (ø)
13.80% <0.00%> (ø)
11.05% <0.00%> (ø)
52.77% <25.00%> (ø)
94.00% <83.33%> (ø)
100.00% <100.00%> (ø)
https://github.com/cerc-io/laconicd/blob/main/go.mod#L48
vs.
https://github.com/cosmos/cosmos-sdk/blob/main/go.mod#L151
and
https://github.com/cerc-io/laconicd/blob/main/go.mod#L126
is not required in cosmos-sdk at all.
It should be safe to update those imports and hopefully will not require any refactoring.
lgtm
Deprecation errors and security vulnerabilities have been addressed.