-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
83c00dc
commit ec20239
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |