-
Notifications
You must be signed in to change notification settings - Fork 61
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: local claim validation #342
Conversation
Codecov Report
@@ Coverage Diff @@
## main #342 +/- ##
==========================================
- Coverage 54.46% 52.12% -2.34%
==========================================
Files 157 171 +14
Lines 11689 12353 +664
==========================================
+ Hits 6366 6439 +73
- Misses 4870 5460 +590
- Partials 453 454 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Co-authored-by: Alex Johnson <[email protected]>
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.
golangci-lint failing otherise looks good
…stKey; handle case where key is invalid and contains no denom
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.
LGTM
1. Summary
Fixes QCK-29
2.Type of change
3. Implementation details
4. How to test/use