From 8ec7adc65ec81d928748f653a6bf83a86135384d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 4 Dec 2024 12:40:16 +0100 Subject: [PATCH] Mithril update 2024-12-04 --- blog/2024-12-04-mithril.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 blog/2024-12-04-mithril.md diff --git a/blog/2024-12-04-mithril.md b/blog/2024-12-04-mithril.md new file mode 100644 index 0000000000..4e1bfcac30 --- /dev/null +++ b/blog/2024-12-04-mithril.md @@ -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)