Software upgrade proposals are submitted to signal that a Cosmos Hub release with new features, bugfixes and various other improvements is available and ready for production deployment.
Use this file to discover all available pages before exploring further.
Software upgrade proposals are submitted to signal that a Cosmos Hub release with new features, bugfixes and various other improvements is available and ready for production deployment.Software upgrade proposals should be submitted by the development teams tasked with stewarding the Cosmos Hub development.
Use draft-proposal command to create a draft proposal and populate it with required information.
✗ gaiad tx gov draft-proposalUse the arrow keys to navigate: ↓ ↑ → ←? Select proposal type: text community-pool-spend ▸ software-upgrade # choose this cancel-software-upgrade other# populate all steps (displaying all for demonstration purposes)Enter proposal title: Upgrade v15Enter proposal authors: StewardsEnter proposal summary: Upgrade to v15Enter proposal details: <v15 upgrade changelog details>Enter proposal proposal forum url: /Enter proposal vote option context: Vote YES to support running this binary on the Cosmos Hub mainnet.Enter proposal deposit: 100001uatomEnter msg authority: cosmos10d07y265gmmuvt4z0w9aw880jnsr700j6zn9kn
In your draft_proposal.json populate the height with your desired upgrade height and populate the info field with additional information (must be a valid JSON string):
Upload your draft_metadata.json to a distribution platform of your choice. draft_proposal.json is used to submit a governance proposal using submit-proposal.
Software upgrade proposals can be submitted using the x/upgrade module. The end effect will be the same since the x/gov module routes the message to x/upgrade module.