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
9
9
10
10
## Mithril Distribution [ XXXX] - UNRELEASED
11
11
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:
13
21
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 .
15
23
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.
17
31
18
32
- Support for new ` Pythagoras ` Mithril era.
19
33
20
34
- Support for signing the protocol parameters in the Genesis certificate.
21
35
22
36
- Refactor the builder of the protocol messages, and add support for protocol parameters and epoch parts.
23
37
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
-
28
38
- Support for ` Cardano node ` ` 9.2.1 ` in the signer and the aggregator.
29
39
30
40
- Support for stable Cardano transaction client library, CLI and WASM.
31
41
32
- - Support for Mithril era switch in end to end test.
33
-
34
42
- Crates versions:
35
43
36
44
| Crate | Version |
You can’t perform that action at this time.
0 commit comments