Skip to content

Commit

Permalink
Mithril update 2024-12-04
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Dec 4, 2024
1 parent 2dbcdd5 commit 8ec7adc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions blog/2024-12-04-mithril.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Mithril Team Update
slug: 2024-12-04-mithril
authors: jpraynaud
tags: [mithril]
hide_table_of_contents: false
---

## High level overview

This week, the Mithril team kept implementing the incremental certification of the Cardano database: they completed the computation of the message to sign, and started working on the creation and synchronization of the artifacts. Additionally, they kept working on the exploration of the solutions for signer registration in networks with multiple aggregators and on the cache for certificate verification in the WASM client.

Finally, the team implemented a retry mechanism in the e2e test in the CI to circumvent some flakiness, and they investigated how to record the origin of the requests made to the clients.

## Low level overview

- Completed the issue **Implement signable builder for Incremental Cardano DB** [#2122](https://github.com/input-output-hk/mithril/issues/2122)
- Completed the issue **Implement retries in e2e tests in CI** [#2123](https://github.com/input-output-hk/mithril/issues/2123)
- Completed the issue **How to record origin of client requests?** [#2077](https://github.com/input-output-hk/mithril/issues/2077)
- Completed the issue **Add the Cardano network in the status page** [#2144](https://github.com/input-output-hk/mithril/issues/2144)
- Completed the issue **Fix clippy warnings with Rust `1.83.0`** [#2147](https://github.com/input-output-hk/mithril/issues/2147)
- Worked on the issue **Implement artifacts builder for Incremental Cardano DB** [#2151](https://github.com/input-output-hk/mithril/issues/2151)
- Worked on the issue **Release `2448` distribution** [#2124](https://github.com/input-output-hk/mithril/issues/2124)
- Worked on the issue **Reorganize the `About Mithril` section in the documentation website** [#2154](https://github.com/input-output-hk/mithril/issues/2154)
- Worked on the issue **Handle cache for certificate verification in WASM client** [#1484](https://github.com/input-output-hk/mithril/issues/1484)
- Worked on the issue **Activate `Pythagoras` Mithril era** [#2034](https://github.com/input-output-hk/mithril/issues/2034)
- Worked on the issue **Explore Signer Registration Solutions** [#2029](https://github.com/input-output-hk/mithril/issues/2029)

0 comments on commit 8ec7adc

Please sign in to comment.