cosmos-sdk/x/auth/types
Marko 3cbc38ddad
fix: remove json tag (#10598)
* remove json tag

* fix compile

* add changelog entry for breaking changes

* remove last two jsontags

* move chaglog to client

* add json_name to pubkey

* fix build

* fix some json tags in tests

* remove ormpb
2021-12-20 12:38:43 +01:00
..
account.go fix: enable setting sequence (nonce) for module account (#10536) 2021-11-15 15:52:51 +00:00
account_retriever.go various linter fixes (#8666) 2021-02-23 08:46:01 +00:00
account_retriever_test.go feat: simd runs in-process testnet by default (#9246) 2021-06-29 10:41:55 +00:00
account_test.go refactor: Implementing sigs.k8s.io YAML to remove .proto yaml annotations (#9780) 2021-09-24 14:37:34 +00:00
auth.pb.go fix: remove json tag (#10598) 2021-12-20 12:38:43 +01:00
codec.go refactor: Rename x/{mod}/legacy to x/{mod}/migrations (#9628) 2021-07-05 14:55:51 +00:00
common_test.go refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
expected_keepers.go feat: Add Tips middleware (#10208) 2021-11-16 17:55:12 +00:00
genesis.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
genesis.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
genesis_test.go Migrate BaseAccount PubKey to use Any (#7268) 2020-09-25 08:41:16 +00:00
keys.go Merge PR #5702: Add Param Querying to x/auth 2020-02-26 10:33:56 -05:00
params.go refactor: Implementing sigs.k8s.io YAML to remove .proto yaml annotations (#9780) 2021-09-24 14:37:34 +00:00
params_test.go Enter the new keyring interface (#5904) 2020-04-08 11:38:28 +02:00
permissions.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
permissions_test.go Move ModuleAccount to x/auth (#6029) 2020-04-20 19:32:10 +00:00
querier.go proto: Consistent naming for Params (#6803) 2020-07-21 14:04:51 +00:00
query.go Add cli test for query Account (#6973) 2020-08-17 13:47:31 +01:00
query.pb.go chore: Add "Since:" on proto doc comments (#10434) 2021-10-27 14:13:35 +00:00
query.pb.gw.go feat!: Add bech32 prefix to authkeeper (#9759) 2021-08-25 11:17:18 +00:00