diff --git a/docs/blog/2023-03-02-era-switch-feature/index.md b/docs/blog/2023-03-02-era-switch-feature/index.md index 4adc5ac1597..ad989058414 100644 --- a/docs/blog/2023-03-02-era-switch-feature/index.md +++ b/docs/blog/2023-03-02-era-switch-feature/index.md @@ -33,7 +33,7 @@ ERA_READER_ADAPTER_TYPE=cardano-chain ERA_READER_ADAPTER_PARAMS={"address":"addr_test1qpkyv2ws0deszm67t840sdnruqgr492n80g3y96xw3p2ksk6suj5musy6w8lsg3yjd09cnpgctc2qh386rtxphxt248qr0npnx","verification_key":"5b35352c3232382c3134342c38372c3133382c3133362c34382c382c31342c3138372c38352c3134382c39372c3233322c3235352c3232392c33382c3234342c3234372c3230342c3139382c31332c33312c3232322c32352c3136342c35322c3130322c39312c3132302c3230382c3134375d"} ``` -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. +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. Here is a schema that illustrates the era switch behavior: [![Era Switch Schema](./img/schema.jpg)](./img/schema.jpg) diff --git a/docs/blog/2023-06-28-signer-deployment-models/img/signer-deployment-naive.jpg b/docs/blog/2023-06-28-signer-deployment-models/img/signer-deployment-naive.jpg new file mode 100644 index 00000000000..53236ad1c73 Binary files /dev/null and b/docs/blog/2023-06-28-signer-deployment-models/img/signer-deployment-naive.jpg differ diff --git a/docs/blog/2023-06-28-signer-deployment-models/img/signer-deployment-production.jpg b/docs/blog/2023-06-28-signer-deployment-models/img/signer-deployment-production.jpg new file mode 100644 index 00000000000..6b9056bed81 Binary files /dev/null and b/docs/blog/2023-06-28-signer-deployment-models/img/signer-deployment-production.jpg differ diff --git a/docs/blog/2023-06-28-signer-deployment-models/index.md b/docs/blog/2023-06-28-signer-deployment-models/index.md new file mode 100644 index 00000000000..cfab78905c2 --- /dev/null +++ b/docs/blog/2023-06-28-signer-deployment-models/index.md @@ -0,0 +1,28 @@ +--- +title: Mithril Signer Deployment Models +authors: +- name: Mithril Team +tags: [spo, mithril signer, deployment model, production] +--- + +### The new Mithril Signer Deployment Models for SPOs will be introduced soon + +**Epic**: `Prepare Mithril Signer deployment model for SPO` [#862](https://github.com/input-output-hk/mithril/issues/862) + +: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. + +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. + +:::info + +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, ...). + +::: + +Here is the schema of the **production** deployment for the `mainnet`: +[![Production Mithril Signer Deployment Model](img/signer-deployment-production.jpg)](img/signer-deployment-production.jpg) + +and the schema of the **naive** deployment only for the `testnet`: +[![Naive Mithril Signer Deployment Model](img/signer-deployment-naive.jpg)](img/signer-deployment-naive.jpg) + +Feel free to reach out to us on the [Discord channel](https://discord.gg/5kaErDKDRq) for questions and/or help. diff --git a/docs/root/manual/getting-started/run-signer-node.md b/docs/root/manual/getting-started/run-signer-node.md index e8150e106a0..16d1985d6c6 100644 --- a/docs/root/manual/getting-started/run-signer-node.md +++ b/docs/root/manual/getting-started/run-signer-node.md @@ -29,6 +29,12 @@ In this guide, you will learn how to setup a **Mithril Signer** on a **Cardano S ::: +:::caution + +The **production** deployment model is still in beta version. + +::: + Here is the schema of the **production** deployment for the `mainnet`: [![Production Mithril Signer Deployment Model](images/signer-deployment-production.jpg)](images/signer-deployment-production.jpg)