Skip to content

Commit

Permalink
Update blog/2024-11-27-mithril.md
Browse files Browse the repository at this point in the history
Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
  • Loading branch information
jpraynaud and olgahryniuk authored Nov 27, 2024
1 parent 04664dd commit 9f64e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/2024-11-27-mithril.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f64e12

Please sign in to comment.