diff --git a/docs/website/blog/2024-02-08-testing-sanchonet-network-available.md b/docs/website/blog/2024-02-08-testing-sanchonet-network-available.md new file mode 100644 index 00000000000..9649488d28e --- /dev/null +++ b/docs/website/blog/2024-02-08-testing-sanchonet-network-available.md @@ -0,0 +1,20 @@ +--- +title: Mithril SanchoNet network released +authors: + - name: Mithril Team +tags: [cardano, sanchonet, spo, testing] +--- + +### The release of the Mithril SanchoNet testing network + +The Mithril team has released the new [`testing-sanchonet`](https://mithril.network/explorer/?aggregator=https%3A%2F%2Faggregator.testing-sanchonet.api.mithril.network%2Faggregator) Mithril network. + +Mithril pioneer stake pool operators (SPOs) are welcome to run a [Mithril signer](https://mithril.network/doc/next/manual/getting-started/run-signer-node) on this network, with configuration parameters available [here](https://mithril.network/doc/manual/developer-docs/references/#mithril-networks). + +It's important to note that this network will serve as the primary platform for experimenting with unstable features of the Mithril networks in the future, such as the Cardano transactions set signatures or peer-to-peer (P2P) networking. + +The unstable features are consistently developed and deployed to the SanchoNet testing network directly from the `main` branch of the Mithril repository. Therefore, Mithril nodes operating on this network must be either built from the `main` branch or use pre-built binaries from the [`unstable release`](https://github.com/input-output-hk/mithril/releases/tag/unstable). Failure to update Mithril nodes to the latest unstable version or encountering a bug during development could result in operational disruptions. + +Note that the `testing-sanchonet` network undergoes continuous monitoring, and its availability status is reported on this [status page](https://mithril.cronitorstatus.com/). + +For any inquiries or assistance, don't hesitate to reach out to the team on the [Discord channel](https://discord.gg/5kaErDKDRq). diff --git a/docs/website/root/networks-matrix.md b/docs/website/root/networks-matrix.md index b00b69fa346..7ac2d3a70b1 100644 --- a/docs/website/root/networks-matrix.md +++ b/docs/website/root/networks-matrix.md @@ -20,7 +20,7 @@ Here is an updated list of all **Mithril networks**, including their configurati |------------|------------ | **Mithril network** | `release-mainnet` | **Cardano network** | `mainnet` -| **Cardano magic id** | `-` +| **Cardano magic Id** | `-` | **Supported** | Yes :heavy_check_mark: | **Status** | Beta 🟢 | **Aggregator endpoint** | `https://aggregator.release-mainnet.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.release-mainnet.api.mithril.network/aggregator) @@ -71,7 +71,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
## `testing-preview` -> :warning: For devs only +> :warning: For developers only | Information | - |------------|------------ @@ -90,7 +90,7 @@ Here is an updated list of all **Mithril networks**, including their configurati ## `testing-sanchonet` -> :warning: For devs only +> :warning: For developers only | Information | - |------------|------------ diff --git a/docs/website/versioned_docs/version-maintained/networks-matrix.md b/docs/website/versioned_docs/version-maintained/networks-matrix.md index 1513d83c873..7ac2d3a70b1 100644 --- a/docs/website/versioned_docs/version-maintained/networks-matrix.md +++ b/docs/website/versioned_docs/version-maintained/networks-matrix.md @@ -20,7 +20,7 @@ Here is an updated list of all **Mithril networks**, including their configurati |------------|------------ | **Mithril network** | `release-mainnet` | **Cardano network** | `mainnet` -| **Cardano magic id** | `-` +| **Cardano magic Id** | `-` | **Supported** | Yes :heavy_check_mark: | **Status** | Beta 🟢 | **Aggregator endpoint** | `https://aggregator.release-mainnet.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.release-mainnet.api.mithril.network/aggregator) @@ -71,7 +71,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
## `testing-preview` -> :warning: For devs only +> :warning: For developers only | Information | - |------------|------------ @@ -85,6 +85,25 @@ Here is an updated list of all **Mithril networks**, including their configurati | **Era reader adapter type** | `cardano-chain` | **Era reader address** | `https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/era.addr` [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/era.addr) | **Era reader verification key** | `https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/era.vkey` [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/era.vkey) +| **Build from** | **Main branch** [:arrow_upper_right:](https://github.com/input-output-hk/mithril/tree/main) + +
+ +## `testing-sanchonet` +> :warning: For developers only + +| Information | - +|------------|------------ +| **Mithril network** | `testing-sanchonet` [:mag_right:](https://mithril.network/explorer?aggregator=https%3A%2F%2Faggregator.testing-sanchonet.api.mithril.network%2Faggregator) +| **Cardano network** | `sanchonet` +| **Cardano magic Id** | `4` +| **Supported** | Yes :heavy_check_mark: +| **Status** | Unstable 🔴 +| **Aggregator endpoint** | `https://aggregator.testing-sanchonet.api.mithril.network/aggregator` [:arrow_upper_right:](https://aggregator.testing-sanchonet.api.mithril.network/aggregator) +| **Genesis verification key** | `https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-sanchonet/genesis.vkey` [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-sanchonet/genesis.vkey) +| **Era reader adapter type** | `cardano-chain` +| **Era reader address** | `https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-sanchonet/era.addr` [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-sanchonet/era.addr) +| **Era reader verification key** | `https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-sanchonet/era.vkey` [:arrow_upper_right:](https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-sanchonet/era.vkey) | **Build from** | **Main branch** [:arrow_upper_right:](https://github.com/input-output-hk/mithril/tree/main)