Skip to content

Commit

Permalink
docs/node: Add 23.0 upgrade's name
Browse files Browse the repository at this point in the history
  • Loading branch information
amela committed Nov 8, 2023
1 parent 9defa6f commit f0444c1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# E* Upgrade
# Eden Upgrade

:::info

Expand All @@ -12,20 +12,20 @@ planned.

:::

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

:::caution

The E* upgrade on Mainnet is scheduled at epoch TBD which will happen
The Eden upgrade on Mainnet is scheduled at epoch TBD which will happen
around TBD.

:::

## Major Features

All features for the E* upgrade are implemented as part of
**Oasis Core 23.0.x** release series which is a consensus protocol-breaking
All features for the Eden upgrade are implemented as part of
**Oasis Core 23.0.3** release series which is a consensus protocol-breaking
release.

Summary of the major features is as follows:
Expand Down Expand Up @@ -125,7 +125,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 **TBD** will be exported and migrated to a 23.0.3
compatible genesis file.

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

:::

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

:::info

The Oasis Core 23.0.x binary in our published releases is built only for Ubuntu
The Oasis Core 23.0.3 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 @@ -211,19 +211,19 @@ 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 23.0.3 release]: https://github.com/oasisprotocol/mainnet-artifacts/releases/tag/v23.0.3
[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.x]: https://github.com/oasisprotocol/oasis-core/releases/tag/v23.0.x
[23.0.3]: https://github.com/oasisprotocol/oasis-core/releases/tag/v23.0.3
[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.x
To see the full extent of the changes examine the [Change Log] of the 23.0.3
release.

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

[Change Log]:
https://github.com/oasisprotocol/oasis-core/blob/v23.0.x/CHANGELOG.md
https://github.com/oasisprotocol/oasis-core/blob/v23.0.3/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.x. If
layer protocol backend) has been renamed to `consensus` in Oasis Core 23.0.3. If
any of your scripts rely on specific directory names, please make sure to update
them to reflect the changed sdirectory name.

Expand Down
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ const redirectsOptions = {
to: '/node/mainnet/previous-upgrades/damask-upgrade',
from: '/node/mainnet/damask-upgrade' // #572 Move Damask Upgrade docs
},
{
to: '/node/mainnet/eden-upgrade',
from: '/node/mainnet/e-upgrade' // #600 Add 23.0 upgrade's name
},
],
createRedirects(existingPath) {
// #119 Add /oasis-core/adr/* -> /adrs/* redirection
Expand Down
2 changes: 1 addition & 1 deletion sidebarNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const sidebars = {
id: 'node/mainnet/README',
},
items: [
'node/mainnet/e-upgrade',
'node/mainnet/eden-upgrade',
{
type: 'category',
label: 'Previous Upgrades',
Expand Down

0 comments on commit f0444c1

Please sign in to comment.