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 upgrade epoch #612

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
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-oasis-3-at-HEIGHT.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
Loading