Skip to content

Commit e8c3c99

Browse files
committed
docs: update CHANGELOG with '2537.0' distribution
1 parent 959918d commit e8c3c99

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
As a minor extension, we have adopted a slightly different versioning convention for the Mithril distributions (<https://mithril.network/doc/adr/3#decision>)
99

10-
## Mithril Distribution [XXXX] - UNRELEASED
10+
## Mithril Distribution [2537] - UNRELEASED
1111

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.
1314

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.
1516

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.
1718

18-
- Support for binary hex codec in the protocol keys and signatures.
19+
- Support for stable `tools utxo-hd` commands in client CLI.
1920

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.
2122

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.
2324

24-
- Support for stable `tools utxo-hd` commands in client CLI.
25+
- Refactored STM library for enhanced clarity, readability and maintainability.
2526

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.
2728

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.
2930

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.
3134

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.
3336

34-
- Support for Mithril era transition in the client library, CLI and WASM.
37+
- Support for the Rust `2024` edition (from `2021` edition).
3538

3639
- **UNSTABLE** :
3740
- Support for certificates chain synchronization between leader/follower aggregators.

0 commit comments

Comments
 (0)