-
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 2023-09-27 * Fix typo in Mithril report of 2023-09-20 * Update blog/2023-09-27-mithril.md Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> * Update blog/2023-09-27-mithril.md Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> * Update blog/2023-09-27-mithril.md Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com> --------- Co-authored-by: olgahryniuk <67585499+olgahryniuk@users.noreply.github.com>
- Loading branch information
1 parent
8fd92a2
commit 7d867ad
Showing
2 changed files
with
25 additions
and
1 deletion.
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
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,24 @@ | ||
--- | ||
title: Mithril Team Update | ||
slug: 2023-09-27-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
The Mithril team has released a new distribution [`2337.0`](https://github.com/input-output-hk/mithril/releases/tag/2337.0), which includes the following enhancements: support for `zstandard` compression of snapshot archives, support for the Cardano node version in snapshot metadata, and support for recording snapshot download statistics in the aggregator. | ||
|
||
They also completed the refactoring and standardization of the errors in the Mithril nodes and published an [Architectural decision record](https://mithril.network/doc/adr/6) on the documentation website. Additionally, they kept working on adding Cloudflare protection to the infrastructure. | ||
|
||
Finally, the team fixed a performance issue on the stress test tool for the aggregator and made some improvements to the documentation for SPOs. | ||
|
||
## Low level overview | ||
- Completed the issue **Release new `2337` distribution** [#1219](https://github.com/input-output-hk/mithril/issues/1219) | ||
- Completed the issue **Errors refactoring** [#798](https://github.com/input-output-hk/mithril/issues/798) | ||
- Completed the issue **Client traffic creates performance bottleneck in aggregator** [#1207](https://github.com/input-output-hk/mithril/issues/1207) | ||
- Completed the issue **Record statistics about the downloaded snapshot in the aggregator** [#1127](https://github.com/input-output-hk/mithril/issues/1127) | ||
- Completed the issue **Create a SPO checklist for KES keys update** [#1267](https://github.com/input-output-hk/mithril/issues/1267) | ||
- Worked on the issue **Spike: Run client in browser WASM PoC** [#1254](https://github.com/input-output-hk/mithril/issues/1254) | ||
- Worked on the issue **Benchmark aggregator performances** [#1220](https://github.com/input-output-hk/mithril/issues/1220) | ||
- Worked on the issue **Activate Cloudflare protection of infrastructure** [#1230](https://github.com/input-output-hk/mithril/issues/1230) |