cosmos-sdk/x/authz
Julien Robert 77a96d5fe1
docs: update sdk & tm version links in docs (#12976)
* docs: update sdk & tm version links in docs

* revert unrelated change
2022-08-20 08:42:13 +02:00
..
client refactor: x/bank integration and e2e tests (#12779) 2022-08-02 10:10:31 -05:00
codec chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
keeper chore: downgrade to tendermint v0.34.x (#12958) 2022-08-20 02:33:07 +02:00
migrations/v046 chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
module chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
simulation chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
spec docs: update sdk & tm version links in docs (#12976) 2022-08-20 08:42:13 +02:00
testutil refactor: Use mocks for x/authz testing (#12799) 2022-08-10 08:04:28 +00:00
authorization_grant_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
authorization_grant.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +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!: make grant expiration optional (#11060) 2022-03-24 18:27:23 +00:00
codec.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
errors.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
event.pb.go feat: Introduce Cosmos Scalars (#9933) 2021-09-21 09:46:29 +00:00
expected_keepers.go chore: simplify and refactor linting (#12318) 2022-06-21 17:49:36 +00:00
generic_authorization_test.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
generic_authorization.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
genesis.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
genesis.pb.go fix proto generation (#11169) 2022-02-11 15:54:19 +01:00
keys.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
msgs_test.go feat: Add x/authz SendAuthorization AllowList (#12648) 2022-07-27 10:17:47 +00:00
msgs.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +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 (#10944) 2022-02-10 16:56:44 +01:00
query.pb.gw.go fix: dockerfile for building proto (#11452) 2022-03-25 12:35:09 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00
tx.pb.go feat: add message option extension to signal msg signers in a language agnostic way (#10977) 2022-01-28 17:01:56 +00:00

Authz

  • Authz - Authorization for accounts to perform actions on behalf of other accounts.