cosmos-sdk/x/authz
mergify[bot] f43228dee8
feat: add grants by grantee authz query (backport #10944) (#11523)
* feat: add grants by grantee authz query (#10944)

(cherry picked from commit fa8099da98)

# Conflicts:
#	CHANGELOG.md
#	api/cosmos/app/module/v1alpha1/module.pulsar.go
#	api/cosmos/app/v1alpha1/config.pulsar.go
#	api/cosmos/app/v1alpha1/module.pulsar.go
#	api/cosmos/app/v1alpha1/query.pulsar.go
#	api/cosmos/authz/v1beta1/authz.pulsar.go
#	api/cosmos/authz/v1beta1/genesis.pulsar.go
#	api/cosmos/authz/v1beta1/query.pulsar.go
#	api/cosmos/authz/v1beta1/query_grpc.pb.go
#	api/cosmos/base/query/v1beta1/pagination.pulsar.go
#	api/cosmos/tx/signing/v1beta1/signing.pulsar.go
#	proto/cosmos/authz/v1beta1/genesis.proto
#	proto/cosmos/authz/v1beta1/query.proto
#	x/authz/authz.pb.go
#	x/authz/client/cli/query.go
#	x/authz/client/rest/grpc_query_test.go
#	x/authz/genesis.pb.go
#	x/authz/keeper/grpc_query.go
#	x/authz/keeper/grpc_query_test.go
#	x/authz/query.pb.go
#	x/authz/query.pb.gw.go

* fix conflicts

* remove doc

* remove scalar

* Apply suggestions from code review

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>

* fix conflicts

* remove go-eth dep

Co-authored-by: Callum Waters <cmwaters19@gmail.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2022-04-01 18:11:35 +02:00
..
client feat: add grants by grantee authz query (backport #10944) (#11523) 2022-04-01 18:11:35 +02:00
keeper feat: add grants by grantee authz query (backport #10944) (#11523) 2022-04-01 18:11:35 +02:00
module feat: Add amino support for x/authz and x/feegrant (#9457) 2021-06-04 09:29:58 +00:00
simulation fix: x/authz allow insufficient funds error (backport #11252) (#11299) 2022-03-02 11:50:43 +01:00
spec style: lint go and markdown (backport #10060) (#10473) 2021-11-11 21:29:29 +01:00
authorization_grant.go chore: backport release-v0.44.2 (#10349) 2021-10-15 20:17:53 +02:00
authorization_grant_test.go chore: backport release-v0.44.2 (#10349) 2021-10-15 20:17:53 +02:00
authorizations.go doc: Updates related to ServiceMsg, sdk.Msg and Msg service (#9294) 2021-05-12 15:47:54 +00:00
authz.pb.go feat: add grants by grantee authz query (backport #10944) (#11523) 2022-04-01 18:11:35 +02:00
codec.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
errors.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
event.pb.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
expected_keepers.go x/authz: simulation audit changes (#9107) 2021-05-11 15:33:33 +00:00
generic_authorization.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
generic_authorization_test.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
genesis.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
genesis.pb.go feat: add grants by grantee authz query (backport #10944) (#11523) 2022-04-01 18:11:35 +02:00
keys.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
msgs.go feat: Add amino support for x/authz and x/feegrant (#9457) 2021-06-04 09:29:58 +00:00
msgs_test.go chore: backport release-v0.44.2 (#10349) 2021-10-15 20:17:53 +02:00
proto_desc.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
query.pb.go feat: add grants by grantee authz query (backport #10944) (#11523) 2022-04-01 18:11:35 +02:00
query.pb.gw.go feat: add grants by grantee authz query (backport #10944) (#11523) 2022-04-01 18:11:35 +02:00
tx.pb.go fix: collect all responses from authz/MsgExec (#9538) 2021-06-18 19:06:10 +00:00