-
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.
* Mithril update 2024-09-11 * Update blog/2024-09-11-mithril.md Co-authored-by: olgahryniuk <[email protected]> * Update blog/2024-09-11-mithril.md Co-authored-by: olgahryniuk <[email protected]> --------- Co-authored-by: olgahryniuk <[email protected]>
- Loading branch information
1 parent
d34fa61
commit 7ea3a8b
Showing
1 changed file
with
28 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,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) | ||
|
||
|
||
|
||
|