cosmos-sdk/x/auth/keeper
2023-09-27 12:58:23 +00:00
..
account.go refactor(auth): use collections for Account state management (#16016) 2023-05-26 09:26:58 +00:00
deterministic_test.go feat(staking)!: add consensus and validator address codec in staking (#16959) 2023-07-13 09:08:27 +00:00
genesis.go refactor!: use context.Context in genesis api (#17885) 2023-09-26 16:03:41 +00:00
grpc_query_test.go fix(x/auth): internal error on AccountInfo when PubKey is nil (#17209) 2023-07-31 09:32:33 +00:00
grpc_query.go chore(auth): return accId in error (#17903) 2023-09-27 12:58:23 +00:00
keeper_bench_test.go style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
keeper_test.go feat(staking)!: add consensus and validator address codec in staking (#16959) 2023-07-13 09:08:27 +00:00
keeper.go docs: Add k/v docs in structs using collections (#17609) 2023-09-04 22:24:19 +00:00
migrations.go chore!: remove params from slashing and auth (#17820) 2023-09-21 14:26:35 +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 chore: remove x/gov module dependencies in x/staking (#16567) 2023-06-15 17:17:37 +00:00