From 9f64e122b9a16e71e4ddb1bd2736d6c7b1ed2189 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 27 Nov 2024 12:04:46 +0100 Subject: [PATCH] Update blog/2024-11-27-mithril.md Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> --- blog/2024-11-27-mithril.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2024-11-27-mithril.md b/blog/2024-11-27-mithril.md index 39c5beff71..b04a4eb7cf 100644 --- a/blog/2024-11-27-mithril.md +++ b/blog/2024-11-27-mithril.md @@ -8,9 +8,9 @@ hide_table_of_contents: false ## High level overview -This week, the Mithril team released a new one line installer for the pre-built Mithril binaries which will facilitate, in particular, the update process of the signers for the SPOs, and they released a protocol [Security](https://mithril.network/doc/mithril/mithril-protocol/security) page on the documentation website. They also started working on the implementation of a new type of certification for the Cardano database which will allow differential update: a new signed entity type has been scaffolded and the computation of the message to sign is in progress. Additionally, the team completed the adaptation of the WASM client npm package to support NodeJS and started to work on the cache for certificate verification in the WASM client. +This week, the Mithril team released a new one-line installer for the pre-built Mithril binaries, simplifying the update process for SPO signers. They also published an overview of the protocol [security](https://mithril.network/doc/mithril/mithril-protocol/security) on the documentation website. The team began implementing a new type of certification for the Cardano database to enable differential updates, scaffolding a new signed entity type, and progressing on the computation of the message to sign. Additionally, they adapted the WASM client npm package to support NodeJS and started working on a cache for certificate verification in the WASM client. -Finally, they refactored the legacy store adapters which have been completely removed from the codebase, and explored solutions for signer registration when multiple aggregators are running on a Mithril network. +Finally, the team completed the removal of legacy store adapters from the codebase and explored solutions for signer registration in networks with multiple aggregators. ## Low level overview