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-09-11 #461

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions blog/2024-09-11-mithril.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: Mithril Team Update
slug: 2024-09-11-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. In this preliminary phase, they kept implementing a buffer store for individual signatures that may arrive before being processed by an aggregator. They also worked on refactoring the state machine of the signer and addressed panics occurring in both the signer and aggregator during rollbacks of Cardano transactions. Additionally, they modified the pre-loading mechanism for importing Cardano transactions, ensuring it repeats indefinitely in the signer.

Finally, the team continued preparing the next distribution and investigated a breaking change introduced in a Hydra CI dependency.

## Low level overview
- Completed the issue **Signer retrieves registrations with epoch settings route** [#1897](https://github.com/input-output-hk/mithril/issues/1897)
- Completed the issue **Make Cardano transactions preloading infinite in signer** [#1920](https://github.com/input-output-hk/mithril/issues/1920)
- Completed the issue **Seamless transition of features from `unstable` to `stable` in client WASM** [#1911](https://github.com/input-output-hk/mithril/issues/1911)
- Worked on the issue **Aggregator buffers signatures for unknown open message** [#1900](https://github.com/input-output-hk/mithril/issues/1900)
- Worked on the issue **Refactor state machine of the signer** [#1922](https://github.com/input-output-hk/mithril/issues/1922)
- Worked on the issue **Release `2437` distribution** [#1901](https://github.com/input-output-hk/mithril/issues/1901)
- Worked on the issue **Test Cardano transaction chain rollbacks** [#1840](https://github.com/input-output-hk/mithril/issues/1840)
- Worked on the issue **Panic on rollback on slot number not recorded in the Cardano transactions store** [#1929](https://github.com/input-output-hk/mithril/issues/1929)
- Worked on the issue **Breaking change in `crane` fails Hydra CI** [#1928](https://github.com/input-output-hk/mithril/issues/1928)




Loading