Skip to content

Commit

Permalink
docs/node: Add upgrade epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
amela committed Nov 14, 2023
1 parent eee1c1a commit 79cf021
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions docs/node/mainnet/eden-upgrade.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,12 @@
# Eden Upgrade

:::info

This document is a work in progress and details around when the upgrade will be
proposed are still not known and will be determined later.

The upgrade first happened on Testnet and will only be proposed for Mainnet
after sufficient testing has been done to ensure everything will progress as
planned.

:::

This document provides an overview of the changes for the Eden Mainnet
upgrade.

:::caution

The Eden upgrade on Mainnet is scheduled at epoch TBD which will happen
around TBD.
The Eden upgrade on Mainnet is scheduled at epoch 28017 which will happen
around 2023-11-29 08:30 UTC.

:::

Expand Down Expand Up @@ -133,7 +122,7 @@ upgrade epoch and has halted:
network has halted, proceed to the next steps.

2. Download the Mainnet genesis file published in the
[Mainnet TBD release].
[Mainnet 2023-11-29 release].

:::info

Expand All @@ -148,7 +137,7 @@ upgrade epoch.
3. Verify the provided Mainnet upgrade genesis file by comparing it to the
local network state dump.

Find the `genesis-mainnet-TBD.json` file in the `exports` subdirectory in
Find the `genesis-mainnet-2023-11-29.json` file in the `exports` subdirectory in
your data dir (e.g. `/node/`, `/srv/oasis/node/`) and run `sha256sum` on it.
Afterwards, compare it with the hash that we will share on the
`#node-operators` Discord channel.
Expand Down Expand Up @@ -223,7 +212,7 @@ Ubuntu versions (or other distributions using older system libraries).
[Oasis CLI]: ../../general/manage-tokens/cli/
[Import your keys into the wallet]: ../../general/manage-tokens/cli/wallet.md#import-file
[Cast your vote]: ../../general/manage-tokens/cli/network.md#governance-cast-vote
[Mainnet TBD release]: https://github.com/oasisprotocol/mainnet-artifacts/releases/tag/TBD
[Mainnet 2023-11-29 release]: https://github.com/oasisprotocol/mainnet-artifacts/releases/tag/2023-11-29
[systemd]: https://systemd.io/
[Supervisor]: http://supervisord.org/
[Wipe state]: ../run-your-node/maintenance/wiping-node-state.md#state-wipe-and-keep-node-identity
Expand Down

0 comments on commit 79cf021

Please sign in to comment.