From ac25410c1e69e4e6d1972125ff87ad68c21c50ad Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 30 Oct 2024 15:02:31 +0100 Subject: [PATCH] Update blog/2024-10-30-mithril.md Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> --- blog/2024-10-30-mithril.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/2024-10-30-mithril.md b/blog/2024-10-30-mithril.md index 39b8920a30..3847acfdce 100644 --- a/blog/2024-10-30-mithril.md +++ b/blog/2024-10-30-mithril.md @@ -8,11 +8,11 @@ hide_table_of_contents: false ## High level overview -This week, the Mithril team released the new [CIP 137 - Decentralize Message Queue](https://discord.com/channels/826816523368005654/1014019542504185876/1301043609092751410) which will be used in the future to diffuse Mithril signatures. +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 completed the implementation of usage metrics with a Prometheus endpoint and pubslihed the Grafana dashboard for the aggregator. They respun the `testing-sanchonet` environment with Cardano v10.1. Additionally, they worked on some refactoring to remove legacy code and make the code more readable and maintainable, and they started exploring solutions for signer registration when multiple aggregators are running on a Mithril network. +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 the e2e tests in CI and made the Cardano stake distribution stable in the client. +Finally, they fixed some flakiness in CI end-to-end tests and made the Cardano stake distribution stable in the client. ## Low level overview