Skip to content

Commit

Permalink
docs: update CHANGELOG with '2445.0' distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Nov 5, 2024
1 parent 49a411c commit ef642c0
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,28 @@ As a minor extension, we have adopted a slightly different versioning convention

## Mithril Distribution [XXXX] - UNRELEASED

- **BREAKING** changes in Mithril client Lib, CLI, and WASM:
- Crates versions:

- Remove deprecated `beacon` field from mithril certificates.
- Clients from distribution [`2430`](#mithril-distribution-24300---2024-07-30) and above are compatible with this change.
| Crate | Version |
| ----- | ------- |
| N/A | `-` |

- Support for Prometheus metrics endpoint in aggregator
## Mithril Distribution [2445.0] - UNRELEASED

- Fix an issue that caused unnecessary re-scan of the Cardano chain when importing transactions.
- **BREAKING** changes in Mithril client library, CLI, and WASM:

- Remove deprecated `beacon` field from Mithril certificates.
- Clients from distribution [`2430`](#mithril-distribution-24300---2024-07-30) and above are compatible with this change.

- Support for Prometheus metrics endpoint in aggregator.

- Support for stable Cardano stake distribution client library, CLI and WASM.

- Support for `Cardano node` `10.1.2` in the signer and the aggregator.

- Deprecate `protocol` and `next_protocol` in favor of `signer_registration_protocol` in the `/epoch-settings` route.

- Support for `Cardano node` `10.1.2` in the signer and the aggregator.
- Fix an issue that caused unnecessary re-scan of the Cardano chain when importing transactions.

- Crates versions:

Expand Down

0 comments on commit ef642c0

Please sign in to comment.