cosmos-sdk/x/authz/keeper
Daniel Wedul 5e4651ecaf
feat(x/authz): Add the GetAuthorization function. (#13047)
* [13027]: Create the GetAuthorization function (in the authz module).

* [13027]: Add unit tests for the new GetAuthorization function.

* [13027]: Add changelog entry.
2022-08-25 15:17:46 -04:00
..
genesis_test.go refactor: Use mocks for x/authz testing (#12799) 2022-08-10 08:04:28 +00:00
genesis.go chore(types): add MustAccAddressFromBech32 util func (#12201) 2022-06-09 12:26:07 -04:00
grpc_query_test.go refactor: Use mocks for x/authz testing (#12799) 2022-08-10 08:04:28 +00:00
grpc_query.go fumpt (#12376) 2022-06-28 14:41:42 +01:00
keeper_test.go feat(x/authz): Add the GetAuthorization function. (#13047) 2022-08-25 15:17:46 -04:00
keeper.go feat(x/authz): Add the GetAuthorization function. (#13047) 2022-08-25 15:17:46 -04:00
keys_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
keys.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
migrations.go chore: rename migrations v045 -> v046 (#11210) 2022-02-17 12:34:03 +01:00
msg_server.go feat: add message index event attribute to authz message execution (#12668) 2022-07-21 11:38:10 +00:00