High level overview
This week, the Mithril team started working on the decentralization of the Mithril networks with a proof of concept of peer-to-peer (P2P) networking between nodes. The team kept working on the adaptation of the Mithril client as a library, on the deterministic computation of the transaction history of an address from the immutable files, and on the refactoring that will fix the bottleneck of the key registration in the aggregator. Additionally, they published a security advisory for the Mithril relay.
Finally, they enhanced the CI/CD to publish multiple packages to crates.io and started improving the developer experience with the Mithril devnet.
Low level overview
- Published the security advisory Mithril relay could expose Cardano block producer internal IP when updated #GHSA-9m3h-72xj-x2gq
- Worked on the issue P2P Networking - Proof of Concept #1300
- Worked on the issue Make
mithril-client
crate a library #1141 - Worked on the issue Compute deterministic Cardano transactions history PoC #1283
- Worked on the issue
ProtocolKeyRegistration
creates performance bottleneck in aggregator #1187 - Completed the issue Publish multiple packages to
crates.io
#1298 - Completed the issue Rename public key published in releases #1292
- Completed the issue Mithril networks infrastructure maintenance #1218
- Worked on the issue Fix
devnet
Mithril Docker images #1272