Skip to content

Determine compatibility of Mithril Signer and Cardano Node #1606

Answered by jpraynaud
TrevorBenson asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @TrevorBenson, thanks for creating this discussion.

We could create a file at the root of the repository that gives minimum version of the Cardano supported by the Mithril signer.

We would have 2 options:

  • Have a Cardano.version file with only one version that is tied to the tag used to identify (pre)-release and unstable versions (i.e. you would have to target the correct tag to retrieve the minimum version depending on the Cardano network you are setting up):
$ cat Cardano.version
8.7.3
  • Have a Cardano.json file where all the versions are listed at once and that should always be accessed on the main branch:
$ cat Cardano.json
{
  "mainnet": "8.7.3",
  "preprod": "8.9.1",
  "preview": 

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by TrevorBenson
Comment options

You must be logged in to vote
1 reply
@jpraynaud
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants