Skip to content

Commit

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

Docs: update CHANGELOG for `2450.0` distribution release
  • Loading branch information
jpraynaud authored Dec 10, 2024
2 parents ef265f4 + 2f59952 commit c6c7eba
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,31 @@ As a minor extension, we have adopted a slightly different versioning convention

## Mithril Distribution [XXXX] - UNRELEASED

- Implement a new `genesis generate-keypair` command in aggregator CLI to generate a new genesis keypair.
- Crates versions:

- Implement the `/status` route on the aggregator's REST API to provide information about its current status.
| Crate | Version |
| ----- | ------- |
| N/A | `-` |

- Deprecate the `network` field in all messages that contain a `CardanoDbBeacon` field.
## Mithril Distribution [2450.0] - UNRELEASED

- Add Node.js and bundler targets to the Mithril client WASM library.
- **BREAKING** changes in Mithril client library, CLI, and WASM:

- **BREAKING** Remove the `network` field from the internal `CardanoDbBeacon` struct, Certificates of types `CardanoImmutableFilesFull`
must have their hashes recomputed in order to stay valid (procedure detailed in the [`recompute-certificates-hash`](./docs/runbook/recompute-certificates-hash) runbook).
- Remove deprecated `network` field from the internal `CardanoDbBeacon`.
- The Mithril certificates of type `CardanoImmutableFilesFull` can't be verified anymore with the previous clients.
- Clients from distribution [`2445`](#mithril-distribution-24450---2024-11-07) and earlier must be updated.
- Aggregators from distribution [`2445`](#mithril-distribution-24450---2024-11-07) and earlier must be updated and [`recompute their certificate hashes`](./docs/runbook/recompute-certificates-hash).

- Add Node.js and bundler targets to the Mithril client WASM library npm package.

- Add a one line shell installation script for the Mithril nodes.

- Add execution rights to pre-built binaries of the Mithril nodes packaged with GitHub releases.

- Implement the `/status` route on the aggregator's REST API to provide information about its current status.

- Implement a new `genesis generate-keypair` command in aggregator CLI to generate a new genesis keypair.

- Update to Rust `1.83`.

- **UNSTABLE** Cardano database incremental certification:
Expand Down

0 comments on commit c6c7eba

Please sign in to comment.