diff --git a/blog/2024-11-13-mithril.md b/blog/2024-11-13-mithril.md new file mode 100644 index 0000000000..126593fc4b --- /dev/null +++ b/blog/2024-11-13-mithril.md @@ -0,0 +1,28 @@ +--- +title: Mithril Team Update +slug: 2024-11-13-mithril +authors: jpraynaud +tags: [mithril] +hide_table_of_contents: false +--- + +## High level overview + +This week, the Mithril team released the new distribution [`2445.0`](https://github.com/input-output-hk/mithril/releases/tag/2445.0). This distribution offers stable support for Cardano node v.10.1, the Cardano stake distribution client library, CLI and WASM, and the aggregator's Prometheus endpoint. It also includes bug fixes and performance improvements. + +The team also continued implementing the new status route in the aggregator. Additionally, they reorganized the user manual section of the documentation website and started working on the new version of the Protocol Insights dashboard. + +Finally, they implemented a new command in the aggregator CLI to generate genesis keypairs and refactored the signer and aggregator's store pruning implementations. + +## Low level overview + +- Released the new distribution [`2445.0`](https://github.com/input-output-hk/mithril/releases/tag/2445.0) +- Published a [dev blog post](https://mithril.network/doc/dev-blog/2024/11/07/mithril-aggregator-prometheus-endpoint) about the **Prometheus endpoint of the aggregator** +- Completed the issue **Reorganize the user manual in the documentation website** [#2101](https://github.com/input-output-hk/mithril/issues/2101) +- Completed the issue **Release `2445` distribution** [#2030](https://github.com/input-output-hk/mithril/issues/2030) +- Worked on the issue **Create a new `/status` route in aggregator** [#2071](https://github.com/input-output-hk/mithril/issues/2071) +- Worked on the issue **Remove `network` field from `CardanoDbBeacon`** [#1957](https://github.com/input-output-hk/mithril/issues/1957) +- Worked on the issue **Refactor pruning with upkeep service in signer/aggregator** [#2075](https://github.com/input-output-hk/mithril/issues/2075) +- Worked on the issue **Implement the new metrics in the Mithril Protocol Insights dashboard** [#2076](https://github.com/input-output-hk/mithril/issues/2076) +- Worked on the issue **Add command to create Genesis keypair in aggregator** [#2074](https://github.com/input-output-hk/mithril/issues/2074) +- Worked on the issue **Explore Signer Registration Solutions** [#2029](https://github.com/input-output-hk/mithril/issues/2029)