-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Remove Get* Prefixes from Key Construction Functions #6212
Remove Get* Prefixes from Key Construction Functions #6212
Conversation
👋 Thanks for creating a PR! Before we can merge this PR, please make sure that all the following items have been For contributor use:
For admin use:
Thank you for your contribution to the Cosmos-SDK! 🚀 |
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.
ACK 🎉
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.
Looks good! Though I think these public API changes should be mentioned in the CHANGELOG.
Codecov Report
@@ Coverage Diff @@
## master #6212 +/- ##
=======================================
Coverage 54.86% 54.86%
=======================================
Files 444 444
Lines 26788 26788
=======================================
Hits 14698 14698
Misses 11048 11048
Partials 1042 1042 |
Done |
Description
Remove Get* prefix from key construction functions:
GetValidatorSigningInfoKey => ValidatorSigningInfoKey
Add *Prefix to constant prefixes:
ValidatorSigningInfoKey => ValidatorSigningInfoKeyPrefix
closes: #2747