Skip to content

Commit a248dd9

Browse files
authored
Merge pull request #1932 from input-output-hk/jpraynaud/1901-update-changelog-distribution-2437
Update CHANGELOG for `2437.0` distribution release
2 parents f083934 + 28446cf commit a248dd9

File tree

1 file changed

+22
-8
lines changed

1 file changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ As a minor extension, we have adopted a slightly different versioning convention
99

1010
## Mithril Distribution [XXXX] - UNRELEASED
1111

12+
- Crates versions:
13+
14+
| Crate | Version |
15+
| ----- | ------- |
16+
| N/A | `-` |
17+
18+
## Mithril Distribution [2437.0] - UNRELEASED
19+
1220
- **BREAKING** changes in Mithril client WASM:
1321

1422
- Implementation of seamless transition from **unstable** to **stable** features.
@@ -21,17 +29,17 @@ As a minor extension, we have adopted a slightly different versioning convention
2129

2230
- Support `file://` URLs for snapshot locations in Mithril client.
2331

24-
- Support for Mithril signer memory optimization when signing Cardano transactions with multiple Merkle tree storage backends.
25-
2632
- Add feature options `num-integer-backend` and `rug-backend` for `mithril-common` and `mithril-client` crates. Allows to disable `rug-backend` and avoid `LGPL` license usage.
2733

2834
- Post `Chang` hard fork cleanup of the CI, devnet and infrastructure.
2935

30-
- Support infinite preloading of Cardano transactions in signer.
36+
- Cardano transactions certification (stable for signer and aggregator):
3137

32-
- Fix Cardano transactions rollbacks creating panics in signer and aggregator.
38+
- Support for Mithril signer memory optimization when signing Cardano transactions with multiple Merkle tree storage backends.
39+
- Support infinite preloading of Cardano transactions in signer.
40+
- Fix Cardano transactions rollbacks creating panics in signer and aggregator.
3341

34-
- **UNSTABLE** Cardano stake distribution certification:
42+
- Cardano stake distribution certification (stable for signer and aggregator):
3543

3644
- Implement the signable and artifact builders for the signed entity type `CardanoStakeDistribution`.
3745
- Implement the HTTP routes related to the signed entity type `CardanoStakeDistribution` on the aggregator REST API.
@@ -62,9 +70,15 @@ As a minor extension, we have adopted a slightly different versioning convention
6270

6371
- Crates versions:
6472

65-
| Crate | Version |
66-
| ----- | ------- |
67-
| N/A | `-` |
73+
| Crate | Version |
74+
| ------------------- | --------- |
75+
| mithril-aggregator | `0.5.50` |
76+
| mithril-client | `0.8.10` |
77+
| mithril-client-cli | `0.9.9` |
78+
| mithril-client-wasm | `0.3.8` |
79+
| mithril-common | `0.4.38` |
80+
| mithril-signer | `0.2.170` |
81+
| mithril-stm | `0.3.26` |
6882

6983
## Mithril Distribution [2428.0] - 2024-07-15
7084

0 commit comments

Comments
 (0)