Skip to content

Commit

Permalink
Merge pull request #2006 from input-output-hk/jpraynaud/1943-update-c…
Browse files Browse the repository at this point in the history
…hangelog-distribution-2442

Docs: update CHANGELOG for `2442.0` distribution release
  • Loading branch information
jpraynaud authored Oct 14, 2024
2 parents 70b0fea + ba93f3d commit 47cdaea
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,36 @@ 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.

- Support for signing the protocol parameters in the Genesis certificate.

- 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 |
Expand Down

0 comments on commit 47cdaea

Please sign in to comment.