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
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,14 @@ As a minor extension, we have adopted a slightly different versioning convention
9
9
10
10
## Mithril Distribution [XXXX] - UNRELEASED
11
11
12
+
- Crates versions:
13
+
14
+
| Crate | Version |
15
+
| ----- | ------- |
16
+
| N/A |`-`|
17
+
18
+
## Mithril Distribution [2437.0] - UNRELEASED
19
+
12
20
-**BREAKING** changes in Mithril client WASM:
13
21
14
22
- Implementation of seamless transition from **unstable** to **stable** features.
@@ -21,17 +29,17 @@ As a minor extension, we have adopted a slightly different versioning convention
21
29
22
30
- Support `file://` URLs for snapshot locations in Mithril client.
23
31
24
-
- Support for Mithril signer memory optimization when signing Cardano transactions with multiple Merkle tree storage backends.
25
-
26
32
- Add feature options `num-integer-backend` and `rug-backend` for `mithril-common` and `mithril-client` crates. Allows to disable `rug-backend` and avoid `LGPL` license usage.
27
33
28
34
- Post `Chang` hard fork cleanup of the CI, devnet and infrastructure.
29
35
30
-
-Support infinite preloading of Cardano transactions in signer.
36
+
-Cardano transactions certification (stable for signer and aggregator):
31
37
32
-
- Fix Cardano transactions rollbacks creating panics in signer and aggregator.
38
+
- Support for Mithril signer memory optimization when signing Cardano transactions with multiple Merkle tree storage backends.
39
+
- Support infinite preloading of Cardano transactions in signer.
40
+
- Fix Cardano transactions rollbacks creating panics in signer and aggregator.
33
41
34
-
-**UNSTABLE**Cardano stake distribution certification:
42
+
- Cardano stake distribution certification (stable for signer and aggregator):
35
43
36
44
- Implement the signable and artifact builders for the signed entity type `CardanoStakeDistribution`.
37
45
- Implement the HTTP routes related to the signed entity type `CardanoStakeDistribution` on the aggregator REST API.
0 commit comments