-
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 2024-10-23 * Update blog/2024-10-23-mithril.md Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> --------- Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
- Loading branch information
1 parent
51f8678
commit 9261871
Showing
1 changed file
with
39 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,39 @@ | ||
--- | ||
title: Mithril Team Update | ||
slug: 2024-10-23-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
This week, the Mithril team released the new distribution [`2442.0`](https://github.com/input-output-hk/mithril/releases/tag/2442.0). This release offers stable support for decentralized signature orchestration in both the signer and aggregator, the Cardano transaction client library, CLI and WASM, and the Pythagoras Mithril era. It also includes bug fixes and performance improvements. | ||
|
||
The team also continued implementing usage metrics with a Prometheus endpoint and a Grafana dashboard for the aggregator. Additionally, they completed preparing the Pythagoras Mithril era and refactoring the node logs to improve their readability. | ||
|
||
Finally, they kept implementing optimizations in the CI and updated the decentralized message queue CIP pull request, which has been granted the CIP number `CIP-0137`. | ||
|
||
## Low level overview | ||
- Released the new distribution [`2442.0`](https://github.com/input-output-hk/mithril/releases/tag/2442.0) | ||
- Published a [dev blog post](https://mithril.network/doc/dev-blog/2024/10/15/cardano-stake-distribution-certification) about the **Certification of Cardano stake distribution** | ||
- Completed the issue **Enhance readability of node logs** [#1981](https://github.com/input-output-hk/mithril/issues/1981) | ||
- Completed the issue **Prepare new `Pythagoras` Mithril era** [#1946](https://github.com/input-output-hk/mithril/issues/1946) | ||
- Completed the issue **Expose Prometheus metrics for aggregator** [#1980](https://github.com/input-output-hk/mithril/issues/1980) | ||
- Completed the issue **Deprecate `macOS 12` builders in CI** [#2016](https://github.com/input-output-hk/mithril/issues/2016) | ||
- Completed the issue **Fix Cardano transaction chunk importer** [#2021](https://github.com/input-output-hk/mithril/issues/2021) | ||
- Completed the issue **Deprecate `macOS 12` builders in CI** [#2016](https://github.com/input-output-hk/mithril/issues/2016) | ||
- Completed the issue **Fix warning log when building OpenAPI UI in CI** [#2017](https://github.com/input-output-hk/mithril/issues/2017) | ||
- Completed the issue **Update workflow github actions to node 20** [#2018](https://github.com/input-output-hk/mithril/issues/2018) | ||
- Completed the issue **`release-preprod` aggregator is unavailable** [#2036](https://github.com/input-output-hk/mithril/issues/2036) | ||
- Worked on the issue **Release `2442` distribution** [#1943](https://github.com/input-output-hk/mithril/issues/1943) | ||
- Worked on the issue **Create Grafana dashboard for aggregator** [#2001](https://github.com/input-output-hk/mithril/issues/2001) | ||
- Worked on the issue **Record aggregator metrics in event store** [#2023](https://github.com/input-output-hk/mithril/issues/2023) | ||
- Worked on the issue **Refactor `ChainPoint` conversion from pallas `Point`** [#2037](https://github.com/input-output-hk/mithril/issues/2037) | ||
- Worked on the issue **CIP for Mithril signature diffusion through Cardano network** [#1775](https://github.com/input-output-hk/mithril/issues/1775) | ||
|
||
|
||
|
||
|
||
|
||
|