Skip to content

Commit

Permalink
docs/node/testnet: Add upgrade epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
amela committed Oct 9, 2023
1 parent b2c25b4 commit 5bb7663
Showing 1 changed file with 7 additions and 6 deletions.
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

0 comments on commit 5bb7663

Please sign in to comment.