-
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-11-13 * Update blog/2024-11-13-mithril.md Co-authored-by: olgahryniuk <[email protected]> --------- Co-authored-by: olgahryniuk <[email protected]>
- Loading branch information
1 parent
8bdf320
commit a609929
Showing
1 changed file
with
28 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,28 @@ | ||
--- | ||
title: Mithril Team Update | ||
slug: 2024-11-13-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
This week, the Mithril team released the new distribution [`2445.0`](https://github.com/input-output-hk/mithril/releases/tag/2445.0). This distribution offers stable support for Cardano node v.10.1, the Cardano stake distribution client library, CLI and WASM, and the aggregator's Prometheus endpoint. It also includes bug fixes and performance improvements. | ||
|
||
The team also continued implementing the new status route in the aggregator. Additionally, they reorganized the user manual section of the documentation website and started working on the new version of the Protocol Insights dashboard. | ||
|
||
Finally, they implemented a new command in the aggregator CLI to generate genesis keypairs and refactored the signer and aggregator's store pruning implementations. | ||
|
||
## Low level overview | ||
|
||
- Released the new distribution [`2445.0`](https://github.com/input-output-hk/mithril/releases/tag/2445.0) | ||
- Published a [dev blog post](https://mithril.network/doc/dev-blog/2024/11/07/mithril-aggregator-prometheus-endpoint) about the **Prometheus endpoint of the aggregator** | ||
- Completed the issue **Reorganize the user manual in the documentation website** [#2101](https://github.com/input-output-hk/mithril/issues/2101) | ||
- Completed the issue **Release `2445` distribution** [#2030](https://github.com/input-output-hk/mithril/issues/2030) | ||
- Worked on the issue **Create a new `/status` route in aggregator** [#2071](https://github.com/input-output-hk/mithril/issues/2071) | ||
- Worked on the issue **Remove `network` field from `CardanoDbBeacon`** [#1957](https://github.com/input-output-hk/mithril/issues/1957) | ||
- Worked on the issue **Refactor pruning with upkeep service in signer/aggregator** [#2075](https://github.com/input-output-hk/mithril/issues/2075) | ||
- Worked on the issue **Implement the new metrics in the Mithril Protocol Insights dashboard** [#2076](https://github.com/input-output-hk/mithril/issues/2076) | ||
- Worked on the issue **Add command to create Genesis keypair in aggregator** [#2074](https://github.com/input-output-hk/mithril/issues/2074) | ||
- Worked on the issue **Explore Signer Registration Solutions** [#2029](https://github.com/input-output-hk/mithril/issues/2029) |