File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments