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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,26 @@ As a minor extension, we have adopted a slightly different versioning convention
9
9
10
10
## Mithril Distribution [XXXX] - UNRELEASED
11
11
12
-
-**BREAKING** changes in Mithril client CLI:
12
+
- Crates versions:
13
+
14
+
| Crate | Version |
15
+
| ----- | ------- |
16
+
| N/A |`-`|
17
+
18
+
## Mithril Distribution [2517.0] - UNRELEASED
19
+
20
+
-**BREAKING** changes in Mithril client CLI and library:
13
21
14
22
- To fast bootstrap a Cardano node, the new `--include-ancillary` option has been added to the _Cardano node database_ command in the Mithril client CLI.
15
-
- Without this option, only final immutable files are downloaded and the ledger state must be computed from the genesis block.
23
+
- Without this option, only final immutable files are downloaded, and the ledger state must be computed from the genesis block when the Cardano node starts.
16
24
- The `--include-ancillary` option requires the usage of an **ancillary verification key** (`--ancillary-verification-key` or `ANCILLARY_VERIFICATION_KEY`) which is specified in the [Networks configuration](https://mithril.network/doc/manual/getting-started/network-configurations) page.
25
+
- Clients from distribution [`2513`](#mithril-distribution-25130---2025-03-28) and earlier are **not compatible** with this change and **must be updated**.
17
26
18
27
- Support for `Cardano node``10.3.1` in the signer and the aggregator.
19
28
20
29
- Support for ancillary files signature for _Cardano node database_ and _Cardano node database v2_ certification with IOG key.
21
30
22
-
-Add `with_origin_tag` function to the Mithril client library to record the origin of client requests.
31
+
-Support for origin tags in Mithril client library, CLI and WASM to record the origin of client requests.
23
32
24
33
-**UNSTABLE** implement support for leader/follower registration in the infrastructure.
0 commit comments