From fd2402bc8bce20e77130c11fa0495ed1425c575d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 8 Jan 2025 13:35:24 +0100 Subject: [PATCH] Mithril update 2025-01-08 (#521) * Mithril update 2025-01-08 * Update blog/2025-01-08-mithril.md Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> --------- Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> --- blog/2025-01-08-mithril.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 blog/2025-01-08-mithril.md diff --git a/blog/2025-01-08-mithril.md b/blog/2025-01-08-mithril.md new file mode 100644 index 0000000000..adb3ba4180 --- /dev/null +++ b/blog/2025-01-08-mithril.md @@ -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)