Skip to content

Commit 1494c6f

Browse files
committed
docs: update CHANGELOG with '2517.0' distribution
1 parent 9f4f380 commit 1494c6f

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,26 @@ As a minor extension, we have adopted a slightly different versioning convention
99

1010
## Mithril Distribution [XXXX] - UNRELEASED
1111

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:
1321

1422
- 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.
1624
- 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**.
1726

1827
- Support for `Cardano node` `10.3.1` in the signer and the aggregator.
1928

2029
- Support for ancillary files signature for _Cardano node database_ and _Cardano node database v2_ certification with IOG key.
2130

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.
2332

2433
- **UNSTABLE** implement support for leader/follower registration in the infrastructure.
2534

0 commit comments

Comments
 (0)