mithril icon indicating copy to clipboard operation
mithril copied to clipboard

Deploy mithril demo infra on 'preview' network

Open abailly-iohk opened this issue 2 years ago • 2 comments

Why

Current infrastructure is deployed on testnet which is soon to be deprecated and is incompatible with newest developments on cardano-node (1.35.3-X series).

What

  • Upgrade mithril-infra configuration to deploy over preprod network
  • Upgrade cardano-node docker to 1.35.3-new

abailly-iohk avatar Aug 26 '22 12:08 abailly-iohk

also on PreView

SViksha avatar Aug 31 '22 02:08 SViksha

@SViksha We'll do preview first and then preprod

abailly-iohk avatar Sep 01 '22 12:09 abailly-iohk

The Mithril Aggregator hosted on GCP now runs on the preview network and has produced its first snapshot :+1:

To make a Mithril Signer work on this network, here is a list of mandatory tasks to complete:

  1. Recompile the Mithril Signer node as explained in this guide
  2. Use the NETWORK=preview environment variable to start the Mithril Signer node
  3. Wait for 2 epochs before the Mithril Signer node starts producing Individual Signatures

:warning: Currently, the Mithril Signer node must wait for ~2/3 hours before the REGISTERED state is achieved in the state machine. This is normal behavior and the wait delay will be reduced very shortly when #438 will be merged.

jpraynaud avatar Sep 05 '22 09:09 jpraynaud