cosmos-sdk/x/auth
Amaury 62d97907e2
feat: Add CLI for new gov proposal (#11013)
* feat: Add CLI for new proposal

* Add changelog

* Add comment

* Add metadata

* Add tests for parsing

* Add CLI test

* Use legacy submit proposal in other modules

* Update x/gov/client/cli/tx.go

* Update x/gov/client/cli/tx.go

* Update x/gov/client/cli/tx.go

* Remove deprecated cobra field

* Update x/gov/client/cli/tx.go

Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
2022-01-31 22:19:20 +01:00
..
atlas
client feat: Add CLI for new gov proposal (#11013) 2022-01-31 22:19:20 +01:00
keeper feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
middleware feat: Add metadata field to proposal (#10989) 2022-01-25 10:52:45 +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
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 fix: return 404 on non-existing tx (#10992) 2022-01-24 10:44:44 -05:00
types chore: revert some json tags (#10958) 2022-01-20 23:21:37 +01:00
vesting feat: add msg for permanent locked vesting accounts (#11019) 2022-01-28 16:55:18 -08:00
README.md docs: add READMEs to each modules' directory (#10721) 2021-12-10 16:10:11 +00:00
genesis.go
module.go
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.