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 - Worked on the issue Light Wallet: Release
mithril-client
library #1311 - Worked on the issue Light Wallet: Compute deterministic Cardano UTxO/transactions set PoC #1283
- Worked on the issue
release-mainnet
aggregator is unreachable #1310 - Completed the issue Client Docker package is incorrect #1322