Skip to content

Commit a525362

Browse files
authored
Merge pull request #2774 from input-output-hk/jpraynaud/2771-update-blog-post-distribution-2543
docs: update blog post distribution 2543
2 parents 2ad7d5e + e3c42fe commit a525362

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/website/blog/2025-11-03-distribution-2543.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ tags: [release, distribution, 2543]
77

88
### Distribution `2543` is now available
99

10-
The [`2543.0`](https://github.com/input-output-hk/mithril/releases/tag/2543.0) distribution has been released, introducing the following changes:
10+
:::info Update 2025/11/10
11+
12+
The team released the hotfix `2543.1-hotfix` to address a bug in the `2543.0` distribution that could prevent the Mithril signer from signing when (re)started.
13+
14+
:::
15+
16+
The [`2543.1-hotfix`](https://github.com/input-output-hk/mithril/releases/tag/2543.1-hotfix) distribution has been released, introducing the following changes:
1117

1218
- Added support for default incremental backend (v2) for Cardano database restoration in the client library, CLI and WASM
1319
- Added support for enhanced verification of a Cardano database which provides a list of tampered and missing files in case of failure in the client library and CLI
@@ -20,13 +26,13 @@ This new distribution has been deployed to the **Mithril aggregator** on the `re
2026
For those running a **Mithril signer**:
2127

2228
- **pre-release-preview** network: no action is required at this time
23-
- **release-preprod** network: upgrade the signer node binary to version `0.2.273` – no configuration changes are required
24-
- **release-mainnet** network: upgrade the signer node binary to version `0.2.273`– no configuration changes are required.
29+
- **release-preprod** network: upgrade the signer node binary to version `0.2.276` – no configuration changes are required
30+
- **release-mainnet** network: upgrade the signer node binary to version `0.2.276` – no configuration changes are required.
2531

2632
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:
2733

2834
```bash
29-
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 2543.0 -p $(pwd)
35+
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 2543.1-hotfix -p $(pwd)
3036
```
3137

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

0 commit comments

Comments
 (0)