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/testnet: Add upgrade epoch #566

Merged
merged 1 commit into from
Oct 9, 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
13 changes: 7 additions & 6 deletions docs/node/testnet/upgrade-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,20 @@ upgrade window.

:::

* **Upgrade height:** upgrade is scheduled to happen at epoch **XXX**.
* **Upgrade height:** upgrade is scheduled to happen at epoch **29570**.

:::info

We expect the Testnet network to reach this epoch at around 2023-10-12 8:00 UTC.
We expect the Testnet network to reach this epoch at around 2023-10-12 07:56
UTC.

:::

### Instructions

1. (optional) Vote for the upgrade. On 2023-10-09, an upgrade proposal will be
proposed which (if accepted) will schedule the upgrade on epoch **XXX**. See
the [Governance documentation] for details on voting for proposals.
proposed which (if accepted) will schedule the upgrade on epoch **29570**.
See the [Governance documentation] for details on voting for proposals.

The following steps should be performed only after the network has reached the
upgrade epoch and has halted:
Expand All @@ -38,7 +39,7 @@ upgrade epoch and has halted:

:::info

Testnet state at epoch **XXX** will be exported and migrated to a 23.0
Testnet state at epoch **29570** will be exported and migrated to a 23.0
compatible genesis file.

The new genesis file will be published on the above link soon after reaching the
Expand Down Expand Up @@ -255,7 +256,7 @@ oasis-node genesis migrate --genesis.new_chain_id testnet-2023-10-12
#### Random Beacon

* **`beacon.base`** is the network's starting epoch. It will be set to the epoch
of Testnet's state dump + 1, `XXX`.
of Testnet's state dump + 1, `29571`.

#### Governance

Expand Down
Loading