cosmos-sdk/x/gov
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
..
client feat: Add CLI for new gov proposal (#11013) 2022-01-31 22:19:20 +01:00
keeper feat: remove burning of deposits in gov (#11011) 2022-01-26 18:36:24 +00:00
migrations refactor!: move v1beta2 gov types into types dir (#10763) 2021-12-16 18:23:47 +00:00
simulation feat: Add metadata field to proposal (#10989) 2022-01-25 10:52:45 +00:00
spec docs: update gov spec with proposal changes (#10594) 2021-12-02 19:13:08 +01:00
types feat: add message option extension to signal msg signers in a language agnostic way (#10977) 2022-01-28 17:01:56 +00:00
README.md docs: add READMEs to each modules' directory (#10721) 2021-12-10 16:10:11 +00:00
abci.go feat: remove burning of deposits in gov (#11011) 2022-01-26 18:36:24 +00:00
abci_test.go feat: Add metadata field to proposal (#10989) 2022-01-25 10:52:45 +00:00
common_test.go feat: implement new gov msg & query servers (#10868) 2022-01-21 11:14:00 +00:00
genesis.go feat: implement new gov msg & query servers (#10868) 2022-01-21 11:14:00 +00:00
genesis_test.go feat: Add metadata field to proposal (#10989) 2022-01-25 10:52:45 +00:00
module.go feat: implement new gov msg & query servers (#10868) 2022-01-21 11:14:00 +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

Governance