-
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 2023-11-29 * Update blog/2023-11-29-mithril.md Co-authored-by: olgahryniuk <[email protected]> * Update blog/2023-11-29-mithril.md Co-authored-by: olgahryniuk <[email protected]> * Update blog/2023-11-29-mithril.md Co-authored-by: olgahryniuk <[email protected]> --------- Co-authored-by: olgahryniuk <[email protected]>
- Loading branch information
1 parent
c332624
commit 03f8b4b
Showing
1 changed file
with
31 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,31 @@ | ||
--- | ||
title: Mithril Team Update | ||
slug: 2023-11-29-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
This week, the Mithril team released the initial version of the [Mithril client library](https://crates.io/crates/mithril-client), enabling developers to integrate core Mithril features into their applications. They also released a new distribution, [`2347.0`](https://github.com/input-output-hk/mithril/releases/tag/2347.0), which includes support for slim certificate production by the aggregator, along with bug fixes and performance improvements. | ||
|
||
The team also introduced the initial version of Cardano/Mithril node communication enhancements, implemented by TxPipe as part of the Catalyst project. They made progress in decentralizing Mithril networks, including testing the Mithril peer-to-peer (P2P) relay on a test network and conducting threat modeling and risk analysis for P2P networking. Additionally, they started working on adapting the Mithril client library for WASM compilation and made progress in optimizing aggregator performance. | ||
|
||
Finally, they fixed inaccuracies in the verbosity level of logs across most nodes and worked on troubleshooting for some users. | ||
|
||
## Low level overview | ||
- Release of the [`mithril-client`](https://crates.io/crates/mithril-client) library crate | ||
- Publication of a [dev blog post](https://mithril.network/doc/dev-blog/2023/11/27/mithril-client-library-released) about the released Mithril library | ||
- Released the new distribution [`2347.0`](https://github.com/input-output-hk/mithril/releases/tag/2347.0) | ||
- Worked on the issue **Light Wallet: Release `mithril-client` WASM library** [#1336](https://github.com/input-output-hk/mithril/issues/1336) | ||
- Worked on the issue **Enhance Mithril/Cardano node communication** [#1315](https://github.com/input-output-hk/mithril/issues/1315) | ||
- Worked on the issue **P2P threat modeling and risk analysis** [#1350](https://github.com/input-output-hk/mithril/issues/1350) | ||
- Worked on the issue **Enhance aggregator REST API performances** [#1327](https://github.com/input-output-hk/mithril/issues/1327) | ||
- Worked on the issue **Signer runtime is stuck for some SPO** [#1312](https://github.com/input-output-hk/mithril/issues/1312) | ||
- Completed the issue **Support P2P relay in infrastructure** [#1361](https://github.com/input-output-hk/mithril/issues/1361) | ||
- Completed the issue **Make Cardano node version custom in CI/CD** [#1355](https://github.com/input-output-hk/mithril/issues/1355) | ||
- Completed the issue **Manually deploy a test Mithril network** [#1356](https://github.com/input-output-hk/mithril/issues/1356) | ||
- Completed the issue **mithril-client verbosity not following usage menu** [#1325](https://github.com/input-output-hk/mithril/issues/1325) | ||
- Completed the issue **Error message for mithril-client snapshot download** [#1375](https://github.com/input-output-hk/mithril/issues/1375) | ||
|