@@ -9,19 +9,34 @@ As a minor extension, we have adopted a slightly different versioning convention
9
9
10
10
## Mithril Distribution [ XXXX] - UNRELEASED
11
11
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
13
19
14
20
- Support for ` Cardano node ` ` 10.4.1 ` in the signer and the aggregator.
15
21
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):
17
32
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.
19
38
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.
25
40
26
41
- Crates versions:
27
42
0 commit comments