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
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
As a minor extension, we have adopted a slightly different versioning convention for the Mithril distributions (<https://mithril.network/doc/adr/3#decision>)
9
9
10
-
## Mithril Distribution [2630.0] - UNRELEASED
10
+
## Mithril Distribution [XXXX] - UNRELEASED
11
+
12
+
| Crate | Version |
13
+
| ------------------- | ------- |
14
+
| mithril-aggregator |`-`|
15
+
| mithril-client |`-`|
16
+
| mithril-client-cli |`-`|
17
+
| mithril-client-wasm |`-`|
18
+
| mithril-common |`-`|
19
+
| mithril-signer |`-`|
20
+
| mithril-stm |`-`|
21
+
22
+
## Mithril Distribution [2630.0] - 2026-08-03
11
23
12
24
-**REMOVED** support for `CardanoImmutableFilesFull` in Mithril signer and aggregator:
13
25
- Use `CardanoDatabase` (also known as "cardano database v2") instead, which supports partial database restoration and
@@ -42,15 +54,15 @@ As a minor extension, we have adopted a slightly different versioning convention
42
54
- Support for stopping certificate chain verification early on full-chain certifying certificates.
43
55
- Support for recursive (IVC) SNARK proofs for the certificate chain.
0 commit comments