-
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-30 * Update blog/2024-10-30-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
1a0f8f5
commit 17e2a3f
Showing
1 changed file
with
35 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,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) |