Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mithril update 2024-11-13 #503

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions blog/2024-11-13-mithril.md
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.
jpraynaud marked this conversation as resolved.
Show resolved Hide resolved

## 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)
Loading