Skip to content

Commit

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

Docs: update CHANGELOG for `2445.0` distribution release
  • Loading branch information
jpraynaud authored Nov 5, 2024
2 parents df88acf + ef642c0 commit 67dc6e4
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 67dc6e4

Please sign in to comment.