cosmos-sdk/x/auth/keeper
Amaury 90bd3161a1
refactor: Improve and clarify API around AccountAddressById (#13460)
* Revert "chore: change id to use uint64 in `AccountAddressByID` (#13411)"

This reverts commit 3d0e214446.

* Add since

* Update CLI command

* make proto-gen

* id->accNum

* No API breaking changes

* improve err msg

* Update CHANGELOG.md

Co-authored-by: Julien Robert <julien@rbrt.fr>

* Update CHANGELOG.md

Co-authored-by: Julien Robert <julien@rbrt.fr>

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-10-06 11:05:25 +00: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
deterministic_test.go chore: run make format (#13375) 2022-09-24 00:22:03 +02: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: Improve and clarify API around AccountAddressById (#13460) 2022-10-06 11:05:25 +00:00
grpc_query.go refactor: Improve and clarify API around AccountAddressById (#13460) 2022-10-06 11:05:25 +00:00
keeper_bench_test.go feat: decouple x/auth from simapp (#12360) 2022-06-29 09:53:59 +00:00
keeper_test.go feat(x/auth): define simplified account query service (#13210) 2022-09-16 09:12:41 +00:00
keeper.go chore: all: use golang.org/x/exp/maps.(Keys, Values) where necessary (#13349) 2022-09-21 02:08:13 +00:00
migrations.go refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00: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