cosmos-sdk/x/auth/keeper
Jacob Gadikian 55054282d2
chore: gofumpt (#11839)
* fumpt using main not master...

* be more descriptive

* fumpt

* fix nits

Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-05-19 10:55:27 +02:00
..
account.go perf!: Add HasAccount to the AuthKeeper to save protobuf decoding time (#10022) 2021-08-31 05:07:31 +00:00
bech32_codec.go feat!: Add bech32 prefix to authkeeper (#9759) 2021-08-25 11:17:18 +00:00
genesis.go refactor: move x/auth, x/authz, x/slashing and x/mint Init/Export genesis to keeper (#11871) 2022-05-04 12:50:33 -04:00
grpc_query_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
grpc_query.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
integration_test.go refactor(test)!: refactor simapp.Setup function (#9938) 2021-08-17 00:52:06 +00:00
keeper_bench_test.go refactor(test)!: refactor simapp.Setup function (#9938) 2021-08-17 00:52:06 +00:00
keeper_test.go feat!: Add bech32 prefix to authkeeper (#9759) 2021-08-25 11:17:18 +00:00
keeper.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
migrations.go refactor: Rename x/{mod}/legacy to x/{mod}/migrations (#9628) 2021-07-05 14:55:51 +00:00
params.go Merge PR #4760: update x/auth to match module spec 2019-07-29 08:27:01 -07:00
querier_test.go refactor(test)!: refactor simapp.Setup function (#9938) 2021-08-17 00:52:06 +00:00
querier.go Change address from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00