Add CLI command to submit new Gov proposals, using Msgs #10952
Closed
Description
opened on Jan 14, 2022
Summary
Add tx gov submit-proposal
CLI command that uses sdk.Msgs.
Problem Definition
The current submit-proposal
takes a content JSON, or flags that represent a content. We should migrate the CLI to the new submit proposal design.
Proposal
- Rename the old command to
tx gov submit-legacy-proposal
- think about the UX of how to submit proposal using nested msgs.
- The easiest way might be a JSON file that represents an array of Msgs, in proto-json
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Activity