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
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,31 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
As a minor extension, we have adopted a slightly different versioning convention for the Mithril distributions (<https://mithril.network/doc/adr/3#decision>)
9
9
10
-
## Mithril Distribution [XXXX] - UNRELEASED
10
+
## Mithril Distribution [2537] - UNRELEASED
11
11
12
-
- Support for `Cardano node``10.5.1` in the signer and the aggregator.
12
+
- Client library, CI and WASM:
13
+
- Support for stable `cardano_database_v2` backend in the `mithril-client` library.
13
14
14
-
-`cardano_database_v2` in the `mithril-client` library is now stable
15
+
- Support for stable `v2` backend of `cardano-db` command and decommission of the `cardano-db-v2` command in client CLI.
15
16
16
-
- Support for loose enforcement of OpenAPI compatibility: a warning is displayed when a call to an aggregator may be incompatible.
17
+
- Support for stable `verify` command to verify an existing Cardano database in the client CLI.
17
18
18
-
- Support for binary hex codec in the protocol keys and signatures.
19
+
- Support for stable `tools utxo-hd` commands in client CLI.
19
20
20
-
- Support for a `verify` command to verify an existing Cardano database in the client CLI.
21
+
- Support for Mithril era transition in the client library, CLI and WASM.
21
22
22
-
- Support for stable `v2` backend of `cardano-db` command and decommission of the `cardano-db-v2` command in client CLI.
23
+
- Support for `Cardano node``10.5.1` in the signer and the aggregator.
23
24
24
-
-Support for stable `tools utxo-hd` commands in client CLI.
25
+
-Refactored STM library for enhanced clarity, readability and maintainability.
25
26
26
-
-Add a new `/certificate/genesis` route to the aggregator that fetches the latest genesis certificate
27
+
-Added pre-built Linux ARM binaries in the distribution for the signer, client CLI, and aggregator.
27
28
28
-
-Abstracted the implementation of KES signature and verification to allow multiple and reusable implementations.
29
+
-Added a `/certificate/genesis` route to the aggregator to fetch the latest genesis certificate.
29
30
30
-
- Upgrade the Rust edition of the repository from `2021` to `2024`.
31
+
- Support for loose enforcement of OpenAPI compatibility in HTTP clients of the Mithril nodes.
32
+
33
+
- Support for binary hex codec in the protocol keys and signatures.
31
34
32
-
-Add pre-built Linux ARM binaries in the distribution for the signer, client CLI, and aggregator.
35
+
-Support for multiple implementations of KES signature and verification operations.
33
36
34
-
- Support for Mithril era transition in the client library, CLI and WASM.
37
+
- Support for the Rust `2024` edition (from `2021` edition).
35
38
36
39
-**UNSTABLE** :
37
40
- Support for certificates chain synchronization between leader/follower aggregators.
0 commit comments