cosmos-sdk/x/auth/keeper
Marko 3a097012b5
chore: remove legacy appmodule boiler plate (#12725)
* remove legacy appmodule boiler plate

* remove legacy code

* remove legacy gov rest routes

* remove staking querier

* fix legacy

* remove unused test

* add upgrading and changelog entry

* Update UPGRADING.md

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>

* fix tests

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2022-07-28 13:18:14 +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 refactor: use mocks for x/auth testing + ante tests refactor (#12568) 2022-07-27 17:49:19 +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 refactor: use mocks for x/auth testing + ante tests refactor (#12568) 2022-07-27 17:49:19 +00:00
keeper.go feat: deprecate x/params usage in x/bank (#12630) 2022-07-20 18:58:15 -04:00
migrations.go chore: fix migration paths (#12579) 2022-07-14 10:32:06 -04: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