mithril
mithril copied to clipboard
Deploy mithril demo infra on 'preview' network
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 overpreprod
network - Upgrade cardano-node docker to 1.35.3-new
also on PreView
@SViksha We'll do preview first and then preprod
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:
- Recompile the
Mithril Signer
node as explained in this guide - Use the
NETWORK=preview
environment variable to start theMithril Signer
node - Wait for
2
epochs before theMithril Signer
node starts producingIndividual 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.