Skip to content

Commit

Permalink
Merge pull request #600 from oasisprotocol/amela/upgrade-23.0-name
Browse files Browse the repository at this point in the history
docs/node: Add 23.0 upgrade's name
  • Loading branch information
amela authored Nov 8, 2023
2 parents 9defa6f + 927732c commit 26d6108
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
# E* Upgrade
# Eden Upgrade

:::info

This document is a work in progress and details around when the upgrade will be
proposed and how it will be called are still not known and will be determined
by the Oasis community.
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 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 +124,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 +189,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 @@ -215,15 +214,15 @@ Ubuntu versions (or other distributions using older system libraries).
[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 +276,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 26d6108

Please sign in to comment.