You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,31 @@ As a minor extension, we have adopted a slightly different versioning convention
9
9
10
10
## Mithril Distribution [XXXX] - UNRELEASED
11
11
12
-
-Implement a new `genesis generate-keypair` command in aggregator CLI to generate a new genesis keypair.
12
+
-Crates versions:
13
13
14
-
- Implement the `/status` route on the aggregator's REST API to provide information about its current status.
14
+
| Crate | Version |
15
+
| ----- | ------- |
16
+
| N/A |`-`|
15
17
16
-
- Deprecate the `network` field in all messages that contain a `CardanoDbBeacon` field.
18
+
## Mithril Distribution [2450.0] - UNRELEASED
17
19
18
-
-Add Node.js and bundler targets to the Mithril client WASM library.
20
+
-**BREAKING** changes in Mithril client library, CLI, and WASM:
19
21
20
-
-**BREAKING** Remove the `network` field from the internal `CardanoDbBeacon` struct, Certificates of types `CardanoImmutableFilesFull`
21
-
must have their hashes recomputed in order to stay valid (procedure detailed in the [`recompute-certificates-hash`](./docs/runbook/recompute-certificates-hash) runbook).
22
+
- Remove deprecated `network` field from the internal `CardanoDbBeacon`.
23
+
- The Mithril certificates of type `CardanoImmutableFilesFull` can't be verified anymore with the previous clients.
24
+
- Clients from distribution [`2445`](#mithril-distribution-24450---2024-11-07) and earlier must be updated.
25
+
- 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).
26
+
27
+
- Add Node.js and bundler targets to the Mithril client WASM library npm package.
22
28
23
29
- Add a one line shell installation script for the Mithril nodes.
24
30
31
+
- Add execution rights to pre-built binaries of the Mithril nodes packaged with GitHub releases.
32
+
33
+
- Implement the `/status` route on the aggregator's REST API to provide information about its current status.
34
+
35
+
- Implement a new `genesis generate-keypair` command in aggregator CLI to generate a new genesis keypair.
0 commit comments