cosmos-sdk/x/auth
Marko 66ca3e88aa
revert: Revert "feat: staking config (#10988)" (#11446)
* Revert "feat: staking config (#10988)"

This reverts commit 5e9656f363.

* remove docs
2022-03-24 12:26:25 +01:00
..
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client revert: Revert "feat: staking config (#10988)" (#11446) 2022-03-24 12:26:25 +01:00
keeper feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
middleware chore: Bump gov and group to `v1` (#11334) 2022-03-11 15:58:01 +00:00
migrations revert: Revert "feat: staking config (#10988)" (#11446) 2022-03-24 12:26:25 +01: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 docs: Code blocks in SDK docs are broken (#11189) 2022-02-14 23:39:35 +01:00
testutil refactor: Change SignerData.SignerIndex to PubKey (#10692) 2021-12-08 11:43:15 +00:00
tx feat: include transactions in QueryBlockByHeight (#10880) 2022-02-22 18:59:34 +00:00
types feat: replace all ModuleCdc instances with legacy.Cdc (#11240) 2022-02-23 14:13:36 +00:00
vesting fix: RegisterLegacyAminoCodec should error if Msg name is >39 chars (#11349) 2022-03-16 13:21:00 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +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.