@@ -9,19 +9,34 @@ As a minor extension, we have adopted a slightly different versioning convention
99
1010## Mithril Distribution [ XXXX] - UNRELEASED
1111
12- - Support for DMQ signature consumer and processor in the aggregator.
12+ - Crates versions:
13+
14+ | Crate | Version |
15+ | ----- | ------- |
16+ | N/A | ` - ` |
17+
18+ ## Mithril Distribution [ 2524.0] - UNRELEASED
1319
1420- Support for ` Cardano node ` ` 10.4.1 ` in the signer and the aggregator.
1521
16- - Support for recording client types in Mithril client library, CLI and WASM in the aggregator metrics.
22+ - Support for recording client types origin (library, CLI and WASM) in the aggregator metrics.
23+
24+ - ** UNSTABLE** :
25+
26+ - New UTxO-HD snapshot converter command for client CLI:
27+
28+ - Added the ` tools utxo-hd snapshot-converter ` command to the client CLI that converts a restored UTxO-HD snapshot to another flavor.
29+ - Support for converting to ` LMDB ` on-disk and ` Legacy ` in-memory flavors.
30+
31+ - New api for client CLI partial cardano database restoration (aka Cardano DB V2):
1732
18- - ** UNSTABLE** New api for client-cli partial cardano database restoration:
33+ - Support for switching the backend with parameter ` --backend [v1,v2] ` to ` cardano-database ` snapshot list, snapshot show and download subcommands:
34+ - backend ` v1 ` (default): support full database restoration only.
35+ - backend ` v2 ` (require ` --unstable ` ): support full and partial database restoration.
36+ - Added ` --start ` , ` --end ` , ` --allow-override ` to ` cardano-database download ` subcommand, supported only with ` --backend v2 ` .
37+ - Deprecated ` cardano-database-v2 ` subcommand.
1938
20- - Allow switching of backend with parameter ` --backend [v1,v2] ` to ` cardano-database ` snapshot list, snapshot show and download subcommands
21- - backend ` v1 ` (default): support full database restoration only
22- - backend ` v2 ` (require ` --unstable ` ): support full and partial database restoration
23- - Add ` --start ` , ` --end ` , ` --allow-override ` to ` cardano-database download ` subcommand, supported only with ` --backend v2 `
24- - Deprecated ` cardano-database-v2 ` subcommand
39+ - Support for DMQ signature consumer and processor in the aggregator.
2540
2641- Crates versions:
2742
0 commit comments