Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: update CHANGELOG for 2442.0 distribution release #2006

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading