You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [`2537.0`](https://github.com/input-output-hk/mithril/releases/tag/2537.0) distribution has been released, introducing the following changes:
11
11
12
-
-Support for `Cardano node``10.5.1` in the signer and the aggregator
13
-
-Support for stable `cardano_database_v2` backend in the `mithril-client` library
14
-
-Support for stable `v2` backend of `cardano-db` command and decommission of `cardano-db-v2` command in client CLI
15
-
-Support for stable `verify` command to verify an existing Cardano database in the client CLI
16
-
-Support for stable UTxO-HD snapshot converter `tools utxo-hd snapshot-converter` command in client CLI
17
-
-Support for pre-built Linux ARM binaries for the signer, client CLI, and aggregator
18
-
-Support for the Rust `2024` edition (from `2021` edition)
19
-
-Bug fixes and performance improvements.
12
+
-Added support for Cardano node`v.10.5.1` in the signer and aggregator
13
+
-Added support for the stable `cardano_database_v2` backend in the `mithril-client` library
14
+
-Added support for the stable `v2` backend of the `cardano-db` command, with the decommissioning of the `cardano-db-v2` command in the client CLI
15
+
-Added support for the stable `verify` command to validate an existing Cardano database in the client CLI
16
+
-Added support for the stable UTXO-HD snapshot converter via the tools `utxo-hd snapshot-converter` command in the client CLI
17
+
-Provided pre-built Linux ARM binaries for the signer, client CLI, and aggregator
18
+
-Migrated to the Rust `2024` edition (from the`2021` edition)
19
+
-General bug fixes and performance improvements.
20
20
21
21
This new distribution has been deployed to the **Mithril aggregator** on the `release-mainnet` and `release-preprod` networks.
22
22
23
-
If running a **Mithril signer**:
23
+
For those running a **Mithril signer**:
24
24
25
-
-**pre-release-preview** network: no action required at this time
26
-
-**release-preprod** network: upgrade the signer node binary to version `0.2.268` – no configuration changes required
27
-
-**release-mainnet** network: upgrade the signer node binary to version `0.2.268`– no configuration changes required.
25
+
-**pre-release-preview** network: no action is required at this time
26
+
-**release-preprod** network: upgrade the signer node binary to version `0.2.268` – no configuration changes are required
27
+
-**release-mainnet** network: upgrade the signer node binary to version `0.2.268`– no configuration changes are required.
28
28
29
-
You can update the Mithril signer using the one-line command below. It downloads to the current directory by default, but you can specify a custom folder using the -p option:
29
+
You can update the Mithril signer using the one-line command below. By default, it downloads to the current directory, but you can specify a custom folder with the -p option:
### Pre-built Linux ARM binaries are now available
9
9
10
-
With the release of the [`2537.0`](https://github.com/input-output-hk/mithril/releases/tag/2537.0) distribution, **Linux ARM pre-built binaries** are now available for the Mithril nodes:
10
+
With the release of the [`2537.0`](https://github.com/input-output-hk/mithril/releases/tag/2537.0) distribution, **pre-built Linux ARM binaries** are now available for Mithril nodes:
11
11
12
-
- Download the binaries directly (in a file attached to the GitHub release with the suffix `-linux-arm64.tar.gz`)
13
-
- Download the Debian package (in a file attached to the GitHub release with the suffix `-arm64.deb`)
14
-
-Or use the [one-liner installer](https://mithril.network/doc/dev-blog/2024/11/25/one-line-binaries-installer) to install them.
12
+
- Download the binaries directly (files attached to the GitHub release with the suffix `-linux-arm64.tar.gz`)
13
+
- Download the Debian package (files attached to the GitHub release with the suffix `-arm64.deb`)
14
+
-Use the [one-liner installer](https://mithril.network/doc/dev-blog/2024/11/25/one-line-binaries-installer) to install them.
15
15
16
-
To provide a clear overview of the supported platforms, we have added a new "Platform Support" section in the release notes, which is reproduced below for your convenience (and might change in the future).
16
+
To provide a clear overview of supported platforms, the team has added a new 'Platform support' section in the release notes, reproduced below for convenience (note that it may change in the future).
17
17
18
18
| Binary | Linux x64 | Linux arm64 | macOS arm64 | Windows x64 |
0 commit comments