osmosis-labs / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
14 stars 34 forks source link

feat: Add grants by grantee authz query #413

Closed mattverse closed 1 year ago

mattverse commented 1 year ago

Description

Backported from https://github.com/cosmos/cosmos-sdk/pull/10326 and https://github.com/cosmos/cosmos-sdk/pull/10944.

Adds GranterGrants query and GranteeGrants query to the authz module. Only queries had been added, no other state-breaking changes are included in this PR.

Docker image for the proto lints has been updated and thus includes minor changes in other proto files as well.

mattverse commented 1 year ago

Merging this upon seeing 2 + approvals and CI passing