From 404e15434b9b8f93e0ba8e98fb4005b0f51e9865 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 20 Dec 2023 11:57:46 +0100 Subject: [PATCH] Mithril update 2023-12-20 --- blog/2023-12-20-mithril.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 blog/2023-12-20-mithril.md diff --git a/blog/2023-12-20-mithril.md b/blog/2023-12-20-mithril.md new file mode 100644 index 0000000000..4629a7e953 --- /dev/null +++ b/blog/2023-12-20-mithril.md @@ -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) +