Skip to content

Commit d557041

Browse files
Mithril update 2025-11-12 (#685)
* Mithril update 2025-11-12 * Update blog/2025-11-12-mithril.md Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> --------- Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
1 parent 2449de1 commit d557041

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

blog/2025-11-12-mithril.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Mithril Team Update
3+
slug: 2025-11-12-mithril
4+
authors: jpraynaud
5+
tags: [mithril]
6+
hide_table_of_contents: false
7+
---
8+
9+
## High level overview
10+
11+
This week, the Mithril team released the `2543.1` hotfix distribution, which fixes an issue in the previous release that caused some Mithril signers to stop signing until the end of the current epoch after being restarted.
12+
13+
The team has nearly completed the first phase of decentralizing configuration parameters and continued implementing a simple aggregator discovery mechanism. They also advanced work on the SNARK-friendly STM library by designing its architecture, implementing the Schnorr signature scheme, refactoring error handling, and experimenting with a Jubjub curve implementation in the BLST library.
14+
15+
Finally, the team worked on refactoring the interface used by the signer to interact with the aggregator and improved the protocol security page.
16+
17+
## Low level overview
18+
19+
### Features
20+
21+
- Worked on the issue **Decentralization of configuration parameters - Phase 1** [#2692](https://github.com/input-output-hk/mithril/issues/2692)
22+
- Worked on the issue **Implement a simple aggregator discovery mechanism** [#2726](https://github.com/input-output-hk/mithril/issues/2726)
23+
- Worked on the issue **Architecture of the SNARK-friendly STM library** [#2763](https://github.com/input-output-hk/mithril/issues/2763)
24+
- Worked on the issue **Implement Schnorr signature scheme in STM** [#2756](https://github.com/input-output-hk/mithril/issues/2756)
25+
- Worked on the issue **Refactor error handling in STM library** [#2764](https://github.com/input-output-hk/mithril/issues/2764)
26+
- Worked on the issue **Experimental blst-Jubjub** [#2772](https://github.com/input-output-hk/mithril/issues/2772)
27+
28+
### Protocol maintenance
29+
30+
- Released the hotfix distribution [`2543.1-hotfix`](https://github.com/input-output-hk/mithril/releases/tag/2543.1-hotfix)
31+
- Completed the issue **Some signers have KES errors during key registration** [#2771](https://github.com/input-output-hk/mithril/issues/2771)
32+
- Worked on the issue **Refactor AggregatorClient trait in signer** [#2759](https://github.com/input-output-hk/mithril/issues/2759)
33+
- Worked on the issue **Enhance protocol security page on website** [#2703](https://github.com/input-output-hk/mithril/issues/2703)

0 commit comments

Comments
 (0)