-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Mithril Team Update | ||
slug: 2024-10-09-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
The Mithril team continued working on decentralizing the signature orchestration of the Mithril network. They completed the implementation of the autonomous computation of the messages to be signed by the signer and they worked on adapting the way some signing configuration is broadcast to the signers. They also kept working on the preparation of the new Pythagoras Mithril era. | ||
|
||
Finally, they started working on some refactoring of the Prometheus metrics in the signer, they fixed some minor bugs, they implemented some optimizations on the node logs and the aggregator REST API, and they made the Cardano transaction client stable. | ||
|
||
## Low level overview | ||
- Completed the issue **Signer computes what to sign on its own** [#1925](https://github.com/input-output-hk/mithril/issues/1925) | ||
- Completed the issue **Upgrade to Cardano `9.2.1`** [#1968](https://github.com/input-output-hk/mithril/issues/1968) | ||
- Completed the issue **Handle signatures sent too late in the signer** [#1976](https://github.com/input-output-hk/mithril/issues/1976) | ||
- Completed the issue **Refactor Certifier service to sign and send signatures in signer** [#1945](https://github.com/input-output-hk/mithril/issues/1945) | ||
- Completed the issue **Make `epoch` non optional in `RegisterSignerMessage`** [#1956](https://github.com/input-output-hk/mithril/issues/1956) | ||
- Completed the issue **Configuration of block producer and relays is broken in infra** [#1984](https://github.com/input-output-hk/mithril/issues/1984) | ||
- Completed the issue **Mithril explorer does not display properly on Chrome for Android phone #1944** [#1944](https://github.com/input-output-hk/mithril/issues/1944) | ||
- Worked on the issue **Aggregator uses stored signing configurations when creating signed entity type** [#1961](https://github.com/input-output-hk/mithril/issues/1961) | ||
- Worked on the issue **Prepare new `Pythagoras` Mithril era** [#1946](https://github.com/input-output-hk/mithril/issues/1946) | ||
- Worked on the issue **Refactor Prometheus metrics for signer** [#1990](https://github.com/input-output-hk/mithril/issues/1990) | ||
- Worked on the issue **Aggregator uses stored signing configurations when creating signed entity type** [#1961](https://github.com/input-output-hk/mithril/issues/1961) | ||
- Worked on the issue **Enhance readability of node logs** [#1981](https://github.com/input-output-hk/mithril/issues/1981) | ||
- Worked on the issue **Make Cardano transactions stable in client** [#1952](https://github.com/input-output-hk/mithril/issues/1952) | ||
- Worked on the issue **Remove chain calls from `register-signer` route** [#1982](https://github.com/input-output-hk/mithril/issues/1982) | ||
|
||
|
||
|
||
|