Skip to content

Commit e72890c

Browse files
authored
Merge pull request #2752 from input-output-hk/jpraynaud/2727-dev-blog-posts-2543
docs: add dev blog posts for distribution `2543`
2 parents 59cd376 + ca85f15 commit e72890c

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

docs/website/blog/2025-06-17-client-cli-cardano-database-backends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ To support this transition, both certification versions will remain available du
4444
- The `v2` backend is promoted to **stable** status but will remain optional
4545
- The `v1` backend is still the default.
4646

47-
- [ ] **Distribution +2**:
48-
- The `v2` backend will become the default
47+
- [x] **Distribution [2543](https://github.com/input-output-hk/mithril/releases/tag/2543.0)**:
48+
- The `v2` backend is the default
4949

5050
- [ ] **Distribution +3**:
5151
- The `v1` backend will be deprecated.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Distribution `2543` is now available
3+
authors:
4+
- name: Mithril Team
5+
tags: [release, distribution, 2543]
6+
---
7+
8+
### Distribution `2543` is now available
9+
10+
The [`2543.0`](https://github.com/input-output-hk/mithril/releases/tag/2543.0) distribution has been released, introducing the following changes:
11+
12+
- Added support for default incremental backend (v2) for Cardano database restoration in the client library, CLI and WASM
13+
- 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
14+
- Added support for artifacts retrieval by epoch for the Cardano database and Cardano stake distribution in the client library, CLI and WASM
15+
- Deprecated the `with_aggregator_client` and `new` functions in the `ClientBuilder` struct of the client library
16+
- General bug fixes and performance improvements.
17+
18+
This new distribution has been deployed to the **Mithril aggregator** on the `release-mainnet` and `release-preprod` networks.
19+
20+
For those running a **Mithril signer**:
21+
22+
- **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.
25+
26+
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:
27+
28+
```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)
30+
```
31+
32+
For any inquiries or assistance, contact the team on the [Discord channel](https://discord.gg/5kaErDKDRq).

0 commit comments

Comments
 (0)