-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
devX 🌞Developer experienceDeveloper experience
Description
Why
Following the discussion #1606, we want to advertise the supported Cardano node versions for the Mithril signer.
What
Add a cardano-min-versions.json file at the root of the repository which details the minimum supported versions:
{
"about": "minimum supported Cardano node versions for Mithril signers",
"network":{
"mainnet": "8.7.3",
"preprod": "8.9.1",
"preview": "8.9.1",
"sanchonet": "8.9.1"
}
}How
- Create the file in the repository
- Create a runbook for maintaining the file
- Add check points in Release
2418distribution #1614 - Add a section in the Run a Mithril signer as an SPO to explain how to check compatibility
- Update section
* Install a recent version of [`cardano-cli`](https://github.com/input-output-hk/cardano-node/releases/tag/8.7.3) (version 8.7.3+).
TrevorBenson
Metadata
Metadata
Assignees
Labels
devX 🌞Developer experienceDeveloper experience