Skip to content

Commit cb63791

Browse files
docs: apply review comments
Co-authored-by: olgahryniuk <[email protected]>
1 parent 7fb7a78 commit cb63791

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

docs/website/blog/2025-09-17-distribution-2537.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ tags: [release, distribution, 2537]
99

1010
The [`2537.0`](https://github.com/input-output-hk/mithril/releases/tag/2537.0) distribution has been released, introducing the following changes:
1111

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.
2020

2121
This new distribution has been deployed to the **Mithril aggregator** on the `release-mainnet` and `release-preprod` networks.
2222

23-
If running a **Mithril signer**:
23+
For those running a **Mithril signer**:
2424

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.
2828

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:
3030

3131
```bash
3232
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/input-output-hk/mithril/refs/heads/main/mithril-install.sh | sh -s -- -c mithril-signer -d 2537.0 -p $(pwd)

docs/website/blog/2025-09-17-pre-built-linux-arm-binaries.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ tags: [release, distribution, 2537, arm, linux, pre-built, binaries]
77

88
### Pre-built Linux ARM binaries are now available
99

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:
1111

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.
1515

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).
1717

1818
| Binary | Linux x64 | Linux arm64 | macOS arm64 | Windows x64 |
1919
| ------------------ | :-------: | :---------: | :---------: | :---------: |
2020
| mithril-aggregator || ✔ ⁽\*|||
2121
| mithril-signer || ✔ ⁽\*|||
2222
| mithril-client || ✔ ⁽\*|||
2323

24-
\*⁾⚠️ Linux arm64 builds are not guaranteed, use at your own risk.
24+
\*⁾⚠️ Linux arm64 builds are provided on a best-effort basis and are not officially supported.
2525

2626
For any inquiries or assistance, contact the team on the [Discord channel](https://discord.gg/5kaErDKDRq).

0 commit comments

Comments
 (0)