cosmos-sdk/x/auth/keeper
likhita-809 1815981b02
feat: deprecate x/params usage in x/auth (#12475)
* generate proto files

* wip

* wip: fix tests

* wip: add tests

* fix tests

* fix tests

* add changelog

* address review comments

* address review comments

* add err check for setparams

* updates

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2022-07-11 19:16:27 +02:00
..
account.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
bech32_codec.go feat!: Add bech32 prefix to authkeeper (#9759) 2021-08-25 11:17:18 +00:00
genesis.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
grpc_query_test.go feat: decouple x/auth from simapp (#12360) 2022-06-29 09:53:59 +00:00
grpc_query.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
keeper_bench_test.go feat: decouple x/auth from simapp (#12360) 2022-06-29 09:53:59 +00:00
keeper_test.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
keeper.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
migrations.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
msg_server_test.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
msg_server.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
params_test.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
params.go feat: deprecate x/params usage in x/auth (#12475) 2022-07-11 19:16:27 +02:00
querier_test.go feat: decouple x/auth from simapp (#12360) 2022-06-29 09:53:59 +00:00
querier.go Change address from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00