cosmos-sdk/x/auth
Alexander Kolesov 47bfcba519
docs: Fix vesting doc. (#9883)
## Description

Closes: https://github.com/cosmos/cosmos-sdk/issues/9882

Add info about PermanentLockedAccount. Add info about MsgCreateVestingAccount.

---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [x] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules)
- [x] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing)
- [x] added a changelog entry to `CHANGELOG.md`
- [x] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [x] updated the relevant documentation or specification
- [x] reviewed "Files changed" and left comments if necessary
- [x] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [x] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [x] confirmed `!` in the type prefix if API or client breaking change
- [x] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [x] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2021-08-09 17:44:11 +00:00
..
ante feat: add tx fee event (#9860) 2021-08-09 14:50:01 +00:00
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client feat: `--generate-only` and `--offline` flags can use keyname. (#9838) 2021-08-09 16:18:19 +00:00
keeper feat: Add cli for listing all module accounts (#9812) 2021-08-02 18:47:43 +00:00
migrations refactor: Update `GetSigners` to return []string (#9418) 2021-07-07 10:18:00 +00:00
signing refactor: Rename x/{mod}/legacy to x/{mod}/migrations (#9628) 2021-07-05 14:55:51 +00:00
simulation refactor!: Remove `clientCtx.JSONCodec` and rename `EncodingConfig.Marshaler` to `Codec` (#9521) 2021-07-01 08:52:38 +00:00
spec docs: Fix vesting doc. (#9883) 2021-08-09 17:44:11 +00:00
testutil cosmos-reflection: extend to support writing by reflection clients (#8965) 2021-04-07 00:33:54 +01:00
tx refactor: Improve txRaw decoder code (#9769) 2021-07-26 20:08:04 +00:00
types feat: Add cli for listing all module accounts (#9812) 2021-08-02 18:47:43 +00:00
vesting feat!: remove legacy handler (#9650) 2021-07-19 14:49:42 +00:00
genesis.go
module.go feat!: remove legacy handler (#9650) 2021-07-19 14:49:42 +00:00
module_test.go