-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Mithril update 2025-01-08 * Update blog/2025-01-08-mithril.md Co-authored-by: olgahryniuk <[email protected]> --------- Co-authored-by: olgahryniuk <[email protected]>
- Loading branch information
1 parent
9d4b61b
commit fd2402b
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Mithril Team Update | ||
slug: 2025-01-08-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
The Mithril team released the new distribution [`2450.0`](https://github.com/input-output-hk/mithril/releases/tag/2450.0), which offers stable support for Cardano node v.10.1.3 and includes bug fixes and performance improvements. | ||
|
||
The team also continued implementing the incremental certification of the Cardano database: they kept working on creating and synchronizing the artifacts, implemented the artifact routes, and started working on the digest route for the incremental Cardano database in the aggregator REST API. | ||
|
||
Finally, they completed the experimental cache for certificate verification in the WASM client, implemented enhancements to the CI, and fixed a bug with identifier collisions in the incremental Cardano database artifacts. | ||
|
||
## Low level overview | ||
|
||
- Released the new distribution [`2450.0`](https://github.com/input-output-hk/mithril/releases/tag/2450.0) | ||
- Published a [dev blog post](https://mithril.network/doc/dev-blog/2024/12/17/era-switch-pythagoras) about the **Era switch to Pythagoras** | ||
- Published a [dev blog post](https://mithril.network/doc/dev-blog/2024/12/17/distribution-2450) about the **Distribution `2450` is now available** | ||
- Completed the issue **Implement artifact routes for incremental Cardano database in aggregator REST API** [#2152](https://github.com/input-output-hk/mithril/issues/2152) | ||
- Completed the issue **Make devnet bootstrap errors retryable** [#2176](https://github.com/input-output-hk/mithril/issues/2176) | ||
- Completed the issue **Support stable and unstable versions of the explorer** [#2172](https://github.com/input-output-hk/mithril/issues/2172) | ||
- Completed the issue **Handle cache for certificate verification in WASM client** [#1484](https://github.com/input-output-hk/mithril/issues/1484) | ||
- Completed the issue **Run nightly `Aggregator Stress Test` and `Client Multi Platform` workflows** [#2177](https://github.com/input-output-hk/mithril/issues/2177) | ||
- Completed the issue **Nightly backward compatibility tests failing** [#2193](https://github.com/input-output-hk/mithril/issues/2193) | ||
- Completed the issue **`CardanoDatabase` artifact identifiers have collisions** [#2197](https://github.com/input-output-hk/mithril/issues/2197) | ||
- Completed the issue **Release `2450` distribution** [#2124](https://github.com/input-output-hk/mithril/issues/2124) | ||
- Worked on the issue **Implement digests route for incremental Cardano Database in aggregator REST API** [#2174](https://github.com/input-output-hk/mithril/issues/2174) | ||
- Worked on the issue **Design `mithril-common` split & re-organization in repository** [#2175](https://github.com/input-output-hk/mithril/issues/2175) | ||
- Worked on the issue **Implement artifacts builder for incremental Cardano database** [#2151](https://github.com/input-output-hk/mithril/issues/2151) | ||
- Worked on the issue **Activate `Pythagoras` Mithril era** [#2034](https://github.com/input-output-hk/mithril/issues/2034) |