Skip to content

Commit 18dfe19

Browse files
committed
chore: update changelog
1 parent 75dbe42 commit 18dfe19

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ As a minor extension, we have adopted a slightly different versioning convention
1313

1414
- Support for multiple aggregate signature proof systems.
1515

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+
1627
- Crates versions:
1728

1829
| Crate | Version |
@@ -21,7 +32,7 @@ As a minor extension, we have adopted a slightly different versioning convention
2132

2233
## Mithril Distribution [2537] - 2025-09-17
2334

24-
- Client library, CI and WASM:
35+
- Client library, CLI and WASM:
2536
- Support for stable `cardano_database_v2` backend in the `mithril-client` library.
2637

2738
- Support for stable `v2` backend of `cardano-db` command and decommission of the `cardano-db-v2` command in client CLI.

0 commit comments

Comments
 (0)