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-10-30 #495

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
35 changes: 35 additions & 0 deletions blog/2024-10-30-mithril.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: Mithril Team Update
slug: 2024-10-30-mithril
authors: jpraynaud
tags: [mithril]
hide_table_of_contents: false
---

## High level overview

This week, the Mithril team released the new [CIP-137 - Decentralized message queue](https://discord.com/channels/826816523368005654/1014019542504185876/1301043609092751410), which will be used to diffuse Mithril signatures in the future.

The team also implemented usage metrics with a Prometheus endpoint and published the Grafana dashboard for the aggregator. They have respun the `testing-sanchonet` environment with Cardano node v.10.1 and worked on some refactoring to remove legacy code and make it more readable and maintainable. The team also started exploring solutions for signer registration when multiple aggregators are running on a Mithril network.

Finally, they fixed some flakiness in CI end-to-end tests and made the Cardano stake distribution stable in the client.

## Low level overview

- Published the [Mithril aggregator Grafana dashboard](https://grafana.com/grafana/dashboards/22165-mithril-aggregator/)
- Completed the issue **CIP for Mithril signature diffusion through Cardano network** [#1775](https://github.com/input-output-hk/mithril/issues/1775)
- Completed the issue **Release `2442` distribution** [#1943](https://github.com/input-output-hk/mithril/issues/1943)
- Completed the issue **Create Grafana dashboard for aggregator** [#2001](https://github.com/input-output-hk/mithril/issues/2001)
- Completed the issue **Refactor `ChainPoint` conversion from pallas `Point`** [#2037](https://github.com/input-output-hk/mithril/issues/2037)
- Completed the issue **Flakiness in e2e tests in CI** [#2044](https://github.com/input-output-hk/mithril/issues/2044)
- Completed the issue **Remove `beacon` field in certificate** [#1958](https://github.com/input-output-hk/mithril/issues/1958)
- Completed the issue **Make Cardano stake distribution stable in client** [#2024](https://github.com/input-output-hk/mithril/issues/2024)
- Completed the issue **Add missing successful restoration cardano db in prometheus aggregator** [#2054](https://github.com/input-output-hk/mithril/issues/2054)
- Completed the issue **Upgrade `testing-sanchonet` for respin with Cardano `10.1.0`** [#2045](https://github.com/input-output-hk/mithril/issues/2045)
- Worked on the issue **Explore Signer Registration Solutions** [#2029](https://github.com/input-output-hk/mithril/issues/2029)
- 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 protocol parameters namings in signer/aggregator** [#1966](https://github.com/input-output-hk/mithril/issues/1966)
- Worked on the issue **Docker nightly builds in GitHub Actions** [#2026](https://github.com/input-output-hk/mithril/issues/2026)
- Worked on the issue **Nightly backward compatibility testing with e2e tests** [#2027](https://github.com/input-output-hk/mithril/issues/2027)
- Worked on the issue **Access registered signers for latest epoch in explorer** [#1689](https://github.com/input-output-hk/mithril/issues/1689)
- Worked on the issue **Remove pending certificate from explorer** [#2025](https://github.com/input-output-hk/mithril/issues/2025)
Loading