-
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.
- Loading branch information
Showing
1 changed file
with
27 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,27 @@ | ||
--- | ||
title: Mithril Team Update | ||
slug: 2023-12-20-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
This week, the Mithril team completed optimizations on the aggregator to handle new types of data to be certified without the need to introduce a new era, and to allow the selection of these types of data with a simple configuration parameter. They have also started implementing a mock aggregator that will help strenghen the tests of the Mithril client in WASM. Additionally, the team kept working on the threat modeling and risk analysis for P2P networking, along with progressing in the implementation of a testing Mithril network for SanchoNet. | ||
|
||
Finally, they worked on some optimizations and refactoring of the Mithril client CLI, and they started upgrading the Cardano node topology used in the Mithril networks infrastructure. | ||
|
||
## Low level overview | ||
- Completed the issue **Implement `open_message` timeout in aggregator** [#1387](https://github.com/input-output-hk/mithril/issues/1387) | ||
- Completed the issue **Implement configurable signed entity types in aggregator** [#1388](https://github.com/input-output-hk/mithril/issues/1388) | ||
- Completed the issue **Enhance machine readable logs in client** [#1234](https://github.com/input-output-hk/mithril/issues/1234) | ||
- Completed the issue **Manual publication to `npm` registry with GitHub action** [#1411](https://github.com/input-output-hk/mithril/issues/1411) | ||
- Worked on the issue **P2P threat modeling and risk analysis** [#1350](https://github.com/input-output-hk/mithril/issues/1350) | ||
- Worked on the issue **Create a test network on `SanchoNet`** [#1173](https://github.com/input-output-hk/mithril/issues/1173) | ||
- Worked on the issue **Implement a fake standalone aggregator** [#1397](https://github.com/input-output-hk/mithril/issues/1397) | ||
- Worked on the issue **Simplify Mithril client CLI download command** [#1406](https://github.com/input-output-hk/mithril/issues/1406) | ||
- Worked on the issue **Make all infra Cardano nodes use P2P topology** [#1405](https://github.com/input-output-hk/mithril/issues/1405) | ||
- Worked on the issue **Upgrade Cardano node to `8.7.2`** [#1410](https://github.com/input-output-hk/mithril/issues/1410) | ||
- Worked on the issue **Enhance Mithril/Cardano node communication** [#1315](https://github.com/input-output-hk/mithril/issues/1315) | ||
|