Skip to content

Releases: input-output-hk/mithril

Unstable Development Builds

07 Jun 08:22
2ebb8c4
Compare
Choose a tag to compare
Pre-release

Commits

  • e75fefc: Add tooling to check example in openapi.yaml (sfauvel) #1728
  • e0b2679: Fix clippy recommandation (sfauvel) #1728
  • dc7f7f8: Fix openapi example on /proof/cardano-transaction (sfauvel) #1728
  • 7263d2c: Add tests that create openapi.yaml for components verification (sfauvel) #1728
  • e272737: Reorganize code and add check_example functions to apispec (sfauvel) #1728
  • 2ea36b8: Fix latest_block_number in ProtocolMessageParts example (sfauvel) #1728
  • f2d2b4f: Move test on openapi example to lib.rs (sfauvel) #1728
  • 9e2653e: Upgrade versions (sfauvel) #1728

Crates Versions

Crate Version
mithril-aggregator 0.5.17
mithril-client 0.8.3
mithril-client-cli 0.9.4
mithril-client-wasm 0.3.4
mithril-common 0.4.14
mithril-signer 0.2.141
mithril-stm 0.3.22

Networks Compatibility ⚠️

Network Compatible
release-mainnet
release-preprod
pre-release-preview
testing-preview
testing-sanchonet

Linux Requirements

The Linux binaries target glibc: to run them or install the .deb packages you must have glibc version 2.31+ installed.
Compatible systems include, but are not limited to, Ubuntu 20.04+ or Debian 11+ (Bullseye)).

Fetch the latest version of the unstable tag

The unstable tag is updated with a new commit id when a new unstable release is published.
To fetch the latest version of the unstable tag, execute the command:
git tag -d unstable && git fetch origin tag unstable

Verify the authenticity of a downloaded asset

Detailed procedure to verify an asset

  • Step 1: Identify the downloaded asset on your computer YOUR_ASSET_FILE
  • Step 2: Download the signed checksum file from this link CHECKSUM.asc and save it in the same folder as the asset
  • Step 3: In your terminal, go to the asset folder by running:
cd ***YOUR_ASSET_FOLDER***
  • Step 4: Then verify the checksum of the asset by running:
sha256sum -c ./CHECKSUM.asc 2>/dev/null | grep ***YOUR_ASSET_FILE***

You must see:

./***YOUR_ASSET_FILE***: OK
  • Step 5: Download the public key file from this link public-key.gpg and save it in the same folder as the asset
  • Step 6: Then import the GPG public key:
gpg --import ./public-key.gpg

You must see something like:

gpg: key : public key "Input Output / Mithril <mithril@iohk.io>" imported
gpg: Total number processed: 1
gpg:               imported: 1
  • Step 7: Then verify the GPG signature of the checksum file:
gpg --verify ./public-key.gpg ./CHECKSUM.asc

You must see something like:

gpg: Signature made Mon 05 Dec 2022 04:53:54 PM CET
gpg:                using RSA key 35EDE9D47BBA62A2F388E655899ACD26B8BCA0D2
gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 35ED E9D4 7BBA 62A2 F388  E655 899A CD26 B8BC A0D2

The signature is valid if and only if:

  • there is a line with gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>"
  • there is a line with Primary key fingerprint: 2AC0 7B11 8B23 1443 F544 2D0C 6E2C 1160 3E79 0021
  • Step 8:
    If you successfully validated all the steps of this process, then you have successfully verified the authenticity of the asset ✔️
    If not, contact us at [mithril@iohk.io] and let us know of the outcome of your run of this process ⚠️

Mithril v2423.0-pre

06 Jun 08:36
665621d
Compare
Choose a tag to compare
Mithril v2423.0-pre Pre-release
Pre-release

Highlights:

  • 🔥 BREAKING changes in Mithril client CLI:
    • The deprecated snapshot command has been removed.
    • It has been superseded by the cardano-db command.
  • Bug fixes and optimizations.

What's Changed

Full Changelog: 2418.1...2423.0-pre

Crates Versions

Crate Version
mithril-aggregator 0.5.16
mithril-client 0.8.3
mithril-client-cli 0.9.2
mithril-client-wasm 0.3.3
mithril-common 0.4.13
mithril-signer 0.2.141
mithril-stm 0.3.22

Networks Compatibility ⚠️

Network Compatible
release-mainnet
release-preprod
pre-release-preview
testing-preview
testing-sanchonet

Linux Requirements

The Linux binaries target glibc: to run them or install the .deb packages you must have glibc version 2.31+ installed.
Compatible systems include, but are not limited to, Ubuntu 20.04+ or Debian 11+ (Bullseye)).

Verify the authenticity of a downloaded asset

Detailed procedure to verify an asset

  • Step 1: Identify the downloaded asset on your computer YOUR_ASSET_FILE
  • Step 2: Download the signed checksum file from this link CHECKSUM.asc and save it in the same folder as the asset
  • Step 3: In your terminal, go to the asset folder by running:
cd ***YOUR_ASSET_FOLDER***
  • Step 4: Then verify the checksum of the asset by running:
sha256sum -c ./CHECKSUM.asc 2>/dev/null | grep ***YOUR_ASSET_FILE***

You must see:

./***YOUR_ASSET_FILE***: OK
  • Step 5: Download the public key file from this link public-key.gpg and save it in the same folder as the asset
  • Step 6: Then import the GPG public key:
gpg --import ./public-key.gpg

You must see something like:

gpg: key : public key "Input Output / Mithril <mithril@iohk.io>" imported
gpg: Total number processed: 1
gpg:               imported: 1
  • Step 7: Then verify the GPG signature of the checksum file:
gpg --verify ./public-key.gpg ./CHECKSUM.asc

You must see something like:

gpg: Signature made Mon 05 Dec 2022 04:53:54 PM CET
gpg:                using RSA key 35EDE9D47BBA62A2F388E655899ACD26B8BCA0D2
gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 35ED E9D4 7BBA 62A2 F388  E655 899A CD26 B8BC A0D2

The signature is valid if and only if:

  • there is a line with gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>"
  • there is a line with Primary key fingerprint: 2AC0 7B11 8B23 1443 F544 2D0C 6E2C 1160 3E79 0021
  • Step 8:
    If you successfully validated all the steps of this process, then you have successfully verified the authenticity of the asset ✔️
    If not, contact us at [mithril@iohk.io] and let us know of the outcome of your run of this process ⚠️

Mithril v2418.1

13 May 09:20
512fe8d
Compare
Choose a tag to compare

Highlights:

  • ⚠️ BREAKING changes in Mithril client / Mithril client CLI:
    • Certificate chain structure has been modified to remove coupling with immutable file number.
    • Client must be updated to verify certificate chain.
  • Switched memory allocator to jemallocator on signer and aggregator to avoid memory fragmentation.
  • Always enabled BLST portable feature for runtime check of intel ADX instruction set.

What's Changed

Full Changelog: 2412.0...2418.1

Crates Versions

Crate Version
mithril-aggregator 0.5.0
mithril-client 0.8.0
mithril-client-cli 0.8.0
mithril-client-wasm 0.3.0
mithril-common 0.4.0
mithril-signer 0.2.130
mithril-stm 0.3.19

Networks Compatibility ⚠️

Network Compatible
release-mainnet
release-preprod
pre-release-preview
testing-preview
testing-sanchonet

Linux Requirements

The Linux binaries target glibc: to run them or install the .deb packages you must have glibc version 2.31+ installed.
Compatible systems include, but are not limited to, Ubuntu 20.04+ or Debian 11+ (Bullseye)).

Verify the authenticity of a downloaded asset

Detailed procedure to verify an asset

  • Step 1: Identify the downloaded asset on your computer YOUR_ASSET_FILE
  • Step 2: Download the signed checksum file from this link CHECKSUM.asc and save it in the same folder as the asset
  • Step 3: In your terminal, go to the asset folder by running:
cd ***YOUR_ASSET_FOLDER***
  • Step 4: Then verify the checksum of the asset by running:
sha256sum -c ./CHECKSUM.asc 2>/dev/null | grep ***YOUR_ASSET_FILE***

You must see:

./***YOUR_ASSET_FILE***: OK
  • Step 5: Download the public key file from this link public-key.gpg and save it in the same folder as the asset
  • Step 6: Then import the GPG public key:
gpg --import ./public-key.gpg

You must see something like:

gpg: key : public key "Input Output / Mithril <mithril@iohk.io>" imported
gpg: Total number processed: 1
gpg:               imported: 1
  • Step 7: Then verify the GPG signature of the checksum file:
gpg --verify ./public-key.gpg ./CHECKSUM.asc

You must see something like:

gpg: Signature made Mon 05 Dec 2022 04:53:54 PM CET
gpg:                using RSA key 35EDE9D47BBA62A2F388E655899ACD26B8BCA0D2
gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 35ED E9D4 7BBA 62A2 F388  E655 899A CD26 B8BC A0D2

The signature is valid if and only if:

  • there is a line with gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>"
  • there is a line with Primary key fingerprint: 2AC0 7B11 8B23 1443 F544 2D0C 6E2C 1160 3E79 0021
  • Step 8:
    If you successfully validated all the steps of this process, then you have successfully verified the authenticity of the asset ✔️
    If not, contact us at [mithril@iohk.io] and let us know of the outcome of your run of this process ⚠️

Mithril v2418.1-pre

30 Apr 08:16
512fe8d
Compare
Choose a tag to compare
Mithril v2418.1-pre Pre-release
Pre-release

Highlights:

  • ⚠️ BREAKING changes in Mithril client / Mithril client CLI:
    • Certificate chain structure has been modified to remove coupling with immutable file number.
    • Client must be updated to verify certificate chain.
  • Switched memory allocator to jemallocator on signer and aggregator to avoid memory fragmentation.
  • Always enabled BLST portable feature for runtime check of intel ADX instruction set.

What's Changed

Full Changelog: 2412.0...2418.1-pre

Crates Versions

Crate Version
mithril-aggregator 0.5.0
mithril-client 0.8.0
mithril-client-cli 0.8.0
mithril-client-wasm 0.3.0
mithril-common 0.4.0
mithril-signer 0.2.130
mithril-stm 0.3.19

Networks Compatibility ⚠️

Network Compatible
release-mainnet
release-preprod
pre-release-preview
testing-preview
testing-sanchonet

Linux Requirements

The Linux binaries target glibc: to run them or install the .deb packages you must have glibc version 2.31+ installed.
Compatible systems include, but are not limited to, Ubuntu 20.04+ or Debian 11+ (Bullseye)).

Verify the authenticity of a downloaded asset

Detailed procedure to verify an asset

  • Step 1: Identify the downloaded asset on your computer YOUR_ASSET_FILE
  • Step 2: Download the signed checksum file from this link CHECKSUM.asc and save it in the same folder as the asset
  • Step 3: In your terminal, go to the asset folder by running:
cd ***YOUR_ASSET_FOLDER***
  • Step 4: Then verify the checksum of the asset by running:
sha256sum -c ./CHECKSUM.asc 2>/dev/null | grep ***YOUR_ASSET_FILE***

You must see:

./***YOUR_ASSET_FILE***: OK
  • Step 5: Download the public key file from this link public-key.gpg and save it in the same folder as the asset
  • Step 6: Then import the GPG public key:
gpg --import ./public-key.gpg

You must see something like:

gpg: key : public key "Input Output / Mithril <mithril@iohk.io>" imported
gpg: Total number processed: 1
gpg:               imported: 1
  • Step 7: Then verify the GPG signature of the checksum file:
gpg --verify ./public-key.gpg ./CHECKSUM.asc

You must see something like:

gpg: Signature made Mon 05 Dec 2022 04:53:54 PM CET
gpg:                using RSA key 35EDE9D47BBA62A2F388E655899ACD26B8BCA0D2
gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 35ED E9D4 7BBA 62A2 F388  E655 899A CD26 B8BC A0D2

The signature is valid if and only if:

  • there is a line with gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>"
  • there is a line with Primary key fingerprint: 2AC0 7B11 8B23 1443 F544 2D0C 6E2C 1160 3E79 0021
  • Step 8:
    If you successfully validated all the steps of this process, then you have successfully verified the authenticity of the asset ✔️
    If not, contact us at [mithril@iohk.io] and let us know of the outcome of your run of this process ⚠️

Mithril v2418.0-pre

29 Apr 13:09
dd881df
Compare
Choose a tag to compare
Mithril v2418.0-pre Pre-release
Pre-release

Highlights:

  • ⚠️ BREAKING changes in Mithril client / Mithril client CLI:
    • Certificate chain structure has been modified to remove coupling with immutable file number.
    • Client must be updated to verify certificate chain.
  • Switched memory allocator to jemallocator on signer and aggregator to avoid memory fragmentation.
  • Always enabled BLST portable feature for runtime check of intel ADX instruction set.

What's Changed

Full Changelog: 2412.0...2418.0-pre

Crates Versions

Crate Version
mithril-aggregator 0.4.66
mithril-client 0.7.4
mithril-client-cli 0.7.12
mithril-client-wasm 0.2.6
mithril-common 0.3.36
mithril-signer 0.2.130
mithril-stm 0.3.19

Networks Compatibility ⚠️

Network Compatible
release-mainnet
release-preprod
pre-release-preview
testing-preview
testing-sanchonet

Linux Requirements

The Linux binaries target glibc: to run them or install the .deb packages you must have glibc version 2.31+ installed.
Compatible systems include, but are not limited to, Ubuntu 20.04+ or Debian 11+ (Bullseye)).

Verify the authenticity of a downloaded asset

Detailed procedure to verify an asset

  • Step 1: Identify the downloaded asset on your computer YOUR_ASSET_FILE
  • Step 2: Download the signed checksum file from this link CHECKSUM.asc and save it in the same folder as the asset
  • Step 3: In your terminal, go to the asset folder by running:
cd ***YOUR_ASSET_FOLDER***
  • Step 4: Then verify the checksum of the asset by running:
sha256sum -c ./CHECKSUM.asc 2>/dev/null | grep ***YOUR_ASSET_FILE***

You must see:

./***YOUR_ASSET_FILE***: OK
  • Step 5: Download the public key file from this link public-key.gpg and save it in the same folder as the asset
  • Step 6: Then import the GPG public key:
gpg --import ./public-key.gpg

You must see something like:

gpg: key : public key "Input Output / Mithril <mithril@iohk.io>" imported
gpg: Total number processed: 1
gpg:               imported: 1
  • Step 7: Then verify the GPG signature of the checksum file:
gpg --verify ./public-key.gpg ./CHECKSUM.asc

You must see something like:

gpg: Signature made Mon 05 Dec 2022 04:53:54 PM CET
gpg:                using RSA key 35EDE9D47BBA62A2F388E655899ACD26B8BCA0D2
gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 35ED E9D4 7BBA 62A2 F388  E655 899A CD26 B8BC A0D2

The signature is valid if and only if:

  • there is a line with gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>"
  • there is a line with Primary key fingerprint: 2AC0 7B11 8B23 1443 F544 2D0C 6E2C 1160 3E79 0021
  • Step 8:
    If you successfully validated all the steps of this process, then you have successfully verified the authenticity of the asset ✔️
    If not, contact us at [mithril@iohk.io] and let us know of the outcome of your run of this process ⚠️

Mithril v2412.0

26 Mar 13:48
2e462c0
Compare
Choose a tag to compare

Highlights

  • ⚠️ Deprecated 'snapshot' command in the Mithril client CLI:
    • Renamed to cardano-db snapshot.
    • Will be removed in a near future.
  • Support for Prometheus endpoint for metrics in signer (setup guide).
  • Full support for chain observer with Pallas in signer and aggregator.
  • Support for Cardano node 8.9.0 in the signer and the aggregator.
  • Bug fixes and performance improvements.

What's Changed

  • Adapt multi platform test for Cardano transactions by @dlachaumepalo in #1518
  • Fix end to end test flakiness in CI by @jpraynaud in #1486
  • Rotate documentation by @dlachaumepalo in #1527
  • Unified temp dir builder by @Alenar in #1529
  • Add dev blog post for mithril-client-cli output update by @dlachaumepalo in #1532
  • Add runbook for 'Mithril client multi-platform test' by @dlachaumepalo in #1534
  • Fix runbook broken link by @dlachaumepalo in #1539
  • Document Mithril signer footprint in SPO Setup guide by @jpraynaud in #1538
  • Reorganize crates by @Alenar in #1540
  • Stabilize namings cardano transactions by @dlachaumepalo in #1542
  • Improve aggregator HTTP server tests by @dlachaumepalo in #1543
  • Activate metrics endpoint on signer by @jpraynaud in #1544
  • Upgrade dependencies by @dlachaumepalo in #1547
  • Fix signature related metrics name in signer by @jpraynaud in #1548
  • Add new npm package step dedicated to release process (latest tag) by @dlachaumepalo in #1545
  • Replacement of serde_cbor dependency by ciborium dependency by @dlachaumepalo in #1549
  • Send aggregator logs in the right output (stdout / stderr) by @dlachaumepalo in #1550
  • Support download binaries for macOS in E2E test by @dlachaumepalo in #1551
  • Cardano Transactions Snapshots/Certification in explorer by @Alenar in #1553
  • Fix parsing Cardano Conway transactions from immutable files by @jpraynaud in #1563
  • feat: implement and calculate the current key period using pallas by @falcucci in #1541
  • Enhance Cardano transaction part in mithril-client-wasm/www by @dlachaumepalo in #1555
  • Use pallas hardano transactions parser by @sfauvel in #1564
  • Reduce Prometheus scrape interval in infra by @jpraynaud in #1565
  • Handle pallas-hardano parsing errors by @dlachaumepalo in #1566
  • Fix E2E flakiness when transferring funds by @jpraynaud in #1568
  • Explorer: Improve Cardano Transaction Certification & Certificate Chain Validation UI by @Alenar in #1569
  • Rename moria Discord channel to ask-mithril by @jpraynaud in #1574
  • Support Cardano node 8.9.0 by @jpraynaud in #1509
  • Fix Cardano configurations in infra by @jpraynaud in #1575
  • Provide latest immutable file number with certified ctx by @sfauvel in #1571
  • feat: refactor get_kes_period to create isolated new queries by @falcucci in #1576
  • Fix SPO on-boarding guide by @jpraynaud in #1579
  • Fix minimum Squid version in SPO guide by @jpraynaud in #1580
  • Add ssh key by @sfauvel in #1578
  • Accept existing but empty db dir for client-cli cardano-db download by @Alenar in #1581
  • Implement Block range merkelization for Cardano transactions by @jpraynaud in #1560
  • Establish a more explicit security policy by @ch1bo in #1582
  • Upgrade dependencies by @jpraynaud in #1584

New Contributors

Full Changelog: 2408.0...2412.0

Crates Versions

Crate Version
mithril-aggregator 0.4.49
mithril-client 0.6.9
mithril-client-cli 0.7.6
mithril-client-wasm 0.2.5
mithril-common 0.3.21
mithril-signer 0.2.116
mithril-stm 0.3.17

Networks Compatibility ⚠️

Network Compatible
release-mainnet
release-preprod
pre-release-preview
testing-preview
testing-sanchonet

Linux Requirements

The Linux binaries target glibc: to run them or install the .deb packages you must have glibc version 2.31+ installed.
Compatible systems include, but are not limited to, Ubuntu 20.04+ or Debian 11+ (Bullseye)).

Verify the authenticity of a downloaded asset

Detailed procedure to verify an asset

  • Step 1: Identify the downloaded asset on your computer YOUR_ASSET_FILE
  • Step 2: Download the signed checksum file from this link CHECKSUM.asc and save it in the same folder as the asset
  • Step 3: In your terminal, go to the asset folder by running:
cd ***YOUR_ASSET_FOLDER***
  • Step 4: Then verify the checksum of the asset by running:
sha256sum -c ./CHECKSUM.asc 2>/dev/null | grep ***YOUR_ASSET_FILE***

You must see:

./***YOUR_ASSET_FILE***: OK
  • Step 5: Download the public key file from this link public-key.gpg and save it in the same folder as the asset
  • Step 6: Then import the GPG public key:
gpg --import ./public-key.gpg

You must see something like:

gpg: key : public key "Input Output / Mithril <mithril@iohk.io>" imported
gpg: Total number processed: 1
gpg:               imported: 1
  • Step 7: Then verify the GPG signature of the checksum file:
gpg --verify ./public-key.gpg ./CHECKSUM.asc

You must see something like:

gpg: Signature made Mon 05 Dec 2022 04:53:54 PM CET
gpg:                using RSA key 35EDE9D47BBA62A2F388E655899ACD26B8BCA0D2
gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 35ED E9D4 7BBA 62A2 F388  E655 899A CD26 B8BC A0D2

The signature is valid if and only if:

  • there is a line with gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>"
  • there is a line with Primary key fingerprint: 2AC0 7B11 8B23 1443 F544 2D0C 6E2C 1160 3E79 0021
  • Step 8:
    If you successfully validated all the steps of this process, then you have successfully verified the authenticity of the asset ✔️
    If not, contact us at [mithril@iohk.io] and let us know of the outcome of your run of this process ⚠️

Mithril v2412.0-pre

22 Mar 13:31
2e462c0
Compare
Choose a tag to compare
Mithril v2412.0-pre Pre-release
Pre-release

Highlights

  • ⚠️ Deprecated 'snapshot' command in the Mithril client CLI:
    • Renamed to cardano-db snapshot.
    • Will be removed in a near future.
  • Support for Prometheus endpoint for metrics in signer (setup guide).
  • Full support for chain observer with Pallas in signer and aggregator.
  • Support for Cardano node 8.9.0 in the signer and the aggregator.
  • Bug fixes and performance improvements.

What's Changed

  • Adapt multi platform test for Cardano transactions by @dlachaumepalo in #1518
  • Fix end to end test flakiness in CI by @jpraynaud in #1486
  • Rotate documentation by @dlachaumepalo in #1527
  • Unified temp dir builder by @Alenar in #1529
  • Add dev blog post for mithril-client-cli output update by @dlachaumepalo in #1532
  • Add runbook for 'Mithril client multi-platform test' by @dlachaumepalo in #1534
  • Fix runbook broken link by @dlachaumepalo in #1539
  • Document Mithril signer footprint in SPO Setup guide by @jpraynaud in #1538
  • Reorganize crates by @Alenar in #1540
  • Stabilize namings cardano transactions by @dlachaumepalo in #1542
  • Improve aggregator HTTP server tests by @dlachaumepalo in #1543
  • Activate metrics endpoint on signer by @jpraynaud in #1544
  • Upgrade dependencies by @dlachaumepalo in #1547
  • Fix signature related metrics name in signer by @jpraynaud in #1548
  • Add new npm package step dedicated to release process (latest tag) by @dlachaumepalo in #1545
  • Replacement of serde_cbor dependency by ciborium dependency by @dlachaumepalo in #1549
  • Send aggregator logs in the right output (stdout / stderr) by @dlachaumepalo in #1550
  • Support download binaries for macOS in E2E test by @dlachaumepalo in #1551
  • Cardano Transactions Snapshots/Certification in explorer by @Alenar in #1553
  • Fix parsing Cardano Conway transactions from immutable files by @jpraynaud in #1563
  • feat: implement and calculate the current key period using pallas by @falcucci in #1541
  • Enhance Cardano transaction part in mithril-client-wasm/www by @dlachaumepalo in #1555
  • Use pallas hardano transactions parser by @sfauvel in #1564
  • Reduce Prometheus scrape interval in infra by @jpraynaud in #1565
  • Handle pallas-hardano parsing errors by @dlachaumepalo in #1566
  • Fix E2E flakiness when transferring funds by @jpraynaud in #1568
  • Explorer: Improve Cardano Transaction Certification & Certificate Chain Validation UI by @Alenar in #1569
  • Rename moria Discord channel to ask-mithril by @jpraynaud in #1574
  • Support Cardano node 8.9.0 by @jpraynaud in #1509
  • Fix Cardano configurations in infra by @jpraynaud in #1575
  • Provide latest immutable file number with certified ctx by @sfauvel in #1571
  • feat: refactor get_kes_period to create isolated new queries by @falcucci in #1576
  • Fix SPO on-boarding guide by @jpraynaud in #1579
  • Fix minimum Squid version in SPO guide by @jpraynaud in #1580
  • Add ssh key by @sfauvel in #1578
  • Accept existing but empty db dir for client-cli cardano-db download by @Alenar in #1581
  • Implement Block range merkelization for Cardano transactions by @jpraynaud in #1560
  • Establish a more explicit security policy by @ch1bo in #1582
  • Upgrade dependencies by @jpraynaud in #1584

New Contributors

Full Changelog: 2408.0...2412.0-pre

Crates Versions

Crate Version
mithril-aggregator 0.4.49
mithril-client 0.6.9
mithril-client-cli 0.7.6
mithril-client-wasm 0.2.5
mithril-common 0.3.21
mithril-signer 0.2.116
mithril-stm 0.3.17

Networks Compatibility ⚠️

Network Compatible
release-mainnet
release-preprod
pre-release-preview
testing-preview
testing-sanchonet

Linux Requirements

The Linux binaries target glibc: to run them or install the .deb packages you must have glibc version 2.31+ installed.
Compatible systems include, but are not limited to, Ubuntu 20.04+ or Debian 11+ (Bullseye)).

Verify the authenticity of a downloaded asset

Detailed procedure to verify an asset

  • Step 1: Identify the downloaded asset on your computer YOUR_ASSET_FILE
  • Step 2: Download the signed checksum file from this link CHECKSUM.asc and save it in the same folder as the asset
  • Step 3: In your terminal, go to the asset folder by running:
cd ***YOUR_ASSET_FOLDER***
  • Step 4: Then verify the checksum of the asset by running:
sha256sum -c ./CHECKSUM.asc 2>/dev/null | grep ***YOUR_ASSET_FILE***

You must see:

./***YOUR_ASSET_FILE***: OK
  • Step 5: Download the public key file from this link public-key.gpg and save it in the same folder as the asset
  • Step 6: Then import the GPG public key:
gpg --import ./public-key.gpg

You must see something like:

gpg: key : public key "Input Output / Mithril <mithril@iohk.io>" imported
gpg: Total number processed: 1
gpg:               imported: 1
  • Step 7: Then verify the GPG signature of the checksum file:
gpg --verify ./public-key.gpg ./CHECKSUM.asc

You must see something like:

gpg: Signature made Mon 05 Dec 2022 04:53:54 PM CET
gpg:                using RSA key 35EDE9D47BBA62A2F388E655899ACD26B8BCA0D2
gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 35ED E9D4 7BBA 62A2 F388  E655 899A CD26 B8BC A0D2

The signature is valid if and only if:

  • there is a line with gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>"
  • there is a line with Primary key fingerprint: 2AC0 7B11 8B23 1443 F544 2D0C 6E2C 1160 3E79 0021
  • Step 8:
    If you successfully validated all the steps of this process, then you have successfully verified the authenticity of the asset ✔️
    If not, contact us at [mithril@iohk.io] and let us know of the outcome of your run of this process ⚠️

Mithril v2408.0

26 Feb 13:46
5afc6fc
Compare
Choose a tag to compare

Highlights

  • ⚠️ Breaking change introduced in the Mithril client CLI: the logs output are switched from stdout to stderr from version 0.7.0.
  • Support for stake distribution and Mithril era markers retrieval in the Pallas chain observer in signer and aggregator.
  • Enhanced support for Conway era and Sanchonet network.
  • Bug fixes and performance improvements.

What's Changed

  • Fix npm authentication to registry in CI by @jpraynaud in #1448
  • Fix mithril-client wasm basic JS code example by @dlachaumepalo in #1449
  • Specify explicitly permissions for prerelease creation by @Alenar in #1452
  • Rotate current documentation by @dlachaumepalo in #1446
  • Increment mithril-client-wasm version for npm publish by @dlachaumepalo in #1453
  • Add dev blog post to announce Mithril client npm package by @jpraynaud in #1454
  • Gather and store Cardano transactions from immutable files by @jpraynaud in #1451
  • Fix npm badge in mithril-client-wasm README files by @dlachaumepalo in #1458
  • Compute message to sign for Cardano transactions by @jpraynaud in #1455
  • Fix missing test data in nix flake build by @jpraynaud in #1461
  • Enhance end to end test for Cardano hard forks by @jpraynaud in #1459
  • Fix building mithril-common with some features and targets combinatory by @Alenar in #1463
  • Failed end to end tests artifact names by @jpraynaud in #1472
  • List immutables resilience by @Alenar in #1465
  • Implement CardanoTransactions proof generation route in aggregator by @jpraynaud in #1473
  • Add mithril-client-wasm tests in multi platform test by @dlachaumepalo in #1462
  • Clean www/ directory by @dlachaumepalo in #1477
  • Update dependencies by @Alenar in #1476
  • Implement CardanoTransactions artifact routes in aggregator by @jpraynaud in #1479
  • Certificate hash in transaction set message by @Alenar in #1485
  • More explicit error message when db dir is not writable by @abailly-iohk in #1483
  • Remove http from dependencies by @Alenar in #1490
  • Support Sanchonet Cardano network by @jpraynaud in #1384
  • Add Cardano transactions proofs support to mithril-client by @Alenar in #1489
  • Fix clippy lint from rust 1.76 by @Alenar in #1493
  • Sfa/improve signed entity test by @sfauvel in #1460
  • Add dev blog post announcing testing-sanchonet network by @jpraynaud in #1491
  • Minor adjustments to generic identifier descriptions by @olgahryniuk in #1498
  • Extract persistence related code to a new shared crate by @Alenar in #1494
  • get datums using pallas observer by @falcucci in #1403
  • Cardano transaction sets & proof in client cli by @Alenar in #1501
  • Update Mithril architecture documentation by @jpraynaud in #1499
  • Fix clippy warning in common when using only fs flag by @Alenar in #1504
  • Upgrade Cardano configurations in infra by @jpraynaud in #1505
  • Add signing capabilities to aggregator root route by @dlachaumepalo in #1506
  • Update SPO-on-boarding-guide.md, it's not required (anymore?) to run … by @brouwerQ in #1507
  • Add example crate for Cardano transactions by @dlachaumepalo in #1511
  • Generate documentation on module command lines by @sfauvel in #1424
  • Implement Cardano transactions verification in mithril-client-wasm by @dlachaumepalo in #1512
  • Mithril client CLI: fix remove archive directory by @dlachaumepalo in #1517
  • Enhance client-cli standard output by @Alenar in #1516
  • add pallas stake snapshots integration by @falcucci in #1513
  • CI: Upgrade actions by @Alenar in #1521
  • Fix update_release action version in CI by @Alenar in #1525
  • Upgrade mithril-client-wasm minor version to 0.2.0 by @dlachaumepalo in #1526

New Contributors

Full Changelog: 2403.1...2408.0

Crates Versions

Crate Version
mithril-aggregator 0.4.39
mithril-client 0.6.4
mithril-client-cli 0.7.0
mithril-client-wasm 0.2.0
mithril-common 0.3.7
mithril-signer 0.2.109
mithril-stm 0.3.15

Networks Compatibility ⚠️

Network Compatible
release-mainnet
release-preprod
pre-release-preview
testing-preview

Linux Requirements

The Linux binaries target glibc: to run them or install the .deb packages you must have glibc version 2.31+ installed.
Compatible systems include, but are not limited to, Ubuntu 20.04+ or Debian 11+ (Bullseye)).

Verify the authenticity of a downloaded asset

Detailed procedure to verify an asset

  • Step 1: Identify the downloaded asset on your computer YOUR_ASSET_FILE
  • Step 2: Download the signed checksum file from this link CHECKSUM.asc and save it in the same folder as the asset
  • Step 3: In your terminal, go to the asset folder by running:
cd ***YOUR_ASSET_FOLDER***
  • Step 4: Then verify the checksum of the asset by running:
sha256sum -c ./CHECKSUM.asc 2>/dev/null | grep ***YOUR_ASSET_FILE***

You must see:

./***YOUR_ASSET_FILE***: OK
  • Step 5: Download the public key file from this link public-key.gpg and save it in the same folder as the asset
  • Step 6: Then import the GPG public key:
gpg --import ./public-key.gpg

You must see something like:

gpg: key : public key "Input Output / Mithril <mithril@iohk.io>" imported
gpg: Total number processed: 1
gpg:               imported: 1
  • Step 7: Then verify the GPG signature of the checksum file:
gpg --verify ./public-key.gpg ./CHECKSUM.asc

You must see something like:

gpg: Signature made Mon 05 Dec 2022 04:53:54 PM CET
gpg:                using RSA key 35EDE9D47BBA62A2F388E655899ACD26B8BCA0D2
gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 35ED E9D4 7BBA 62A2 F388  E655 899A CD26 B8BC A0D2

The signature is valid if and only if:

  • there is a line with gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>"
  • there is a line with Primary key fingerprint: 2AC0 7B11 8B23 1443 F544 2D0C 6E2C 1160 3E79 0021
  • Step 8:
    If you successfully validated all the steps of this process, then you have successfully verified the authenticity of the asset ✔️
    If not, contact us at [mithril@iohk.io] and let us know of the outcome of your run of this process ⚠️

Mithril v2408.0-pre

23 Feb 09:52
5afc6fc
Compare
Choose a tag to compare
Mithril v2408.0-pre Pre-release
Pre-release

Highlights

  • ⚠️ Breaking change introduced in the Mithril client CLI: the logs output are switched from stdout to stderr from version 0.7.0.
  • Support for stake distribution and Mithril era markers retrieval in the Pallas chain observer in signer and aggregator.
  • Enhanced support for Conway era and Sanchonet network.
  • Bug fixes and performance improvements.

What's Changed

  • Fix npm authentication to registry in CI by @jpraynaud in #1448
  • Fix mithril-client wasm basic JS code example by @dlachaumepalo in #1449
  • Specify explicitly permissions for prerelease creation by @Alenar in #1452
  • Rotate current documentation by @dlachaumepalo in #1446
  • Increment mithril-client-wasm version for npm publish by @dlachaumepalo in #1453
  • Add dev blog post to announce Mithril client npm package by @jpraynaud in #1454
  • Gather and store Cardano transactions from immutable files by @jpraynaud in #1451
  • Fix npm badge in mithril-client-wasm README files by @dlachaumepalo in #1458
  • Compute message to sign for Cardano transactions by @jpraynaud in #1455
  • Fix missing test data in nix flake build by @jpraynaud in #1461
  • Enhance end to end test for Cardano hard forks by @jpraynaud in #1459
  • Fix building mithril-common with some features and targets combinatory by @Alenar in #1463
  • Failed end to end tests artifact names by @jpraynaud in #1472
  • List immutables resilience by @Alenar in #1465
  • Implement CardanoTransactions proof generation route in aggregator by @jpraynaud in #1473
  • Add mithril-client-wasm tests in multi platform test by @dlachaumepalo in #1462
  • Clean www/ directory by @dlachaumepalo in #1477
  • Update dependencies by @Alenar in #1476
  • Implement CardanoTransactions artifact routes in aggregator by @jpraynaud in #1479
  • Certificate hash in transaction set message by @Alenar in #1485
  • More explicit error message when db dir is not writable by @abailly-iohk in #1483
  • Remove http from dependencies by @Alenar in #1490
  • Support Sanchonet Cardano network by @jpraynaud in #1384
  • Add Cardano transactions proofs support to mithril-client by @Alenar in #1489
  • Fix clippy lint from rust 1.76 by @Alenar in #1493
  • Sfa/improve signed entity test by @sfauvel in #1460
  • Add dev blog post announcing testing-sanchonet network by @jpraynaud in #1491
  • Minor adjustments to generic identifier descriptions by @olgahryniuk in #1498
  • Extract persistence related code to a new shared crate by @Alenar in #1494
  • get datums using pallas observer by @falcucci in #1403
  • Cardano transaction sets & proof in client cli by @Alenar in #1501
  • Update Mithril architecture documentation by @jpraynaud in #1499
  • Fix clippy warning in common when using only fs flag by @Alenar in #1504
  • Upgrade Cardano configurations in infra by @jpraynaud in #1505
  • Add signing capabilities to aggregator root route by @dlachaumepalo in #1506
  • Update SPO-on-boarding-guide.md, it's not required (anymore?) to run … by @brouwerQ in #1507
  • Add example crate for Cardano transactions by @dlachaumepalo in #1511
  • Generate documentation on module command lines by @sfauvel in #1424
  • Implement Cardano transactions verification in mithril-client-wasm by @dlachaumepalo in #1512
  • Mithril client CLI: fix remove archive directory by @dlachaumepalo in #1517
  • Enhance client-cli standard output by @Alenar in #1516
  • add pallas stake snapshots integration by @falcucci in #1513
  • CI: Upgrade actions by @Alenar in #1521
  • Fix update_release action version in CI by @Alenar in #1525
  • Upgrade mithril-client-wasm minor version to 0.2.0 by @dlachaumepalo in #1526

New Contributors

Full Changelog: 2403.1...2408.0-pre

Crates Versions

Crate Version
mithril-aggregator 0.4.39
mithril-client 0.6.4
mithril-client-cli 0.7.0
mithril-client-wasm 0.2.0
mithril-common 0.3.7
mithril-signer 0.2.109
mithril-stm 0.3.15

Networks Compatibility ⚠️

Network Compatible
release-mainnet
release-preprod
pre-release-preview
testing-preview

Linux Requirements

The Linux binaries target glibc: to run them or install the .deb packages you must have glibc version 2.31+ installed.
Compatible systems include, but are not limited to, Ubuntu 20.04+ or Debian 11+ (Bullseye)).

Verify the authenticity of a downloaded asset

Detailed procedure to verify an asset

  • Step 1: Identify the downloaded asset on your computer YOUR_ASSET_FILE
  • Step 2: Download the signed checksum file from this link CHECKSUM.asc and save it in the same folder as the asset
  • Step 3: In your terminal, go to the asset folder by running:
cd ***YOUR_ASSET_FOLDER***
  • Step 4: Then verify the checksum of the asset by running:
sha256sum -c ./CHECKSUM.asc 2>/dev/null | grep ***YOUR_ASSET_FILE***

You must see:

./***YOUR_ASSET_FILE***: OK
  • Step 5: Download the public key file from this link public-key.gpg and save it in the same folder as the asset
  • Step 6: Then import the GPG public key:
gpg --import ./public-key.gpg

You must see something like:

gpg: key : public key "Input Output / Mithril <mithril@iohk.io>" imported
gpg: Total number processed: 1
gpg:               imported: 1
  • Step 7: Then verify the GPG signature of the checksum file:
gpg --verify ./public-key.gpg ./CHECKSUM.asc

You must see something like:

gpg: Signature made Mon 05 Dec 2022 04:53:54 PM CET
gpg:                using RSA key 35EDE9D47BBA62A2F388E655899ACD26B8BCA0D2
gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 35ED E9D4 7BBA 62A2 F388  E655 899A CD26 B8BC A0D2

The signature is valid if and only if:

  • there is a line with gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>"
  • there is a line with Primary key fingerprint: 2AC0 7B11 8B23 1443 F544 2D0C 6E2C 1160 3E79 0021
  • Step 8:
    If you successfully validated all the steps of this process, then you have successfully verified the authenticity of the asset ✔️
    If not, contact us at [mithril@iohk.io] and let us know of the outcome of your run of this process ⚠️

Mithril v2403.1

23 Jan 11:03
254d266
Compare
Choose a tag to compare

Highlights:

  • Public release of Mithril client library in WASM available for developers on npmjs.com.
  • Rollout of new pallas based chain observer in signer and aggregator.
  • Support for Cardano 8.7.3 in the signer and the aggregator.

What's Changed

  • Deploy P2P network infrastructure by @jpraynaud in #1363
  • Add goodbye message for signer node by @dlachaumepalo in #1362
  • Fix dev-preview network protocol parameters by @jpraynaud in #1369
  • Update current documentation for 2347 distribution by @jpraynaud in #1367
  • Fix crates.io release credentials by @jpraynaud in #1370
  • Announce Mithril client library is released by @jpraynaud in #1371
  • Fix mithril-common publication on crates.io by @jpraynaud in #1372
  • enhance mithril/cardano node communication by @falcucci in #1348
  • Fix verbosity log levels by @dlachaumepalo in #1373
  • Add timeout on signer node HTTP requests by @dlachaumepalo in #1374
  • HTTP message service handles signed entities by @ghubertpalo in #1366
  • Upgrade dependencies by @jpraynaud in #1376
  • Fix explorer switch aggregator infinite loop by @jpraynaud in #1378
  • Implement manual crates publication workflow by @jpraynaud in #1382
  • Add full feature to mithril-common by @jpraynaud in #1383
  • Adapt mithril-client and mithril-common to compile in WASM by @jpraynaud in #1368
  • Make mithril-client examples full crates by @dlachaumepalo in #1379
  • Create dummies for SignedEntities by @dlachaumepalo in #1386
  • Fix mithril-client dependencies by @jpraynaud in #1391
  • Greg/1357/upgrade sqlite by @ghubertpalo in #1392
  • Fix broken links in documentation by @sfauvel in #1394
  • Implement Mithril client WASM API by @jpraynaud in #1389
  • Refactor mithril-client-cli using mithril-client library by @dlachaumepalo in #1395
  • Fix breaking change introduced with mithril-client-cli using mithril-client library by @dlachaumepalo in #1398
  • Upgrade dependencies by @jpraynaud in #1399
  • Add toggle for network deployment in CI by @jpraynaud in #1402
  • Implement open_message timeout in aggregator by @jpraynaud in #1401
  • Enhance machine readable logs in client by @dlachaumepalo in #1400
  • Support for configurable signed entity types in aggregator by @jpraynaud in #1412
  • Add toggle for unstable release publication in CI by @jpraynaud in #1415
  • Implement manual npm publication workflow by @jpraynaud in #1414
  • Fix toggle for unstable release publication in CI by @jpraynaud in #1416
  • Simplify mithril-client CLI by @dlachaumepalo in #1413
  • Rust version 1.75.0: fix cargo clippy warning & update dependencies by @dlachaumepalo in #1420
  • Activate Cardano node P2P mode in infrastructure by @jpraynaud in #1417
  • Fix signer service recommended configuration by @dlachaumepalo in #1419
  • Implement tests for WASM library by @dlachaumepalo in #1418
  • Update new signer configuration blog post by @dlachaumepalo in #1421
  • Implement configurable Chain Observer in aggregator by @jpraynaud in #1423
  • Implement mithril client wasm in explorer by @dlachaumepalo in #1426
  • Activate babbage/conway eras in devnet by @jpraynaud in #1427
  • Upgrade testing-preview VM in infra by @jpraynaud in #1429
  • Update ci.yml after the deletion of doc.yml by @dlachaumepalo in #1432
  • Upgrade Cardano node to 8.7.3 by @jpraynaud in #1430
  • Fix devnet to run consistently on mac OS by @jpraynaud in #1433
  • Use CardanoChain era reader in end to end test by @jpraynaud in #1431
  • Fix Docker registry for Cardano node by @jpraynaud in #1440
  • Fix Cardano configuration in infrastructure by @jpraynaud in #1442
  • Fix path on command by @albertodvp in #1438
  • Remove contact form in the documentation website by @jpraynaud in #1443
  • Support CardanoTransactions signed entity type by @jpraynaud in #1437
  • Warn missing docs directive missing in Mithril Client Cli by @Alenar in #1444
  • Greg/1397/fake aggregator by @ghubertpalo in #1422
  • Upgrade dependencies by @jpraynaud in #1445
  • Implement fake aggregator in wasm tests by @dlachaumepalo in #1441
  • Fix 2803 pre-release distribution by @jpraynaud in #1447

New Contributors

Full Changelog: 2347.0...2403.1

Crates Versions

Crate Version
mithril-aggregator 0.4.27
mithril-aggregator-fake 0.1.1
mithril-client 0.5.17
mithril-client-cli 0.5.17
mithril-client-wasm 0.1.6
mithril-common 0.2.152
mithril-signer 0.2.103
mithril-stm 0.3.14

Networks Compatibility ⚠️

Network Compatible
release-mainnet
release-preprod
pre-release-preview
testing-preview

Linux Requirements

The Linux binaries target glibc: to run them or install the .deb packages you must have glibc version 2.31+ installed.
Compatible systems include, but are not limited to, Ubuntu 20.04+ or Debian 11+ (Bullseye)).

Verify the authenticity of a downloaded asset

Detailed procedure to verify an asset

  • Step 1: Identify the downloaded asset on your computer YOUR_ASSET_FILE
  • Step 2: Download the signed checksum file from this link CHECKSUM.asc and save it in the same folder as the asset
  • Step 3: In your terminal, go to the asset folder by running:
cd ***YOUR_ASSET_FOLDER***
  • Step 4: Then verify the checksum of the asset by running:
sha256sum -c ./CHECKSUM.asc 2>/dev/null | grep ***YOUR_ASSET_FILE***

You must see:

./***YOUR_ASSET_FILE***: OK
  • Step 5: Download the public key file from this link public-key.gpg and save it in the same folder as the asset
  • Step 6: Then import the GPG public key:
gpg --import ./public-key.gpg

You must see something like:

gpg: key : public key "Input Output / Mithril <mithril@iohk.io>" imported
gpg: Total number processed: 1
gpg:               imported: 1
  • Step 7: Then verify the GPG signature of the checksum file:
gpg --verify ./public-key.gpg ./CHECKSUM.asc

You must see something like:

gpg: Signature made Mon 05 Dec 2022 04:53:54 PM CET
gpg:                using RSA key 35EDE9D47BBA62A2F388E655899ACD26B8BCA0D2
gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 35ED E9D4 7BBA 62A2 F388  E655 899A CD26 B8BC A0D2

The signature is valid if and only if:

  • there is a line with gpg: Good signature from "Input Output / Mithril <mithril@iohk.io>"
  • there is a li...
Read more