Skip to content

Commit

Permalink
Merge pull request input-output-hk#1491 from input-output-hk/jpraynau…
Browse files Browse the repository at this point in the history
…d/dev-blog-post-testing-sanchonet

Add dev blog post announcing `testing-sanchonet` network
  • Loading branch information
jpraynaud authored Feb 12, 2024
2 parents d711970 + 637bd05 commit cca4698
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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).
6 changes: 3 additions & 3 deletions docs/website/root/networks-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -71,7 +71,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
<br/>

## `testing-preview`
> :warning: For devs only
> :warning: For developers only
| Information | -
|------------|------------
Expand All @@ -90,7 +90,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
</TabItem>
<TabItem value="sanchonet" label="Sanchonet">
## `testing-sanchonet`
> :warning: For devs only
> :warning: For developers only
| Information | -
|------------|------------
Expand Down
23 changes: 21 additions & 2 deletions docs/website/versioned_docs/version-maintained/networks-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -71,7 +71,7 @@ Here is an updated list of all **Mithril networks**, including their configurati
<br/>

## `testing-preview`
> :warning: For devs only
> :warning: For developers only
| Information | -
|------------|------------
Expand All @@ -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)

</TabItem>
<TabItem value="sanchonet" label="Sanchonet">
## `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)

</TabItem>
Expand Down

0 comments on commit cca4698

Please sign in to comment.