Skip to content

Commit

Permalink
Mithril update 2024-11-27 (#509)
Browse files Browse the repository at this point in the history
* Mithril update 2024-11-27

* Update blog/2024-11-27-mithril.md

Co-authored-by: olgahryniuk <[email protected]>

---------

Co-authored-by: olgahryniuk <[email protected]>
  • Loading branch information
jpraynaud and olgahryniuk authored Nov 27, 2024
1 parent 83c00dc commit ec20239
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions blog/2024-11-27-mithril.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit ec20239

Please sign in to comment.