-
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.
- Loading branch information
Showing
1 changed file
with
27 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,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) |