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
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,24 +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 [2543] - UNRELEASED
11
11
12
-
-**BREAKING** changes in aggregator OpenAPI: removed the `next_cardano_transactions_signing_config` in `/epoch-settings` route.
12
+
- Client library, CLI and WASM:
13
+
-**DEPRECATED**: The `with_aggregator_client` and `new` functions have been deprecated in the `ClientBuilder` struct of the library.
13
14
14
-
- Support for multiple aggregate signature proof systems.
15
+
- Support for default incremental backend (`v2`) for Cardano database restoration in the client library, CLI and WASM.
15
16
16
-
- Mithril-Aggregator:
17
-
- Added a `/artifact/cardano-database/epoch/{epoch}` route to fetch the list of cardano database snapshots for a given epoch, `{epoch}` can be a number, `latest`, or `latest-{offset}`.
18
-
- Enhanced `/artifact/cardano-stake-distribution/epoch/{epoch}` route to support `latest` and `latest-{offset}` as `{epoch}` values.
17
+
- Enhanced verification of a Cardano database which now provides a list of tampered and missing files in case of failure.
19
18
20
-
- Client library and WASM:
21
-
- Added listing of `cardano_database_v2` snapshots for a given epoch, the latest epoch, or the latest epoch with offset
22
-
- Added listing of `cardano_staked_distribution` snapshots for the latest epoch, or the latest epoch with offset
19
+
- Support for artifacts retrieval by epoch for the Cardano database and Cardano stake distribution:
20
+
- Support for listing of Cardano database snapshots for a given epoch, the latest epoch, or the latest epoch with offset in the library.
23
21
24
-
- Client CLI:
25
-
- Added `--epoch` optional parameter to `cardano-database snapshot list` commands snapshots, the given value can be a number, `latest`, or `latest-{offset}`.
22
+
- Support for listing of Cardano stake distribution snapshots for a given epoch, the latest epoch, or the latest epoch with offset in the library.
23
+
24
+
- Support for `--epoch` optional parameter to `cardano-database snapshot list` commands snapshots, the given value can be a number, `latest`, or `latest-{offset}` in the CLI.
25
+
26
+
- Aggregator:
27
+
-**BREAKING**: The deprecated field `next_cardano_transactions_signing_config` in the `/epoch-settings` route of the aggregator has been removed.
28
+
29
+
- Added the `/artifact/cardano-database/epoch/{epoch}` route to fetch the list of Cardano database snapshots for a given epoch, `{epoch}` can be a number, `latest`, or `latest-{offset}`.
30
+
31
+
- Enhanced the `/artifact/cardano-stake-distribution/epoch/{epoch}` route to support `latest` and `latest-{offset}` as `{epoch}` values.
32
+
33
+
-**UNSTABLE**:
34
+
- Support for multiple aggregate signature proof systems in the STM library, aggregator and client.
35
+
36
+
- Support for decentralization of the configuration parameters of Mithril networks.
26
37
27
-
-**UNSTABLE** :
28
38
- Support for Haskell DMQ node and modifications of the DMQ protocol.
0 commit comments