cosmos-sdk/x/auth/keeper
atheeshp 42597ee593
chore: added new field account-id with uint64 in AccountAddressByID (#13780)
* add changes

* Update CHANGELOG.md

* Update CHANGELOG.md

* review changes

* add test

* fix static check

* fix lint

* fix lint

* fix lint

* review changes

* review changes

* review changes

* review changes

* fix tests

* Update CHANGELOG.md

Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>

* Update proto/cosmos/auth/v1beta1/query.proto

Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>

* review changes

* lint

* review changes

Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2022-11-21 11:50:10 +00:00
..
account.go fix: InitGenesis changes account numbers (upstream fix from Provenance) (#13877) 2022-11-16 14:13:20 -03:00
bech32_codec.go feat!: Add bech32 prefix to authkeeper (#9759) 2021-08-25 11:17:18 +00:00
deterministic_test.go chore: added new field account-id with uint64 in AccountAddressByID (#13780) 2022-11-21 11:50:10 +00:00
genesis.go fix: InitGenesis changes account numbers (upstream fix from Provenance) (#13877) 2022-11-16 14:13:20 -03:00
grpc_query_test.go chore: added new field account-id with uint64 in AccountAddressByID (#13780) 2022-11-21 11:50:10 +00:00
grpc_query.go chore: added new field account-id with uint64 in AccountAddressByID (#13780) 2022-11-21 11:50:10 +00:00
keeper_bench_test.go feat: decouple x/auth from simapp (#12360) 2022-06-29 09:53:59 +00:00
keeper_test.go fix: InitGenesis changes account numbers (upstream fix from Provenance) (#13877) 2022-11-16 14:13:20 -03:00
keeper.go fix: InitGenesis changes account numbers (upstream fix from Provenance) (#13877) 2022-11-16 14:13:20 -03:00
migrations.go refactor: rename migrations from v42, v43, v{SDK} to v1, v2, v{Consensus} (#13772) 2022-11-07 11:32:56 +01: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