Skip to content

Commit

Permalink
Mithril update 2024-08-28 (#450)
Browse files Browse the repository at this point in the history
* Mithril update 2024-08-28

* Update blog/2024-08-28-mithril.md

Co-authored-by: olgahryniuk <[email protected]>

---------

Co-authored-by: olgahryniuk <[email protected]>
  • Loading branch information
jpraynaud and olgahryniuk authored Aug 28, 2024
1 parent 720db06 commit 94cb4bb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions blog/2024-08-28-mithril.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Mithril Team Update
slug: 2024-08-28-mithril
authors: jpraynaud
tags: [mithril]
hide_table_of_contents: false
---

## High level overview

The Mithril team started working on decentralizing the signature orchestration of the Mithril network. In this preliminary phase, they are moving signer registrations to the aggregator's epoch settings route. They also optimized memory usage for signers when signing Cardano transactions and completed a proof of concept for diffusing Mithril signatures with the Cardano network layer.

Finally, they added support for retrieving database snapshots from local files in the client and fixed a bug related to the certification of Cardano stake distribution.

## Low level overview
- Completed the issue **Future proof options for mithril client** [#1878](https://github.com/input-output-hk/mithril/issues/1878)
- Completed the issue **Mithril signature diffusion with Cardano network layer PoC** [#1837](https://github.com/input-output-hk/mithril/issues/1837)
- Completed the issue **Cardano stake distribution is not signed on the correct epoch** [#1895](https://github.com/input-output-hk/mithril/issues/1895)
- Completed the issue **Support file:// URLs for snapshot locations** [#1885](https://github.com/input-output-hk/mithril/pull/1885)
- Completed the issue **Create repository dependencies upgrade runbook** [#1813](https://github.com/input-output-hk/mithril/issues/1813)
- Worked on the issue **Optimize memory usage of signer for Cardano transactions** [#1903](https://github.com/input-output-hk/mithril/issues/1903)
- Worked on the issue **Signer retrieves registrations with epoch settings route** [#1897](https://github.com/input-output-hk/mithril/issues/1897)
- Worked on the issue **Aggregator exposes Cardano transactions signing configuration** [#1898](https://github.com/input-output-hk/mithril/issues/1898)
- Worked on the issue **Test Cardano transaction chain rollbacks** [#1840](https://github.com/input-output-hk/mithril/issues/1840)

0 comments on commit 94cb4bb

Please sign in to comment.