Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mithril update 2024-04-10 #373

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions blog/2024-04-10-mithril.md
@@ -0,0 +1,28 @@
---
title: Mithril Team Update
slug: 2024-04-10-mithril
authors: jpraynaud
tags: [mithril]
hide_table_of_contents: false
---

## High level overview

This week, the Mithril team continued implementing the certification of Cardano transactions in Mithril networks. They focused on scaling the signature and proof generation for `mainnet`, completed the incremental storage of transactions, activated the signature of the transactions on the `testing-preview` network, and prepared a new network to test the scaling on `mainnet` data. The team also made progress on a prototype for decentralizing signer registration with the relay and a peer-to-peer (P2P) network. Additionally, they worked on refactoring the database providers of the aggregator.

Finally, the team delivered a community requested feature that displays the minimum versions of the Cardano node that the signer supports in a machine-readable format. They also provided a manual setup guide for the relay in the SPO user guide.

## Low level overview
- Completed the issue **Implement incremental storage of Cardano transactions in signer/aggregator** [#1591](https://github.com/input-output-hk/mithril/issues/1591)
- Worked on the issue **Mithril relay broadcasts signer registrations with P2P PubSub** [#1587](https://github.com/input-output-hk/mithril/issues/1587)
- Worked on the issue **Refactor `database` module in aggregator** [#1583](https://github.com/input-output-hk/mithril/issues/1583)
- Worked on the issue **`ChainObserver` supports retrieving the Chain Point of the tip of the chain** [#1589](https://github.com/input-output-hk/mithril/issues/1589)
- Worked on the issue **Create file with Cardano minimum versions in repository** [#1615](https://github.com/input-output-hk/mithril/issues/1615)
- Worked on the issue **Deploy `testing-mainnet` network** [#1617](https://github.com/input-output-hk/mithril/issues/1617)
- Worked on the issue **Add section for manual setup of squid in SPO guide** [#1610](https://github.com/input-output-hk/mithril/issues/1610)
- Completed the issue **Signer metrics server displays confusing log message** [#1620](https://github.com/input-output-hk/mithril/issues/1620)