-
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.
* Mithril update 2025-01-22 * Update blog/2025-01-22-mithril.md Co-authored-by: Emmanuel Ameh <[email protected]> * Update blog/2025-01-22-mithril.md Co-authored-by: Emmanuel Ameh <[email protected]> --------- Co-authored-by: Emmanuel Ameh <[email protected]>
- Loading branch information
Showing
1 changed file
with
28 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,28 @@ | ||
--- | ||
title: Mithril Team Update | ||
slug: 2025-01-22-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
This week, the Mithril team continued implementing the incremental certification of the Cardano database. They completed the cloud synchronization of artifacts, introduced enhancements and optimizations for artifact production, and adapted the explorer to accommodate these changes. Additionally, they finalized the design for splitting the mithril-common crate and re-spun the testing-sanchonet network. | ||
|
||
Other progress includes starting work on compressing aggregator HTTP responses, fixing a bug that prevented debug logs from being produced on the nodes, and resolving an issue with Prometheus data recording in the infrastructure. | ||
|
||
## Low level overview | ||
|
||
- Completed the issue **Implement artifacts cloud synchronization in Incremental Cardano DB with GCP** [#2211](https://github.com/input-output-hk/mithril/issues/2211) | ||
- Completed the issue **Design `mithril-common` split & re-organization in repository** [#2175](https://github.com/input-output-hk/mithril/issues/2175) | ||
- Completed the issue **Upgrade `testing-sanchonet` for respin with Cardano `10.1.4`** [#2209](https://github.com/input-output-hk/mithril/issues/2209) | ||
- Completed the issue **Mithril client does not work in Windows Power Shell** [#2199](https://github.com/input-output-hk/mithril/issues/2199) | ||
- Completed the issue **Missing debug and info logs in Mithril nodes** [#2227](https://github.com/input-output-hk/mithril/issues/2227) | ||
- Completed the issue **Signer does not handle properly signature signed entity timeout** [#2229](https://github.com/input-output-hk/mithril/issues/2229) | ||
- Completed the issue **Grafana aggregator dashboard is not working on release networks** [#2230](https://github.com/input-output-hk/mithril/issues/2230) | ||
- Worked on the issue **Incremental Cardano DB artifacts production enhancements** [#2234](https://github.com/input-output-hk/mithril/issues/2234) | ||
- Worked on the issue **Update explorer for Incremental Cardano DB** [#2212](https://github.com/input-output-hk/mithril/issues/2212) | ||
- Worked on the issue **Activate compression of aggregator HTTP responses** [#2225](https://github.com/input-output-hk/mithril/issues/2225) | ||
- Worked on the issue **OpenAPI examples check is not working** [#2235](https://github.com/input-output-hk/mithril/issues/2235) | ||
- Worked on the issue **Activate `Pythagoras` Mithril era** [#2034](https://github.com/input-output-hk/mithril/issues/2034) |