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-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,17 @@ As a minor extension, we have adopted a slightly different versioning convention
13
13
14
14
- Support for multiple aggregate signature proof systems.
15
15
16
+
- Mithril-Aggregator:
17
+
- Added a `/artifact/cardano-database/epoch/{epoch}` route to fetch the list of cardano database snapshots for a given epoch, `{epoch}` can be a number, `latest`, or `latest-{offset}`.
18
+
- Enhanced `/artifact/cardano-stake-distribution/epoch/{epoch}` route to support `latest` and `latest-{offset}` as `{epoch}` values.
19
+
20
+
- Client library and WASM:
21
+
- Added listing of `cardano_database_v2` snapshots for a given epoch, the latest epoch, or the latest epoch with offset
22
+
- Added listing of `cardano_staked_distribution` snapshots for the latest epoch, or the latest epoch with offset
23
+
24
+
- Client CLI:
25
+
- Added `--epoch` optional parameter to `cardano-database snapshot list` commands snapshots, the given value can be a number, `latest`, or `latest-{offset}`.
26
+
16
27
- Crates versions:
17
28
18
29
| Crate | Version |
@@ -21,7 +32,7 @@ As a minor extension, we have adopted a slightly different versioning convention
21
32
22
33
## Mithril Distribution [2537] - 2025-09-17
23
34
24
-
- Client library, CI and WASM:
35
+
- Client library, CLI and WASM:
25
36
- Support for stable `cardano_database_v2` backend in the `mithril-client` library.
26
37
27
38
- Support for stable `v2` backend of `cardano-db` command and decommission of the `cardano-db-v2` command in client CLI.
|`backend`|`--backend`|`-b`| - | Backend to use, either: `v1` (full database restoration only) or `v2` (default, full or partial database restoration) |`v2`| - | - |
576
+
|`epoch`|`--epoch`| - | - |[backend `v2` only] Epoch of the Cardano db snapshots to list, or `latest` for the latest artifact, or `latest-X` for the artifact of the latest epoch minus X | - | - | - |
577
+
|`run_mode`|`--run-mode`| - |`RUN_MODE`| Run Mode |`dev`| - | - |
0 commit comments