Skip to content

Commit 3063c3e

Browse files
authored
Merge pull request #2749 from input-output-hk/jpraynaud/2727-update-changelog-distribution-2543
docs: update CHANGELOG with '2543.0' distribution
2 parents a1eecb8 + aadd2ce commit 3063c3e

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

CHANGELOG.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +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 [2543] - UNRELEASED
1111

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

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

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

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

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

27-
- **UNSTABLE** :
2838
- Support for Haskell DMQ node and modifications of the DMQ protocol.
2939

3040
- Crates versions:

0 commit comments

Comments
 (0)