From ba93f3d3bd923b155666171fddecebe7dd96a1b0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Mon, 14 Oct 2024 15:14:17 +0200 Subject: [PATCH] docs: update CHANGELOG with '2442.0' distribution --- CHANGELOG.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a29bbdc6..c293b40299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,25 @@ As a minor extension, we have adopted a slightly different versioning convention ## Mithril Distribution [XXXX] - UNRELEASED -- Optimizations of the state machine used by the signer to create individual signatures. +- Crates versions: + +| Crate | Version | +| ----- | ------- | +| N/A | `-` | + +## Mithril Distribution [2442.0] - UNRELEASED + +- Decentralization of the signature orchestration: -- Support for buffering of incoming single signatures by the aggregator if it can not aggregate them yet. + - Optimizations of the state machine used by the signer to create individual signatures. -- Expose the Cardano transactions signing configuration for the current and upcoming epoch via the `/epoch-settings` route. + - Support for buffering of incoming single signatures by the aggregator if it can not aggregate them yet. + + - Expose the Cardano transactions signing configuration for the current and upcoming epoch via the `/epoch-settings` route. + + - Signer computes what to sign independently of the aggregator. + + - Deprecate aggregator `/certificate-pending` route as the signer does not need it anymore. - Support for new `Pythagoras` Mithril era. @@ -21,16 +35,10 @@ As a minor extension, we have adopted a slightly different versioning convention - Refactor the builder of the protocol messages, and add support for protocol parameters and epoch parts. -- Signer computes what to sign independently of the aggregator. - -- Deprecate aggregator `/certificate-pending` route as the signer does not need it anymore. - - Support for `Cardano node` `9.2.1` in the signer and the aggregator. - Support for stable Cardano transaction client library, CLI and WASM. -- Support for Mithril era switch in end to end test. - - Crates versions: | Crate | Version |