-
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-29 * Update blog/2025-01-29-mithril.md Co-authored-by: olgahryniuk <[email protected]> --------- Co-authored-by: olgahryniuk <[email protected]>
- Loading branch information
1 parent
d1ca5b2
commit ab4535c
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-29-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 enhanced the implementation of artifact production and upload, worked on the implementations of the client library and the WASM client, and kept adapting the explorer. Additionally, they have been preparing for the upcoming transition to the next 'Pythagoras' Mithril era, which is scheduled to occur in the following weeks. | ||
|
||
Finally, the team optimized the compilation times of TLS dependencies in the nodes and started to work on updating the CI pipeline runners following their deprecation. | ||
|
||
## Low level overview | ||
|
||
- Completed the issue **Incremental Cardano DB artifacts production enhancements** [#2234](https://github.com/input-output-hk/mithril/issues/2234) | ||
- Completed the issue **Implement Incremental Cardano DB in WASM client** [#2247](https://github.com/input-output-hk/mithril/issues/2247) | ||
- Completed the issue **Implement a retry mechanism for the `FileUploader`** [#2213](https://github.com/input-output-hk/mithril/issues/2213) | ||
- Completed the issue **Incremental Cardano DB artifacts production enhancements** [#2234](https://github.com/input-output-hk/mithril/issues/2234) | ||
- Completed the issue **Activate compression of aggregator HTTP responses** [#2225](https://github.com/input-output-hk/mithril/issues/2225) | ||
- Completed the issue **OpenAPI examples check is not working** [#2235](https://github.com/input-output-hk/mithril/issues/2235) | ||
- Completed the issue **Use `native-tls-vendored` feature of `reqwest` in crates** [#2252](https://github.com/input-output-hk/mithril/issues/2252) | ||
- Worked on the issue **Implement Incremental Cardano DB in client library** [#2214](https://github.com/input-output-hk/mithril/issues/2214) | ||
- Worked on the issue **Enhance Snapshotter to avoid file deletion on error if already exists** [#2215](https://github.com/input-output-hk/mithril/issues/2215) | ||
- Worked on the issue **Upgrade the deprecated `ubuntu-20` builders in CI** [#2216](https://github.com/input-output-hk/mithril/issues/2216) | ||
- 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 `Pythagoras` Mithril era** [#2034](https://github.com/input-output-hk/mithril/issues/2034) |