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 2025-01-15 #524

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

## High level overview

This week, the Mithril team activated the certification of the Cardano stake distribution for the mainnet and upgraded all Mithril networks to Cardano node v.10.1.4. They also continued implementing the incremental certification of the Cardano database: they completed the artifacts creation and synchronization engine, completed the digests route for the incremental Cardano database in the aggregator REST API, and started working on the cloud synchronization of the artifacts.

Finally, they enhanced the golden tests implementations of the messages, worked on the split of the mithril-common crate, and investigated a bug in the client on Windows Power Shell.

## Low level overview

- Completed the issue **Activate Cardano Stake Distribution certification in `release-mainnet`** [#2218](https://github.com/input-output-hk/mithril/issues/2218)
- Completedthe issue **Implement digests route for incremental Cardano Database in aggregator REST API** [#2174](https://github.com/input-output-hk/mithril/issues/2174)
- Completed the issue **Upgrade to Cardano `10.1.4`** [#2208](https://github.com/input-output-hk/mithril/issues/2208)
- Completed the issue **Align golden tests implementations in messages** [#2217](https://github.com/input-output-hk/mithril/issues/2217)
- Completed the issue **Implement artifacts builder for incremental Cardano database** [#2151](https://github.com/input-output-hk/mithril/issues/2151)
- Worked on the issue **Design `mithril-common` split & re-organization in repository** [#2175](https://github.com/input-output-hk/mithril/issues/2175)
- Worked on the issue **Implement artifacts cloud synchronization in Incremental Cardano DB with GCP** [#2211](https://github.com/input-output-hk/mithril/issues/2211)
- Worked on the issue **Mithril client does not work in Windows Power Shell** [#2199](https://github.com/input-output-hk/mithril/issues/2199)
- Worked on the issue **Upgrade `testing-sanchonet` for respin with Cardano `10.1.4`** [#2209](https://github.com/input-output-hk/mithril/issues/2209)
- Worked on the issue **Activate `Pythagoras` Mithril era** [#2034](https://github.com/input-output-hk/mithril/issues/2034)
Loading