Skip to content

Create file with Cardano minimum versions in repository #1615

@jpraynaud

Description

@jpraynaud

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

Metadata

Metadata

Assignees

Labels

devX 🌞Developer experience

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions