Skip to content

Commit

Permalink
Mithril update 2023-11-08 (#283)
Browse files Browse the repository at this point in the history
* Mithril update 2023-11-08

* Update blog/2023-11-08-mithril.md

Co-authored-by: olgahryniuk <[email protected]>

* Update blog/2023-11-08-mithril.md

Co-authored-by: olgahryniuk <[email protected]>

---------

Co-authored-by: olgahryniuk <[email protected]>
  • Loading branch information
jpraynaud and olgahryniuk authored Nov 8, 2023
1 parent 166e21f commit 211b47a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions blog/2023-11-08-mithril.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Mithril Team Update
slug: 2023-11-08-mithril
authors: jpraynaud
tags: [mithril]
hide_table_of_contents: false
---

## High level overview

This week, the Mithril team continued working on completing the adaptation of the Mithril client as a library. They progressed in decentralizing the Mithril networks with the peer-to-peer (P2P) networking proof of concept, achieving the implementation of a very basic working demo with a peer-to-peer publish-subscribe (pub-sub) mechanism. Additionally, the team continued working on the deterministic computation of the UTXO/transactions set from the immutable files.

Finally, they resolved the naming issue of the Docker package responsible for storing images of the new Mithril client CLI, and continued addressing a performance issue associated with the 'release-mainnet' aggregator.

## Low level overview
- Worked on the issue **Prototype a P2P relay with `libp2p`** [#1300](https://github.com/input-output-hk/mithril/issues/1300)
- Worked on the issue **Light Wallet: Release `mithril-client` library** [#1311](https://github.com/input-output-hk/mithril/issues/1311)
- Worked on the issue **Light Wallet: Compute deterministic Cardano UTxO/transactions set PoC** [#1283](https://github.com/input-output-hk/mithril/issues/1283)
- Worked on the issue **`release-mainnet` aggregator is unreachable** [#1310](https://github.com/input-output-hk/mithril/issues/1310)
- Completed the issue **Client Docker package is incorrect** [#1322](https://github.com/input-output-hk/mithril/issues/1322)

0 comments on commit 211b47a

Please sign in to comment.