From a461e99aa229d5b7b568a8a4b534e27c1a3ff126 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 22 Nov 2023 10:53:26 +0100 Subject: [PATCH] Update blog/2023-11-22-mithril.md Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> --- blog/2023-11-22-mithril.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2023-11-22-mithril.md b/blog/2023-11-22-mithril.md index 8471b7670a..4fc722fd5d 100644 --- a/blog/2023-11-22-mithril.md +++ b/blog/2023-11-22-mithril.md @@ -11,7 +11,7 @@ hide_table_of_contents: false This week, the Mithril team made progress in decentralizing the Mithril networks with the peer-to-peer (P2P) networking proof of concept, completing the first prototype implementation of the Mithril relay, which enables P2P signature broadcasting. They also made progress in optimizing the performance of the aggregator. Additionally, the team completed some enhancements on the CI/CD that will help manually deploy experimental Mithril networks for SanchoNet, as well as for the new P2P network layer. -Finally, they kept investigating why the signer runtime seems to be stuck from time to time for some SPOs, and they began preparing the release of the next distribution. +Finally, they investigated occasional runtime issues causing delays for certain SPOs and started preparing for the next distribution release. ## Low level overview - Completed the issue **Prototype a P2P relay with `libp2p`** [#1326](https://github.com/input-output-hk/mithril/issues/1326)