From 2f59952a8d0cc730e4cf600ff567f05875207311 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Tue, 10 Dec 2024 11:43:40 +0100 Subject: [PATCH] docs: update CHANGELOG with '2450.0' distribution --- CHANGELOG.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a20a84a0..c1a5199277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,19 +9,31 @@ As a minor extension, we have adopted a slightly different versioning convention ## Mithril Distribution [XXXX] - UNRELEASED -- Implement a new `genesis generate-keypair` command in aggregator CLI to generate a new genesis keypair. +- Crates versions: -- Implement the `/status` route on the aggregator's REST API to provide information about its current status. +| Crate | Version | +| ----- | ------- | +| N/A | `-` | -- Deprecate the `network` field in all messages that contain a `CardanoDbBeacon` field. +## Mithril Distribution [2450.0] - UNRELEASED -- Add Node.js and bundler targets to the Mithril client WASM library. +- **BREAKING** changes in Mithril client library, CLI, and WASM: -- **BREAKING** Remove the `network` field from the internal `CardanoDbBeacon` struct, Certificates of types `CardanoImmutableFilesFull` - must have their hashes recomputed in order to stay valid (procedure detailed in the [`recompute-certificates-hash`](./docs/runbook/recompute-certificates-hash) runbook). + - Remove deprecated `network` field from the internal `CardanoDbBeacon`. + - The Mithril certificates of type `CardanoImmutableFilesFull` can't be verified anymore with the previous clients. + - Clients from distribution [`2445`](#mithril-distribution-24450---2024-11-07) and earlier must be updated. + - 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). + +- Add Node.js and bundler targets to the Mithril client WASM library npm package. - Add a one line shell installation script for the Mithril nodes. +- Add execution rights to pre-built binaries of the Mithril nodes packaged with GitHub releases. + +- Implement the `/status` route on the aggregator's REST API to provide information about its current status. + +- Implement a new `genesis generate-keypair` command in aggregator CLI to generate a new genesis keypair. + - Update to Rust `1.83`. - **UNSTABLE** Cardano database incremental certification: