cosmos-sdk/x/auth
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
..
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client refactor: move legacy gov to v1beta1 (#10748) 2021-12-13 18:48:44 +00:00
keeper feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
middleware refactor: move legacy gov to v1beta1 (#10748) 2021-12-13 18:48:44 +00:00
migrations refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00
signing refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00
simulation refactor(test)!: refactor `simapp.Setup` function (#9938) 2021-08-17 00:52:06 +00:00
spec style: lint go and markdown (#10060) 2021-10-30 13:43:04 +00:00
testutil refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00
tx refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00
types fix: remove json tag (#10598) 2021-12-20 12:38:43 +01:00
vesting chore: bump TM to v0.35.0 release candidate (#10210) 2021-11-16 11:24:38 -08:00
README.md docs: add READMEs to each modules' directory (#10721) 2021-12-10 16:10:11 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
module.go feat!: remove legacy handler (#9650) 2021-07-19 14:49:42 +00:00
module_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00

README.md

Auth

  • Auth - Authentication of accounts and transactions for Cosmos SDK applications.