-
Notifications
You must be signed in to change notification settings - Fork 237
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
Problem: Cronos params name has an unnecessary Key prefix #185
Problem: Cronos params name has an unnecessary Key prefix #185
Conversation
Solution: (Fix crypto-org-chain#184) Remove the `Key` from params name
Codecov Report
@@ Coverage Diff @@
## main #185 +/- ##
==========================================
+ Coverage 21.51% 26.63% +5.11%
==========================================
Files 27 33 +6
Lines 1729 2328 +599
==========================================
+ Hits 372 620 +248
- Misses 1324 1662 +338
- Partials 33 46 +13
Continue to review full report at Codecov.
|
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
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.
maybe also add a test with the param name changes when that bug is captured?
Sure, let me take a look on how to do it. |
it can be ignored -- I thought the "Key" prefix was causing some issues in paramchange proposal, so nothing to test here |
Solution: (Fix #184) Remove the
Key
from params name👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)