Skip to content

Commit 090b7dc

Browse files
authored
Merge pull request #2496 from input-output-hk/jpraynaud/fix-networks-cardano-node-versions
Docs: clarify networks supported Cardano node versions
2 parents 895149d + 2b3c607 commit 090b7dc

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

docs/website/root/manual/getting-started/bootstrap-cardano-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ You will see a list of snapshots:
408408
409409
:::warning
410410
411-
If you restore a Cardano node with a version not included in the advertised range of compatible versions, it may take extra time due to ledger computations or even crash the node.
411+
If you restore a Cardano node with a version not included in the [advertised range of compatible versions](network-configurations.md), it may take extra time due to ledger computations or even crash the node.
412412
413413
:::
414414

docs/website/root/networks-matrix.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
2121
| **Mithril network** | `release-mainnet` |
2222
| **Cardano network** | `mainnet` |
2323
| **Cardano magic Id** | `-` |
24+
| **Cardano node versions** | `10.2`, `10.3` |
2425
| **Supported** | Yes :heavy_check_mark: |
2526
| **Status** | Beta 🟢 |
2627
| **Aggregator endpoint** | `https://aggregator.release-mainnet.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.release-mainnet.api.mithril.network/aggregator) |
@@ -41,6 +42,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
4142
| **Mithril network** | `release-preprod` [:mag_right:](https://mithril.network/explorer?aggregator=https%3A%2F%2Faggregator.release-preprod.api.mithril.network%2Faggregator) |
4243
| **Cardano network** | `preprod` |
4344
| **Cardano magic Id** | `1` |
45+
| **Cardano node versions** | `10.2`, `10.3` |
4446
| **Supported** | Yes :heavy_check_mark: |
4547
| **Status** | Release 🟢 |
4648
| **Aggregator endpoint** | `https://aggregator.release-preprod.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.release-preprod.api.mithril.network/aggregator) |
@@ -61,6 +63,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
6163
| **Mithril network** | `pre-release-preview` [:mag_right:](https://mithril.network/explorer?aggregator=https%3A%2F%2Faggregator.pre-release-preview.api.mithril.network%2Faggregator) |
6264
| **Cardano network** | `preview` |
6365
| **Cardano magic Id** | `2` |
66+
| **Cardano node versions** | `10.2`, `10.3` |
6467
| **Supported** | Yes :heavy_check_mark: |
6568
| **Status** | Pre-release 🟠 |
6669
| **Aggregator endpoint** | `https://aggregator.pre-release-preview.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.pre-release-preview.api.mithril.network/aggregator) |
@@ -82,6 +85,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
8285
| **Mithril network** | `testing-preview` [:mag_right:](https://mithril.network/explorer?aggregator=https%3A%2F%2Faggregator.testing-preview.api.mithril.network%2Faggregator) |
8386
| **Cardano network** | `preview` |
8487
| **Cardano magic Id** | `2` |
88+
| **Cardano node versions** | `10.2`, `10.3` |
8589
| **Supported** | Yes :heavy_check_mark: |
8690
| **Status** | Unstable 🔴 |
8791
| **Aggregator endpoint** | `https://aggregator.testing-preview.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.testing-preview.api.mithril.network/aggregator) |

docs/website/versioned_docs/version-maintained/manual/getting-started/bootstrap-cardano-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ You will see a list of snapshots:
408408
409409
:::warning
410410
411-
If you restore a Cardano node with a version not included in the advertised range of compatible versions, it may take extra time due to ledger computations or even crash the node.
411+
If you restore a Cardano node with a version not included in the [advertised range of compatible versions](network-configurations.md), it may take extra time due to ledger computations or even crash the node.
412412
413413
:::
414414

docs/website/versioned_docs/version-maintained/networks-matrix.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
2121
| **Mithril network** | `release-mainnet` |
2222
| **Cardano network** | `mainnet` |
2323
| **Cardano magic Id** | `-` |
24+
| **Cardano node versions** | `10.2`, `10.3` |
2425
| **Supported** | Yes :heavy_check_mark: |
2526
| **Status** | Beta 🟢 |
2627
| **Aggregator endpoint** | `https://aggregator.release-mainnet.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.release-mainnet.api.mithril.network/aggregator) |
@@ -41,6 +42,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
4142
| **Mithril network** | `release-preprod` [:mag_right:](https://mithril.network/explorer?aggregator=https%3A%2F%2Faggregator.release-preprod.api.mithril.network%2Faggregator) |
4243
| **Cardano network** | `preprod` |
4344
| **Cardano magic Id** | `1` |
45+
| **Cardano node versions** | `10.2`, `10.3` |
4446
| **Supported** | Yes :heavy_check_mark: |
4547
| **Status** | Release 🟢 |
4648
| **Aggregator endpoint** | `https://aggregator.release-preprod.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.release-preprod.api.mithril.network/aggregator) |
@@ -61,6 +63,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
6163
| **Mithril network** | `pre-release-preview` [:mag_right:](https://mithril.network/explorer?aggregator=https%3A%2F%2Faggregator.pre-release-preview.api.mithril.network%2Faggregator) |
6264
| **Cardano network** | `preview` |
6365
| **Cardano magic Id** | `2` |
66+
| **Cardano node versions** | `10.2`, `10.3` |
6467
| **Supported** | Yes :heavy_check_mark: |
6568
| **Status** | Pre-release 🟠 |
6669
| **Aggregator endpoint** | `https://aggregator.pre-release-preview.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.pre-release-preview.api.mithril.network/aggregator) |
@@ -82,6 +85,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
8285
| **Mithril network** | `testing-preview` [:mag_right:](https://mithril.network/explorer?aggregator=https%3A%2F%2Faggregator.testing-preview.api.mithril.network%2Faggregator) |
8386
| **Cardano network** | `preview` |
8487
| **Cardano magic Id** | `2` |
88+
| **Cardano node versions** | `10.2`, `10.3` |
8589
| **Supported** | Yes :heavy_check_mark: |
8690
| **Status** | Unstable 🔴 |
8791
| **Aggregator endpoint** | `https://aggregator.testing-preview.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.testing-preview.api.mithril.network/aggregator) |

0 commit comments

Comments
 (0)