-
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
feat: Add amino support for x/authz and x/feegrant #9457
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9457 +/- ##
==========================================
+ Coverage 60.39% 60.50% +0.10%
==========================================
Files 589 590 +1
Lines 37099 37342 +243
==========================================
+ Hits 22405 22592 +187
- Misses 12715 12769 +54
- Partials 1979 1981 +2
|
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.
utACK, changelog please 😄
Do simulations need to be updated as well?
|
||
// Route implements the LegacyMsg.Type method. | ||
func (msg MsgGrant) Route() string { | ||
return sdk.MsgTypeURL(&msg) |
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.
Authz has no legacy msg handler, so this is dead code. I'm actually inclined to panic here with a user friendly message saying so. wdyt?
I'm actually not sure myself about sims. @aleem1314 @atheeshp do simulations also need updating? |
Yes. Small update. protoCdc is not required for legacy messages. |
Co-authored-by: likhita-809 <[email protected]>
Thanks @likhita-809 for the review! |
Description
closes: #9417
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes