Skip to content

Commit 47cdaea

Browse files
authored
Merge pull request #2006 from input-output-hk/jpraynaud/1943-update-changelog-distribution-2442
Docs: update CHANGELOG for `2442.0` distribution release
2 parents 70b0fea + ba93f3d commit 47cdaea

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,36 @@ As a minor extension, we have adopted a slightly different versioning convention
99

1010
## Mithril Distribution [XXXX] - UNRELEASED
1111

12-
- Optimizations of the state machine used by the signer to create individual signatures.
12+
- Crates versions:
13+
14+
| Crate | Version |
15+
| ----- | ------- |
16+
| N/A | `-` |
17+
18+
## Mithril Distribution [2442.0] - UNRELEASED
19+
20+
- Decentralization of the signature orchestration:
1321

14-
- Support for buffering of incoming single signatures by the aggregator if it can not aggregate them yet.
22+
- Optimizations of the state machine used by the signer to create individual signatures.
1523

16-
- Expose the Cardano transactions signing configuration for the current and upcoming epoch via the `/epoch-settings` route.
24+
- Support for buffering of incoming single signatures by the aggregator if it can not aggregate them yet.
25+
26+
- Expose the Cardano transactions signing configuration for the current and upcoming epoch via the `/epoch-settings` route.
27+
28+
- Signer computes what to sign independently of the aggregator.
29+
30+
- Deprecate aggregator `/certificate-pending` route as the signer does not need it anymore.
1731

1832
- Support for new `Pythagoras` Mithril era.
1933

2034
- Support for signing the protocol parameters in the Genesis certificate.
2135

2236
- Refactor the builder of the protocol messages, and add support for protocol parameters and epoch parts.
2337

24-
- Signer computes what to sign independently of the aggregator.
25-
26-
- Deprecate aggregator `/certificate-pending` route as the signer does not need it anymore.
27-
2838
- Support for `Cardano node` `9.2.1` in the signer and the aggregator.
2939

3040
- Support for stable Cardano transaction client library, CLI and WASM.
3141

32-
- Support for Mithril era switch in end to end test.
33-
3442
- Crates versions:
3543

3644
| Crate | Version |

0 commit comments

Comments
 (0)