Skip to content

Commit e41df94

Browse files
committed
docs: add distribution '2537.0' dev blog post
1 parent b96e42c commit e41df94

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Distribution `2537` is now available
3+
authors:
4+
- name: Mithril Team
5+
tags: [release, distribution, 2537]
6+
---
7+
8+
### Distribution `2537` is now available
9+
10+
The [`2537.0`](https://github.com/input-output-hk/mithril/releases/tag/2537.0) distribution has been released, introducing the following changes:
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.
20+
21+
This new distribution has been deployed to the **Mithril aggregator** on the `release-mainnet` and `release-preprod` networks.
22+
23+
If running a **Mithril signer**:
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.
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:
30+
31+
```bash
32+
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)
33+
```
34+
35+
For any inquiries or assistance, contact the team on the [Discord channel](https://discord.gg/5kaErDKDRq).

0 commit comments

Comments
 (0)