cosmos-sdk/x/authz/keeper
MD Aleem 21295060ab
fix: remove time.now check from authz (#11129)
* Merge pull request from GHSA-2p6r-37p9-89p2

* test: adding authz grant tests

* fix TestCLITxGrantAuthorization/Invalid_expiration_time test case

* comment out the test

* reenable test

* master update

* update changelog and cli test

* fix keeper tests

* fix decoder test

* cleaning

* wip - tests

* fix cli test

* add a comment

* update TestMsgGrantAuthorization

* udpate changelog

* fix sims

* fix sims

* update changelog

* Update x/authz/authorization_grant.go

Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2022-02-07 15:38:45 +01:00
..
genesis_test.go refactor(test)!: refactor simapp.Setup function (#9938) 2021-08-17 00:52:06 +00:00
grpc_query_test.go feat: authz add query all grants by granter (#10326) 2021-10-11 13:30:12 +00:00
grpc_query.go feat: authz add query all grants by granter (#10326) 2021-10-11 13:30:12 +00:00
keeper_test.go fix: remove time.now check from authz (#11129) 2022-02-07 15:38:45 +01:00
keeper.go fix: remove time.now check from authz (#11129) 2022-02-07 15:38:45 +01:00
keys_test.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
keys.go fix: check store keys length before accessing (#9639) 2021-07-08 13:29:12 +02:00
msg_server.go fix: remove time.now check from authz (#11129) 2022-02-07 15:38:45 +01:00