From ec202390e427893729c16da5cab34bbe52bdfbcc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 27 Nov 2024 12:10:30 +0100 Subject: [PATCH] Mithril update 2024-11-27 (#509) * Mithril update 2024-11-27 * Update blog/2024-11-27-mithril.md Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> --------- Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> --- blog/2024-11-27-mithril.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 blog/2024-11-27-mithril.md diff --git a/blog/2024-11-27-mithril.md b/blog/2024-11-27-mithril.md new file mode 100644 index 0000000000..b04a4eb7cf --- /dev/null +++ b/blog/2024-11-27-mithril.md @@ -0,0 +1,29 @@ +--- +title: Mithril Team Update +slug: 2024-11-27-mithril +authors: jpraynaud +tags: [mithril] +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, 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, 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 + +- Published a [dev blog post](https://mithril.network/doc/dev-blog/2024/11/25/one-line-binaries-installer) about the new **One line installer for Mithril binaries** +- Released a new protocol [Security](https://mithril.network/doc/mithril/mithril-protocol/security) page on the documentation website +- Completed the issue **Make client WASM `npm` package compatible with `NodeJS`** [#2091](https://github.com/input-output-hk/mithril/issues/2091) +- Completed the issue **Schedule nightly builds with a workflow dispatcher** [#2092](https://github.com/input-output-hk/mithril/issues/2092) +- Completed the issue **Create new signed entity type for Incremental Cardano DB** [#2121](https://github.com/input-output-hk/mithril/issues/2121) +- Completed the issue **Get rid of store adapters in signer and aggregator** [#2118](https://github.com/input-output-hk/mithril/issues/2118) +- Worked on the issue **Handle cache for certificate verification in WASM client** [#1484](https://github.com/input-output-hk/mithril/issues/1484) +- Worked on the issue **Implement signable builder for Incremental Cardano DB** [#2122](https://github.com/input-output-hk/mithril/issues/2122) +- Worked on the issue **Activate `Pythagoras` Mithril era** [#2034](https://github.com/input-output-hk/mithril/issues/2034) +- Worked on the issue **Explore Signer Registration Solutions** [#2029](https://github.com/input-output-hk/mithril/issues/2029) +- Completed the issue **Next protocol parameters in status page are invalid** [#2134](https://github.com/input-output-hk/mithril/issues/2134) +- Completed the issue **Snapshot Client can not deserialize artifact list** [#2140](https://github.com/input-output-hk/mithril/issues/2140) +- Completed the issue **Preprod Mithril snapshot error** [#2129](https://github.com/input-output-hk/mithril/issues/2129)