Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signer deployment model dev blog post #1016

Merged
merged 3 commits into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/blog/2023-03-02-era-switch-feature/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions docs/blog/2023-06-28-signer-deployment-models/index.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 6 additions & 0 deletions docs/root/manual/getting-started/run-signer-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down