Skip to content

Commit 95f066a

Browse files
authored
Merge pull request #64 from oasisprotocol/kostko/testnet-params-bump-oasis-core-22.1
docs/general: Bump Testnet Oasis Core to 22.1
2 parents e7cc2c0 + 18cbfa8 commit 95f066a

2 files changed

Lines changed: 20 additions & 8 deletions

File tree

docs/general/foundation/testnet/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Feel free to use other seed nodes besides the one provided here.
3535
:::
3636

3737
* [Oasis Core](https://github.com/oasisprotocol/oasis-core) version:
38-
* [22.0.3](https://github.com/oasisprotocol/oasis-core/releases/tag/v22.0.3)
38+
* [22.1](https://github.com/oasisprotocol/oasis-core/releases/tag/v22.1)
3939

4040
:::info
4141

@@ -50,11 +50,11 @@ This section contains parameters for various ParaTimes known to be deployed on t
5050
### Cipher ParaTime
5151

5252
* Oasis Core version:
53-
* [22.0.3](https://github.com/oasisprotocol/oasis-core/releases/tag/v22.0.3)
53+
* [22.1](https://github.com/oasisprotocol/oasis-core/releases/tag/v22.1)
5454
* Runtime identifier:
5555
* `0000000000000000000000000000000000000000000000000000000000000000`
5656
* Runtime binary version:
57-
* [2.1.0-testnet](https://github.com/oasisprotocol/cipher-paratime/releases/tag/v2.1.0-testnet)
57+
* [2.2.0-testnet](https://github.com/oasisprotocol/cipher-paratime/releases/tag/v2.2.0-testnet)
5858
* IAS proxy address:
5959
* `y4XO1ZETqgtHeZzLLmJLYAzpEfdGSJLvtd8bhIz+v3s=@34.86.197.181:8650`
6060

@@ -67,11 +67,11 @@ Feel free to use other IAS proxies besides the one provided here or [run your ow
6767
### Emerald ParaTime
6868

6969
* Oasis Core version:
70-
* [22.0.3](https://github.com/oasisprotocol/oasis-core/releases/tag/v22.0.3)
70+
* [22.1](https://github.com/oasisprotocol/oasis-core/releases/tag/v22.1)
7171
* Runtime identifier:
7272
* `00000000000000000000000000000000000000000000000072c8215e60d5bca7`
73-
* Runtime binary version (or [build your own](https://github.com/oasisprotocol/emerald-paratime/tree/v7.1.0-rc1#building)):
74-
* [7.1.0-rc1](https://github.com/oasisprotocol/emerald-paratime/releases/tag/v7.1.0-rc1)
73+
* Runtime binary version (or [build your own](https://github.com/oasisprotocol/emerald-paratime/tree/v8.0.0-testnet#building)):
74+
* [8.0.0-testnet](https://github.com/oasisprotocol/emerald-paratime/releases/tag/v8.0.0-testnet)
7575
* Emerald Web3 Gateway version:
7676
* [2.1.0-rc1](https://github.com/oasisprotocol/emerald-web3-gateway/releases/tag/v2.1.0-rc1)
7777

@@ -87,8 +87,8 @@ following with **both versions** listed:
8787
```yaml
8888
runtime:
8989
paths:
90-
- /path/to/emerald-paratime-7.0.0-rc2.orc
9190
- /path/to/emerald-paratime-7.1.0-rc1.orc
91+
- /path/to/emerald-paratime-8.0.0-testnet.orc
9292
```
9393
9494
:::

docs/general/foundation/testnet/upgrade-log.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,19 @@ The Testnet's genesis file and the genesis document's hash will remain the same.
5050

5151
:::
5252

53-
### Before upgrade
53+
* If the nodes are running any ParaTimes, make sure you upgrade to the versions
54+
published on the [Testnet network parameters page](./README.md).
55+
56+
:::caution
57+
58+
ParaTime binaries for the Cipher ParaTime will be published at a later time due
59+
to the additional offline signing step. If you are running _multiple_ ParaTimes
60+
on the same node, you should _disable_ the Cipher ParaTime until the new version
61+
is published.
62+
63+
:::
64+
65+
### Before Upgrade
5466

5567
This upgrade will upgrade **Oasis Core** to **version [22.1]** which **no longer
5668
allows running Oasis Node** (i.e. the `oasis-node` binary) **as root**

0 commit comments

Comments
 (0)