-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
WIP: Add msg_authorization module #5412
WIP: Add msg_authorization module #5412
Conversation
Msg internal
Added grant,revoke to cli
Msg internal
…dk into regen-network/msg_authorization
} | ||
|
||
func (capability SendCapability) Accept(msg sdk.Msg, block abci.Header) (allow bool, updated Capability, delete bool) { | ||
switch msg := msg.(type) { |
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.
singleCaseSwitch: should rewrite switch statement to if statement (from gocritic
)
This pull request introduces 1 alert when merging 2535465 into b04dcf2 - view on LGTM.com new alerts:
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This PR is blocked on #5491, will resume once protobuf implementation is merged to master |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Will resume this once tx client migration is done |
@clevinson we may have to consider punting this 0.40. Thoughts @aaronc? |
Unfortunately we may need to... |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing in favour of #7370 |
Closes: cosmos-cg-key-management#10
Description
This PR implements msg_authorization module as described in https://github.com/cosmos-cg-key-management/cosmos-sdk/blob/regen-network/msg-delegation-spec/docs/architecture/adr-013-msg-authorization.md
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)