Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/node: Add proposal info #611

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 24 additions & 11 deletions docs/node/mainnet/eden-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,26 @@ upgrade. For now, please take a look at the related [Testnet upgrade].

### Voting

On TBD, an upgrade proposal will be proposed which (if accepted) will schedule
the upgrade on epoch **TBD**.
On 2023-11-14, an upgrade proposal was proposed which (if accepted) will
schedule the upgrade on epoch **28017** (approximately 2023-11-29 at around 8:30
UTC).

:::info

The Eden upgrade proposal has the ID number 3.

:::

For optimal voting experience, we recommend using the [Oasis CLI].
Follow these steps to cast your vote:
1. [Import your keys into the wallet]
2. [Cast your vote]
```
oasis wallet import-file my_entity entity.pem
```
2. [Cast your vote]:
```
oasis network governance cast-vote 3 yes
```

### Upgrade Instructions

Expand All @@ -124,7 +137,7 @@ upgrade epoch and has halted:

:::info

Mainnet state at epoch **TBD** will be exported and migrated to a 23.0.x
Mainnet state at epoch **28017** will be exported and migrated to a 23.0.x
compatible genesis file.

The new genesis file will be published on the above link soon after reaching the
Expand Down Expand Up @@ -189,11 +202,11 @@ an updated ParaTime containing new trust roots is released and adopted.

:::

8. Replace the old version of Oasis Node with version [23.0.3].
8. Replace the old version of Oasis Node with version [23.0.4].

:::info

The Oasis Core 23.0.3 binary in our published releases is built only for Ubuntu
The Oasis Core 23.0.x binary in our published releases is built only for Ubuntu
22.04 (GLIBC>=2.32). You'll have to build it yourself if you're using prior
Ubuntu versions (or other distributions using older system libraries).

Expand All @@ -214,15 +227,15 @@ Ubuntu versions (or other distributions using older system libraries).
[systemd]: https://systemd.io/
[Supervisor]: http://supervisord.org/
[Wipe state]: ../run-your-node/maintenance/wiping-node-state.md#state-wipe-and-keep-node-identity
[23.0.3]: https://github.com/oasisprotocol/oasis-core/releases/tag/v23.0.3
[23.0.4]: https://github.com/oasisprotocol/oasis-core/releases/tag/v23.0.4
[rosetta-gw-2.6.0]:
https://github.com/oasisprotocol/oasis-rosetta-gateway/releases/tag/v2.6.0

### Configuration Changes

:::info

To see the full extent of the changes examine the [Change Log] of the 23.0.3
To see the full extent of the changes examine the [Change Log] of the 23.0.x
release.

:::
Expand Down Expand Up @@ -276,13 +289,13 @@ network, while the other is used to bootstrap the Oasis P2P network.
:::

[Change Log]:
https://github.com/oasisprotocol/oasis-core/blob/v23.0.3/CHANGELOG.md
https://github.com/oasisprotocol/oasis-core/blob/v23.0.x/CHANGELOG.md

### Data Directory Changes

The subdirectory (located inside the node's data directory) used to store
consensus-related data, previously called `tendermint` (after the consensus
layer protocol backend) has been renamed to `consensus` in Oasis Core 23.0.3. If
layer protocol backend) has been renamed to `consensus` in Oasis Core 23.0.x. If
any of your scripts rely on specific directory names, please make sure to update
them to reflect the changed sdirectory name.

Expand Down Expand Up @@ -381,7 +394,7 @@ oasis-node genesis migrate --genesis.new_chain_id oasis-4
#### Random Beacon

* **`beacon.base`** is the network's starting epoch. It will be set to the epoch
of Mainnet's state dump + 1, `TBD`.
of Mainnet's state dump + 1, `28017`.

#### Governance

Expand Down
Loading