Skip to content

Commit

Permalink
Merge pull request #174 from oasisprotocol/ptrus/feature/create-propo…
Browse files Browse the repository at this point in the history
…sal-docs

docs: change-parameters proposal
  • Loading branch information
ptrus authored Dec 8, 2023
2 parents bcbf421 + c6c04dc commit 6ca8b3d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,14 @@ to submit your vote on the governance proposal. The vote can either be `yes`,
To submit a new governance proposal use `network governance create-proposal`.
The following proposal types are currently supported:

- `upgrade <descriptor.json>`: Network upgrade proposal. Provide a JSON file
containing the upgrade descriptor.
- `cancel-upgrade <proposal-id>`: Cancel network proposed upgrade. Provide the
ID of the network upgrade proposal you wish to cancel.
- `parameter-change <module-name> <changes.json>`: Network parameter change
proposal. Provide the consensus module name and the parameter changes JSON.
Valid module names are: `staking`, `governance`, `keymanager`, `scheduler`,
`registry`, and `roothash`
- `upgrade <descriptor.json>`: Network upgrade proposal. Provide a JSON file
containing the upgrade descriptor.

:::info

Expand Down Expand Up @@ -319,7 +323,7 @@ The provided ID can be one of the following:

- If the [ParaTime ID] is provided, Oasis CLI shows ParaTime information stored
in the network's registry.

For example, at time of writing information on Sapphire stored in the Mainnet
registry were as follows:

Expand All @@ -345,7 +349,7 @@ The provided ID can be one of the following:
ParaTimes, trusted execution environment support and more. For example:

![code shell](../examples/network-show/id-node.in.static)

![code json](../examples/network-show/id-node.out.static)

[ParaTime ID]: https://github.com/oasisprotocol/oasis-core/blob/master/docs/runtime/identifiers.md
Expand Down

0 comments on commit 6ca8b3d

Please sign in to comment.