High level overview
This week, the Mithril team completed 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 P2P signatures broadcast with the relay in the end-to-end tests. Additionally, the team completed the proof-of-concept for the deterministic computation of the UTXO/transactions set from the immutable files.
Finally, they continued addressing some performance issue associated with the 'release-mainnet' aggregator, and fixed a bug with the tool used to process batch certificate hash re-computation.
Low level overview
- Worked on the issue Prototype a P2P relay with
libp2p
#1300 - Completed the issue Light Wallet: Release
mithril-client
library #1311 - Completed the issue Light Wallet: Compute deterministic Cardano UTxO/transactions set PoC #1283
- Completed the issue
release-mainnet
aggregator is unreachable #1310 - Completed the issue Fix certificate hashes re-computation in aggregator #1343
- Completed the issue Remove
unstable
tag inunstable
release #1235 - Worked on the issue Enhance aggregator REST API performances #1327
- Worked on the issue Signer runtime is stuck for some SPO #1312