Releases: input-output-hk/mithril
Mithril v2428.0-pre
Highlights
- Support for Cardano node
9.0.0. - Database cleanup and optimization once per epoch.
- Bug fixes and performance improvements.
What's Changed
- Remove manual workflow step for old
snapshotcommands availability by @dlachaume in #1734 - Fix: make prover not certify transactions stored but not certified yet by @jpraynaud in #1721
- Add
Makefilesto facilitate the update ofwwwandwww-testdependencies by @dlachaume in #1735 - Add tooling to verify example conformity in openapi.yaml by @sfauvel in #1728
- Refactor timepoint retrieval & conversion to signed entities by @Alenar in #1736
- feat(tls): Allow the underlying TLS implementation to be selected by feature flags. by @stevenj in #1738
- Update CHANGELOG with
2423.0distribution release by @jpraynaud in #1733 - docs: add missing pre-requisites for building crates by @jpraynaud in #1740
- Remove bottleneck in proof generation of Merkle map by @jpraynaud in #1739
- Sqlite auto rollback by @Alenar in #1742
- Rotate documentation for
2423distribution by @jpraynaud in #1732 - Update CHANGELOG with
2423.0distribution release by @jpraynaud in #1745 - Dev blog post for removed
snapshotcommand in client CLI by @jpraynaud in #1746 - Implement pooled resource item reset when given back by @jpraynaud in #1744
- Handle rollbacks when reading blocks from the chain by @Alenar in #1748
- fix: clippy warnings with Rust
1.79.0by @jpraynaud in #1749 - Signed entity lock mechanism by @Alenar in #1758
- Use
macOS-arm64runner in CI by @dlachaume in #1752 - Fix
macOS-arm64architecture value from lowercase to uppercase in CI by @dlachaume in #1759 - Upgrade doc dependencies by @dlachaume in #1764
- Warmup/Preload cardano transactions & block range roots by @Alenar in #1763
- Upgrade
mithril-explorer,wwwandwww-testdependencies by @dlachaume in #1765 - Upgrade project dependencies by @dlachaume in #1768
- Add
Mithril Threat Modelpage on website by @jpraynaud in #1726 - Import transactions in sequence on signer by @Alenar in #1769
- Implement database connection pooling for Cardano transaction store by @jpraynaud in #1761
- Only save rust cache on main branch by @Alenar in #1770
- Add missing pre-requisites to build WASM client by @dlachaume in #1772
- Ensure validation of transaction hashes to provide to the prover by @dlachaume in #1774
- Vacuum sqlite database at startup & after transactions preload by @Alenar in #1771
- Add MSYS2 building instructions by @jasagredo in #1773
- Use a macro to limit error in default configuration by @sfauvel in #1778
- Fix #1762: CardanoTransactionSnapshot block number is not certified by @Alenar in #1779
- Fix: avoid iterator copy in
BlockRangeRootRetrieverby @jpraynaud in #1780 - Import Cardano transactions with Pallas chain reader by @jpraynaud in #1747
- Fix aggregator Cardano transaction prover benchmark tool by @jpraynaud in #1790
- Conditional embedding cardano cli in docker image by @sfauvel in #1789
- Fix
sanchonetblocks parsing by @jpraynaud in #1794 - Upkeep service for aggregator & signer by @Alenar in #1791
- Support Cardano node
8.12.2by @jpraynaud in #1788 - Fix: aggregator and signer blocked during Cardano transactions import by @jpraynaud in #1798
- Fix: Support Cardano
8.12by @jpraynaud in #1799 - Bugfix: Can't generate proof for transactions on the last signed block number by @Alenar in #1795
- Preload Cardano transactions based on Aggregator's Signing Capability by @dlachaume in #1796
- Fix explorer crash when proving transaction & enhance mithril-client error by @Alenar in #1800
- Standardize code formatting in repository by @dlachaume in #1783
- Fix: avoid pool acquire timeout during Cardano transaction prover cache computation by @jpraynaud in #1801
- UpkeepService tests flakiness by @Alenar in #1802
- Refactor: Cardano node configuration in infra by @jpraynaud in #1806
- Support Cardano node
9.0.0by @jpraynaud in #1809 - Remove call to chain observer on pending certificate route by @sfauvel in #1808
- Update CHANGELOG with
2428distribution release by @jpraynaud in #1812 - Upgrade dependencies by @jpraynaud in #1811
New Contributors
- @stevenj made their first contribution in #1738
- @jasagredo made their first contribution in #1773
Full Changelog: 2423.0...2428.0-pre
Crates Versions
| Crate | Version |
|---|---|
| mithril-aggregator | 0.5.40 |
| mithril-client | 0.8.7 |
| mithril-client-cli | 0.9.6 |
| mithril-client-wasm | 0.3.7 |
| mithril-common | 0.4.29 |
| mithril-signer | 0.2.161 |
| mithril-stm | 0.3.24 |
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 <[email protected]>" 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 <[email protected]>" [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 <[email protected]>" - 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 ✔️...
Mithril v2423.0
Highlights:
- 🔥 BREAKING changes in Mithril client CLI:
- The deprecated
snapshotcommand has been removed. - It has been superseded by the
cardano-dbcommand.
- The deprecated
- Bug fixes and optimizations.
What's Changed
- Sign
Cardano TransactionswithBlock Range Merkle Rootsby @jpraynaud in #1660 - Prove
Cardano TransactionswithBlock Range Merkle Rootsby @jpraynaud in #1663 - Adding Mithril networks configuration to
networks.jsonby @dlachaume in #1664 - Add new mithril logo and give credit by @ch1bo in #1665
- Ord on signed entity type discriminants by @Alenar in #1669
- Add benchmark tests for storing Cardano transactions by @dlachaume in #1666
- Upgrade project dependencies by @dlachaume in #1671
- Prune history of gh-pages branch by @ch1bo in #1670
- Rotate current documentation by @dlachaume in #1659
- Update CHANGELOG with
2418.1distribution release by @jpraynaud in #1675 - Consistent transactions sort by @Alenar in #1672
- Build and setup Squid in SPO guide by @jpraynaud in #1612
- Stabilize test removing most of the time dependency by @sfauvel in #1673
- Common Cardano transactions & Block range roots repository by @Alenar in #1678
- Activate debug log for signers in infra by @jpraynaud in #1682
- Fix aggregator stress test by @dlachaume in #1679
- Upgrade documentation website dependencies by @dlachaume in #1658
- Fix
squidservice configuration in signer guide for SPO by @jpraynaud in #1684 - Support Cardano
8.11.0-preintesting-sanchonetby @jpraynaud in #1696 - Prune cardano transactions in signer after block range roots computation by @Alenar in #1685
- feat: add
get_current_chain_pointfunction to fetch chain point information by @falcucci in #1674 - Fix Cardano transaction signed entity type timeout by @jpraynaud in #1702
- Create a test Cardano transactions builder by @dlachaume in #1703
- Add
Mithril Protocol Insightsdashboard link on website by @jpraynaud in #1706 - Add missing Genesis Verification Key for
testing-mainnetby @jpraynaud in #1708 - Explorer in out registrations by @Alenar in #1709
- Fix
Bootstrap a Cardano nodeguide by @jpraynaud in #1712 - Remove snapshot command by @sfauvel in #1710
- Update network compatibility table for releases by @jpraynaud in #1714
- Implement
chainsyncChainReaderwithpallasby @jpraynaud in #1680 - Update
BlockStreamerreturn type by @dlachaume in #1716 - Remove connection from database provider by @Alenar in #1715
- Add
chain_pointtoTimePointstructure by @Alenar in #1717 - Add Block Range Merkle Map cache pool in Cardano Transactions prover by @jpraynaud in #1713
- Benchmark aggregator prover tool by @jpraynaud in #1718
- Make Cardano transaction prover able to certify more than 5 transactions by @jpraynaud in #1723
- Block Number beacon in cardano transaction by @Alenar in #1727
- Upgrade dependencies by @dlachaume in #1731
Full Changelog: 2418.1...2423.0
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 <[email protected]>" 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 <[email protected]>" [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 <[email protected]>" - 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 [[email protected]] and let us know of the outcome of your run of this process⚠️
Mithril v2423.0-pre
Highlights:
- 🔥 BREAKING changes in Mithril client CLI:
- The deprecated
snapshotcommand has been removed. - It has been superseded by the
cardano-dbcommand.
- The deprecated
- Bug fixes and optimizations.
What's Changed
- Sign
Cardano TransactionswithBlock Range Merkle Rootsby @jpraynaud in #1660 - Prove
Cardano TransactionswithBlock Range Merkle Rootsby @jpraynaud in #1663 - Adding Mithril networks configuration to
networks.jsonby @dlachaume in #1664 - Add new mithril logo and give credit by @ch1bo in #1665
- Ord on signed entity type discriminants by @Alenar in #1669
- Add benchmark tests for storing Cardano transactions by @dlachaume in #1666
- Upgrade project dependencies by @dlachaume in #1671
- Prune history of gh-pages branch by @ch1bo in #1670
- Rotate current documentation by @dlachaume in #1659
- Update CHANGELOG with
2418.1distribution release by @jpraynaud in #1675 - Consistent transactions sort by @Alenar in #1672
- Build and setup Squid in SPO guide by @jpraynaud in #1612
- Stabilize test removing most of the time dependency by @sfauvel in #1673
- Common Cardano transactions & Block range roots repository by @Alenar in #1678
- Activate debug log for signers in infra by @jpraynaud in #1682
- Fix aggregator stress test by @dlachaume in #1679
- Upgrade documentation website dependencies by @dlachaume in #1658
- Fix
squidservice configuration in signer guide for SPO by @jpraynaud in #1684 - Support Cardano
8.11.0-preintesting-sanchonetby @jpraynaud in #1696 - Prune cardano transactions in signer after block range roots computation by @Alenar in #1685
- feat: add
get_current_chain_pointfunction to fetch chain point information by @falcucci in #1674 - Fix Cardano transaction signed entity type timeout by @jpraynaud in #1702
- Create a test Cardano transactions builder by @dlachaume in #1703
- Add
Mithril Protocol Insightsdashboard link on website by @jpraynaud in #1706 - Add missing Genesis Verification Key for
testing-mainnetby @jpraynaud in #1708 - Explorer in out registrations by @Alenar in #1709
- Fix
Bootstrap a Cardano nodeguide by @jpraynaud in #1712 - Remove snapshot command by @sfauvel in #1710
- Update network compatibility table for releases by @jpraynaud in #1714
- Implement
chainsyncChainReaderwithpallasby @jpraynaud in #1680 - Update
BlockStreamerreturn type by @dlachaume in #1716 - Remove connection from database provider by @Alenar in #1715
- Add
chain_pointtoTimePointstructure by @Alenar in #1717 - Add Block Range Merkle Map cache pool in Cardano Transactions prover by @jpraynaud in #1713
- Benchmark aggregator prover tool by @jpraynaud in #1718
- Make Cardano transaction prover able to certify more than 5 transactions by @jpraynaud in #1723
- Block Number beacon in cardano transaction by @Alenar in #1727
- Upgrade dependencies by @dlachaume in #1731
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 <[email protected]>" 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 <[email protected]>" [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 <[email protected]>" - 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 [[email protected]] and let us know of the outcome of your run of this process⚠️
Mithril v2418.1
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
jemallocatoron signer and aggregator to avoid memory fragmentation. - Always enabled BLST
portablefeature for runtime check of intel ADX instruction set.
What's Changed
- Rotate documentation for
2412distribution by @jpraynaud in #1585 - Fix variable substitution in npm publication workflow release by @sfauvel in #1596
- Rename
Beaconcommon entity toCardanoDbBeaconby @Alenar in #1593 - Upgrade
bech32crate by @jpraynaud in #1592 - Upgrade dependencies by @jpraynaud in #1599
- Make Grafana Dashboard template for signer available in docs by @jpraynaud in #1598
- Aggregate fake aggregator reference json files by @Alenar in #1600
- Fix typo in the SPO setup guide by @jpraynaud in #1602
- Handle multiple beacon types in Certificate by @Alenar in #1601
- Fix runbook for certificate hashes re-computation by @jpraynaud in #1604
- Add and persist
slot_numberandblock_hashtoCardanoTransactionby @Alenar in #1607 - Fix Conway transactions parsing by @jpraynaud in #1608
- New migration to add indexes on foreign keys by @dlachaume in #1609
- Fix
CHANGELOG.mdby @jpraynaud in #1611 - Incremental storage of Cardano transactions by @Alenar in #1619
- Fix signer metrics server caught signal log by @jpraynaud in #1621
- Upgrade
testing-previewVM by @jpraynaud in #1627 - Chain observer retrieves the current Chain Point by @jpraynaud in #1623
- Refactor Aggregator & Signer database structure by @Alenar in #1626
- Use BLST portable feature to enable runtime ADX instruction set check by @Alenar in #1630
- fix: Output deprecation warning in JSON format when option --json is set by @sfauvel in #1631
- Support Cardano
8.10.0intesting-sanchonetby @jpraynaud in #1628 - Deploy
testing-mainnetnetwork by @jpraynaud in #1625 - Remove 'portable' feature in make commands by @jpraynaud in #1636
- Proof generation memory optimisation by @Alenar in #1637
- Minimum supported Cardano node versions for Mithril signers by @dlachaume in #1624
- Fix
open_message.is_expiredin aggregator runner by @dlachaume in #1622 - Remove unused network configuration parameter in mithril-client cli by @dlachaume in #1640
- Mithril relay broadcasts signer registrations in P2P by @jpraynaud in #1588
- Update README
mainnet availabilitysection by @jpraynaud in #1639 - Handle unparsed blocks in Cardano transactions parser by @dlachaume in #1641
- Replace "BFT nodes" with "Full nodes" in devnet by @dlachaume in #1642
- Use new memory allocator 'jemallocator' by @jpraynaud in #1649
- Add aggregator stress test workflow by @dlachaume in #1643
- Store block range roots in db by @Alenar in #1650
- Stream blocks during import by @Alenar in #1652
- Optimize block range roots computation by @jpraynaud in #1655
- Fix missing
mithril-aggregatorbinary in thestress-testjob by @dlachaume in #1653 - Upgrade dependencies by @dlachaume in #1654
- Upgrade crates minor versions by @dlachaume in #1661
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 <[email protected]>" 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 <[email protected]>" [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 <[email protected]>" - 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 [[email protected]] and let us know of the outcome of your run of this process⚠️
Mithril v2418.1-pre
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
jemallocatoron signer and aggregator to avoid memory fragmentation. - Always enabled BLST
portablefeature for runtime check of intel ADX instruction set.
What's Changed
- Rotate documentation for
2412distribution by @jpraynaud in #1585 - Fix variable substitution in npm publication workflow release by @sfauvel in #1596
- Rename
Beaconcommon entity toCardanoDbBeaconby @Alenar in #1593 - Upgrade
bech32crate by @jpraynaud in #1592 - Upgrade dependencies by @jpraynaud in #1599
- Make Grafana Dashboard template for signer available in docs by @jpraynaud in #1598
- Aggregate fake aggregator reference json files by @Alenar in #1600
- Fix typo in the SPO setup guide by @jpraynaud in #1602
- Handle multiple beacon types in Certificate by @Alenar in #1601
- Fix runbook for certificate hashes re-computation by @jpraynaud in #1604
- Add and persist
slot_numberandblock_hashtoCardanoTransactionby @Alenar in #1607 - Fix Conway transactions parsing by @jpraynaud in #1608
- New migration to add indexes on foreign keys by @dlachaume in #1609
- Fix
CHANGELOG.mdby @jpraynaud in #1611 - Incremental storage of Cardano transactions by @Alenar in #1619
- Fix signer metrics server caught signal log by @jpraynaud in #1621
- Upgrade
testing-previewVM by @jpraynaud in #1627 - Chain observer retrieves the current Chain Point by @jpraynaud in #1623
- Refactor Aggregator & Signer database structure by @Alenar in #1626
- Use BLST portable feature to enable runtime ADX instruction set check by @Alenar in #1630
- fix: Output deprecation warning in JSON format when option --json is set by @sfauvel in #1631
- Support Cardano
8.10.0intesting-sanchonetby @jpraynaud in #1628 - Deploy
testing-mainnetnetwork by @jpraynaud in #1625 - Remove 'portable' feature in make commands by @jpraynaud in #1636
- Proof generation memory optimisation by @Alenar in #1637
- Minimum supported Cardano node versions for Mithril signers by @dlachaume in #1624
- Fix
open_message.is_expiredin aggregator runner by @dlachaume in #1622 - Remove unused network configuration parameter in mithril-client cli by @dlachaume in #1640
- Mithril relay broadcasts signer registrations in P2P by @jpraynaud in #1588
- Update README
mainnet availabilitysection by @jpraynaud in #1639 - Handle unparsed blocks in Cardano transactions parser by @dlachaume in #1641
- Replace "BFT nodes" with "Full nodes" in devnet by @dlachaume in #1642
- Use new memory allocator 'jemallocator' by @jpraynaud in #1649
- Add aggregator stress test workflow by @dlachaume in #1643
- Store block range roots in db by @Alenar in #1650
- Stream blocks during import by @Alenar in #1652
- Optimize block range roots computation by @jpraynaud in #1655
- Fix missing
mithril-aggregatorbinary in thestress-testjob by @dlachaume in #1653 - Upgrade dependencies by @dlachaume in #1654
- Upgrade crates minor versions by @dlachaume in #1661
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 <[email protected]>" 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 <[email protected]>" [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 <[email protected]>" - 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 [[email protected]] and let us know of the outcome of your run of this process⚠️
Mithril v2418.0-pre
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
jemallocatoron signer and aggregator to avoid memory fragmentation. - Always enabled BLST
portablefeature for runtime check of intel ADX instruction set.
What's Changed
- Rotate documentation for
2412distribution by @jpraynaud in #1585 - Fix variable substitution in npm publication workflow release by @sfauvel in #1596
- Rename
Beaconcommon entity toCardanoDbBeaconby @Alenar in #1593 - Upgrade
bech32crate by @jpraynaud in #1592 - Upgrade dependencies by @jpraynaud in #1599
- Make Grafana Dashboard template for signer available in docs by @jpraynaud in #1598
- Aggregate fake aggregator reference json files by @Alenar in #1600
- Fix typo in the SPO setup guide by @jpraynaud in #1602
- Handle multiple beacon types in Certificate by @Alenar in #1601
- Fix runbook for certificate hashes re-computation by @jpraynaud in #1604
- Add and persist
slot_numberandblock_hashtoCardanoTransactionby @Alenar in #1607 - Fix Conway transactions parsing by @jpraynaud in #1608
- New migration to add indexes on foreign keys by @dlachaume in #1609
- Fix
CHANGELOG.mdby @jpraynaud in #1611 - Incremental storage of Cardano transactions by @Alenar in #1619
- Fix signer metrics server caught signal log by @jpraynaud in #1621
- Upgrade
testing-previewVM by @jpraynaud in #1627 - Chain observer retrieves the current Chain Point by @jpraynaud in #1623
- Refactor Aggregator & Signer database structure by @Alenar in #1626
- Use BLST portable feature to enable runtime ADX instruction set check by @Alenar in #1630
- fix: Output deprecation warning in JSON format when option --json is set by @sfauvel in #1631
- Support Cardano
8.10.0intesting-sanchonetby @jpraynaud in #1628 - Deploy
testing-mainnetnetwork by @jpraynaud in #1625 - Remove 'portable' feature in make commands by @jpraynaud in #1636
- Proof generation memory optimisation by @Alenar in #1637
- Minimum supported Cardano node versions for Mithril signers by @dlachaume in #1624
- Fix
open_message.is_expiredin aggregator runner by @dlachaume in #1622 - Remove unused network configuration parameter in mithril-client cli by @dlachaume in #1640
- Mithril relay broadcasts signer registrations in P2P by @jpraynaud in #1588
- Update README
mainnet availabilitysection by @jpraynaud in #1639 - Handle unparsed blocks in Cardano transactions parser by @dlachaume in #1641
- Replace "BFT nodes" with "Full nodes" in devnet by @dlachaume in #1642
- Use new memory allocator 'jemallocator' by @jpraynaud in #1649
- Add aggregator stress test workflow by @dlachaume in #1643
- Store block range roots in db by @Alenar in #1650
- Stream blocks during import by @Alenar in #1652
- Optimize block range roots computation by @jpraynaud in #1655
- Fix missing
mithril-aggregatorbinary in thestress-testjob by @dlachaume in #1653 - Upgrade dependencies by @dlachaume in #1654
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 <[email protected]>" 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 <[email protected]>" [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 <[email protected]>" - 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 [[email protected]] and let us know of the outcome of your run of this process⚠️
Mithril v2412.0
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.0in 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-clioutput 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 (
latesttag) by @dlachaumepalo in #1545 - Replacement of
serde_cbordependency byciboriumdependency 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/wwwby @dlachaumepalo in #1555 - Use pallas hardano transactions parser by @sfauvel in #1564
- Reduce Prometheus scrape interval in infra by @jpraynaud in #1565
- Handle
pallas-hardanoparsing 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
moriaDiscord channel toask-mithrilby @jpraynaud in #1574 - Support Cardano node
8.9.0by @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_periodto create isolated new queries by @falcucci in #1576 - Fix SPO on-boarding guide by @jpraynaud in #1579
- Fix minimum
Squidversion in SPO guide by @jpraynaud in #1580 - Add ssh key by @sfauvel in #1578
- Accept existing but empty
dbdir forclient-clicardano-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 <[email protected]>" 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 <[email protected]>" [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 <[email protected]>" - 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 [[email protected]] and let us know of the outcome of your run of this process⚠️
Mithril v2412.0-pre
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.0in 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-clioutput 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 (
latesttag) by @dlachaumepalo in #1545 - Replacement of
serde_cbordependency byciboriumdependency 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/wwwby @dlachaumepalo in #1555 - Use pallas hardano transactions parser by @sfauvel in #1564
- Reduce Prometheus scrape interval in infra by @jpraynaud in #1565
- Handle
pallas-hardanoparsing 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
moriaDiscord channel toask-mithrilby @jpraynaud in #1574 - Support Cardano node
8.9.0by @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_periodto create isolated new queries by @falcucci in #1576 - Fix SPO on-boarding guide by @jpraynaud in #1579
- Fix minimum
Squidversion in SPO guide by @jpraynaud in #1580 - Add ssh key by @sfauvel in #1578
- Accept existing but empty
dbdir forclient-clicardano-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 <[email protected]>" 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 <[email protected]>" [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 <[email protected]>" - 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 [[email protected]] and let us know of the outcome of your run of this process⚠️
Mithril v2408.0
Highlights
⚠️ Breaking change introduced in the Mithril client CLI: the logs output are switched fromstdouttostderrfrom version0.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
npmauthentication to registry in CI by @jpraynaud in #1448 - Fix
mithril-client wasmbasic 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-wasmversion fornpmpublish by @dlachaumepalo in #1453 - Add dev blog post to announce Mithril client
npmpackage by @jpraynaud in #1454 - Gather and store Cardano transactions from immutable files by @jpraynaud in #1451
- Fix
npmbadge inmithril-client-wasmREADME 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
CardanoTransactionsproof generation route in aggregator by @jpraynaud in #1473 - Add
mithril-client-wasmtests in multi platform test by @dlachaumepalo in #1462 - Clean
www/directory by @dlachaumepalo in #1477 - Update dependencies by @Alenar in #1476
- Implement
CardanoTransactionsartifact 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
httpfrom dependencies by @Alenar in #1490 - Support
SanchonetCardano 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-sanchonetnetwork 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
fsflag 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-wasmby @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_releaseaction version in CI by @Alenar in #1525 - Upgrade
mithril-client-wasmminor 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 <[email protected]>" 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 <[email protected]>" [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 <[email protected]>" - 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 [[email protected]] and let us know of the outcome of your run of this process⚠️
Mithril v2408.0-pre
Highlights
⚠️ Breaking change introduced in the Mithril client CLI: the logs output are switched fromstdouttostderrfrom version0.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
npmauthentication to registry in CI by @jpraynaud in #1448 - Fix
mithril-client wasmbasic 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-wasmversion fornpmpublish by @dlachaumepalo in #1453 - Add dev blog post to announce Mithril client
npmpackage by @jpraynaud in #1454 - Gather and store Cardano transactions from immutable files by @jpraynaud in #1451
- Fix
npmbadge inmithril-client-wasmREADME 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
CardanoTransactionsproof generation route in aggregator by @jpraynaud in #1473 - Add
mithril-client-wasmtests in multi platform test by @dlachaumepalo in #1462 - Clean
www/directory by @dlachaumepalo in #1477 - Update dependencies by @Alenar in #1476
- Implement
CardanoTransactionsartifact 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
httpfrom dependencies by @Alenar in #1490 - Support
SanchonetCardano 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-sanchonetnetwork 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
fsflag 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-wasmby @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_releaseaction version in CI by @Alenar in #1525 - Upgrade
mithril-client-wasmminor 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 <[email protected]>" 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 <[email protected]>" [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 <[email protected]>" - 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 [[email protected]] and let us know of the outcome of your run of this process⚠️