Skip to content

Commit 763c17c

Browse files
authored
Merge pull request #1016 from input-output-hk/jpraynaud/862-signer-deployment-model-dev-blog-post
Signer deployment model dev blog post
2 parents 0e853c6 + 3bddc4e commit 763c17c

File tree

5 files changed

+35
-1
lines changed

5 files changed

+35
-1
lines changed

docs/blog/2023-03-02-era-switch-feature/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ERA_READER_ADAPTER_TYPE=cardano-chain
3333
ERA_READER_ADAPTER_PARAMS={"address":"addr_test1qpkyv2ws0deszm67t840sdnruqgr492n80g3y96xw3p2ksk6suj5musy6w8lsg3yjd09cnpgctc2qh386rtxphxt248qr0npnx","verification_key":"5b35352c3232382c3134342c38372c3133382c3133362c34382c382c31342c3138372c38352c3134382c39372c3233322c3235352c3232392c33382c3234342c3234372c3230342c3139382c31332c33312c3232322c32352c3136342c35322c3130322c39312c3132302c3230382c3134375d"}
3434
```
3535

36-
All theses information will be available at the updated [`Run a Mithril Signer node (SPO)`](https://mithril.network/doc/manual/getting-started/run-signer-node) guide.
36+
All these information will be available at the updated [`Run a Mithril Signer node (SPO)`](https://mithril.network/doc/manual/getting-started/run-signer-node) guide.
3737

3838
Here is a schema that illustrates the era switch behavior:
3939
[![Era Switch Schema](./img/schema.jpg)](./img/schema.jpg)
127 KB
Loading
131 KB
Loading
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Mithril Signer Deployment Models
3+
authors:
4+
- name: Mithril Team
5+
tags: [spo, mithril signer, deployment model, production]
6+
---
7+
8+
### The new Mithril Signer Deployment Models for SPOs will be introduced soon
9+
10+
**Epic**: `Prepare Mithril Signer deployment model for SPO` [#862](https://github.com/input-output-hk/mithril/issues/862)
11+
12+
:warning: The Mithril Signer Deployment Models is not deployed yet to the `pre-release-preview` and `release-preprod` network. A special announcement will be made on the **moria** Discord channel when a new release candidate distribution is ready.
13+
14+
All these information will be available at the updated [`Run a Mithril Signer node (SPO)`](https://mithril.network/doc/manual/getting-started/run-signer-node) guide. In the mean time, a preview of the Mithril signer setup with the **production** deployment model is available [here](https://mithril.network/doc/next/manual/getting-started/run-signer-node). In the new **production** deployment model, a new **Mithril Relay** has been introduced and requires an extra setup effort versus the **naive** deployment model that is currently ran by the pioneer SPOs on the Mithril test networks.
15+
16+
:::info
17+
18+
We strongly encourage the volunteer SPOs to test the **production** deployment (once it is available of the `pre-release-preview` network) and to give us their feedback on the setup (clarity of the documentation, if you needed some fixes to make it work, ...).
19+
20+
:::
21+
22+
Here is the schema of the **production** deployment for the `mainnet`:
23+
[![Production Mithril Signer Deployment Model](img/signer-deployment-production.jpg)](img/signer-deployment-production.jpg)
24+
25+
and the schema of the **naive** deployment only for the `testnet`:
26+
[![Naive Mithril Signer Deployment Model](img/signer-deployment-naive.jpg)](img/signer-deployment-naive.jpg)
27+
28+
Feel free to reach out to us on the [Discord channel](https://discord.gg/5kaErDKDRq) for questions and/or help.

docs/root/manual/getting-started/run-signer-node.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ In this guide, you will learn how to setup a **Mithril Signer** on a **Cardano S
2929

3030
:::
3131

32+
:::caution
33+
34+
The **production** deployment model is still in beta version.
35+
36+
:::
37+
3238
Here is the schema of the **production** deployment for the `mainnet`:
3339
[![Production Mithril Signer Deployment Model](images/signer-deployment-production.jpg)](images/signer-deployment-production.jpg)
3440

0 commit comments

Comments
 (0)