-
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 2024-11-06 * Update blog/2024-11-06-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
e8a8e74
commit a322113
Showing
1 changed file
with
29 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,29 @@ | ||
--- | ||
title: Mithril Team Update | ||
slug: 2024-11-06-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
The Mithril team worked on creating the new distribution pre-release [2445.0-pre](https://github.com/input-output-hk/mithril/releases/tag/2445.0-pre). Additionally, they completed recording the aggregator metrics in the event store and implemented stable support for Cardano node v.10.1. The team also kept exploring solutions for signer registration when multiple aggregators are running on a Mithril network. | ||
|
||
Finally, they implemented a nightly workflow in the CI to check backward compatibility with previous distributions and started implementing a new status route in the aggregator. | ||
|
||
## Low level overview | ||
|
||
- Completed the issue **Record aggregator metrics in event store** [#2023](https://github.com/input-output-hk/mithril/issues/2023) | ||
- Completed the issue **Refactor protocol parameters namings in signer/aggregator** [#1966](https://github.com/input-output-hk/mithril/issues/1966) | ||
- Completed the issue **Docker nightly builds in GitHub Actions** [#2026](https://github.com/input-output-hk/mithril/issues/2026) | ||
- Completed the issue **Nightly backward compatibility testing with e2e tests** [#2027](https://github.com/input-output-hk/mithril/issues/2027) | ||
- Completed the issue **Access registered signers for latest epoch in explorer** [#1689](https://github.com/input-output-hk/mithril/issues/1689) | ||
- Completed the issue **Remove pending certificate from explorer** [#2025](https://github.com/input-output-hk/mithril/issues/2025) | ||
- Completed the issue **Upgrade to Cardano 10.1.1** [#2069](https://github.com/input-output-hk/mithril/issues/2069) | ||
- Completed the issue **Create view for registrations monitoring in aggregator** [#2067](https://github.com/input-output-hk/mithril/issues/2067) | ||
- Completed the issue **Update Cardano CLI calls to new interface** [#2072](https://github.com/input-output-hk/mithril/issues/2072) | ||
- Worked on 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 **Explore Signer Registration Solutions** [#2029](https://github.com/input-output-hk/mithril/issues/2029) |