cosmos-sdk/x/authz/keeper
likhita-809 d13d488d9b
fix: check store keys length before accessing (#9639)
* check store keys length before accessing

* check store keys length in all modules

* add changelog

* refactoring

* address review comments

* remove commented lines

* small fixes

* address review comments

* fix failing tests

* add godocs
2021-07-08 13:29:12 +02:00
..
genesis_test.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
grpc_query_test.go rosetta: upgrade to newest version (#9314) 2021-05-15 00:18:59 +02:00
grpc_query.go x/authz: audit updates (#9042) 2021-05-06 18:23:48 +00:00
keeper_test.go refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00
keeper.go refactor: Update GetSigners to return []string (#9418) 2021-07-07 10:18:00 +00: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: collect all responses from authz/MsgExec (#9538) 2021-06-18 19:06:10 +00:00