Skip to content

Commit 2f59952

Browse files
committed
docs: update CHANGELOG with '2450.0' distribution
1 parent 84530e0 commit 2f59952

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

CHANGELOG.md

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

1010
## Mithril Distribution [XXXX] - UNRELEASED
1111

12-
- Implement a new `genesis generate-keypair` command in aggregator CLI to generate a new genesis keypair.
12+
- Crates versions:
1313

14-
- Implement the `/status` route on the aggregator's REST API to provide information about its current status.
14+
| Crate | Version |
15+
| ----- | ------- |
16+
| N/A | `-` |
1517

16-
- Deprecate the `network` field in all messages that contain a `CardanoDbBeacon` field.
18+
## Mithril Distribution [2450.0] - UNRELEASED
1719

18-
- Add Node.js and bundler targets to the Mithril client WASM library.
20+
- **BREAKING** changes in Mithril client library, CLI, and WASM:
1921

20-
- **BREAKING** Remove the `network` field from the internal `CardanoDbBeacon` struct, Certificates of types `CardanoImmutableFilesFull`
21-
must have their hashes recomputed in order to stay valid (procedure detailed in the [`recompute-certificates-hash`](./docs/runbook/recompute-certificates-hash) runbook).
22+
- Remove deprecated `network` field from the internal `CardanoDbBeacon`.
23+
- The Mithril certificates of type `CardanoImmutableFilesFull` can't be verified anymore with the previous clients.
24+
- Clients from distribution [`2445`](#mithril-distribution-24450---2024-11-07) and earlier must be updated.
25+
- Aggregators from distribution [`2445`](#mithril-distribution-24450---2024-11-07) and earlier must be updated and [`recompute their certificate hashes`](./docs/runbook/recompute-certificates-hash).
26+
27+
- Add Node.js and bundler targets to the Mithril client WASM library npm package.
2228

2329
- Add a one line shell installation script for the Mithril nodes.
2430

31+
- Add execution rights to pre-built binaries of the Mithril nodes packaged with GitHub releases.
32+
33+
- Implement the `/status` route on the aggregator's REST API to provide information about its current status.
34+
35+
- Implement a new `genesis generate-keypair` command in aggregator CLI to generate a new genesis keypair.
36+
2537
- Update to Rust `1.83`.
2638

2739
- **UNSTABLE** Cardano database incremental certification:

0 commit comments

Comments
 (0)