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-08-07 #440

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
27 changes: 27 additions & 0 deletions blog/2024-08-07-mithril.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Mithril Team Update
slug: 2024-08-07-mithril
authors: jpraynaud
tags: [mithril]
hide_table_of_contents: false
---

## High level overview

This week, the Mithril team continued their work on the certification of Cardano stake distribution. They completed the implementation of new routes for the aggregator REST API and worked on the verification steps in the client library. The draft CIP for the diffusion of Mithril signatures through the Cardano network is nearly complete. Additionally, they finished benchmarking the signer's footprint for Cardano transactions on the SPO infrastructure.

The team also fixed a bug in the transaction importer that prevented some transactions from being imported near the chain tip and resolved an issue on the documentation website

## Low level overview
- Completed the issue **Benchmark signer footprint on SPO infrastructure** [#1826](https://github.com/input-output-hk/mithril/issues/1826)
- Completed the issue **Implement routes for Cardano Stake Distribution in aggregator REST API** [#1841](https://github.com/input-output-hk/mithril/issues/1841)
- Completed the issue **`dev-mainnet` not signing Cardano transaction after full import** [#1875](https://github.com/input-output-hk/mithril/issues/1875)
- Completed the issue **Add a trend line showing long-term evolution of Cardano DB restorations** [#1876](https://github.com/input-output-hk/mithril/issues/1876)
- Completed the issue **Duplicate page on `/index.html` of website** [#1867](https://github.com/input-output-hk/mithril/issues/1867)
- Worked on the issue **Implement Cardano Stake Distribution in client library** [#1842](https://github.com/input-output-hk/mithril/issues/1842)
- Worked on the issue **CIP for Mithril signature diffusion through Cardano network** [#1775](https://github.com/input-output-hk/mithril/issues/1775)
- Worked on the issue **Test Cardano transaction chain rollbacks** [#1840](https://github.com/input-output-hk/mithril/issues/1840)




Loading