Skip to content

Commit

Permalink
Mithril update 2023-08-28 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud authored Aug 28, 2023
1 parent 4894c24 commit d8a3a20
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions blog/2023-08-28-mithril.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Mithril Team Update
slug: 2023-08-28-mithril
authors: jpraynaud
tags: [mithril]
hide_table_of_contents: false
---

## High level overview
The Mithril team created an explorer page with the registered signers to give recognition to the SPOs already running on mainnet. They also worked on refactoring and standardizing errors in the Mithril nodes, and they enhanced the clarity and reduced verbosity of the logs for the signer and aggregator nodes. Additionally, they started working on the implementation of `zstandard` compression of the snapshot archive, and streaming its download and decompression in the client.

Finally, they implemented machine readable progress information in the client, and streamlined the process of verifying the registration status of a signer.

## Low level overview
- Completed the issue `Create explorer page with registered signers` [#1097](https://github.com/input-output-hk/mithril/issues/1097)
- Completed the issue `Simplify logs on the Signer/Aggregator` [#1106](https://github.com/input-output-hk/mithril/issues/1106)
- Completed the issue `Refactor (de)serialization of crypto entities` [#668](https://github.com/input-output-hk/mithril/issues/668)
- Completed the issue `Mithril client last snapshot download` [#1078](https://github.com/input-output-hk/mithril/issues/1078)
- Completed the issue `Use the '/signers/registered' route to verify if a signer is registered` [#1152](https://github.com/input-output-hk/mithril/issues/1152)
- Worked on the issue `Provide progress information with '--json' option in Client` [#1095](https://github.com/input-output-hk/mithril/issues/1095)
- Worked on the issue `Use 'zstandard' compression for snapshot archives` [#876](https://github.com/input-output-hk/mithril/issues/876)
- Worked on the issue `Make client download and extract the archive simultaneously` [#1115](https://github.com/input-output-hk/mithril/issues/1115)


0 comments on commit d8a3a20

Please sign in to comment.