You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrades/propose-software-upgrade.md
+18-28Lines changed: 18 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,26 @@ The next steps are describing the general flow for making a proposal:
25
25
#### Command for sending proposal
26
26
27
27
```bash
28
-
cheqd-noded tx gov submit-proposal software-upgrade upgrade_to_0.3 --title "Upgrade to 0.3 version" --description "This proposal is about new version of our application." --upgrade-height <upgrade height> --from <operator alias> --chain-id <chain_id>
-`upgrade_to_0.3` - name of proposal which will be used in `UpgradeHandler` in the new application,
34
-
-`--upgrade-height` - height when upgrade process will be occurred,
35
-
-`--from` - alias of a key which will be used for signing proposal,
43
+
-`proposal_name` - name of proposal which will be used in `UpgradeHandler` in the new application,
44
+
-`proposal_description` - proposal description; limited to 255 characters; you can use json markdown to provide links,
45
+
-`upgrade_height` - height when upgrade process will be occurred. Keep in mind that this needs to be after voting period has ended.
46
+
-`upgrade_info` - link to the upgrade info file, containing new binaries. Needs to contain sha256 checksum. See example - `https://raw.githubusercontent.com/cheqd/cheqd-node/refs/heads/main/networks/mainnet/upgrades/upgrade-v3.json?checksum=sha256:5989f7d5bca686598c315eb74e8eb507d7f9f417d71008a31a6b828c48ce45eb`
47
+
-`operator_alias` - alias of a key which will be used for signing proposal,
36
48
-`<chain_id>` - identifier of chain which will be used while creating the blockchain.
37
49
38
50
In case of successful submitting the next command can be used for getting `proposal_id`:
0 commit comments