-
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-20 * Update blog/2024-11-20-mithril.md Co-authored-by: olgahryniuk <[email protected]> --------- Co-authored-by: olgahryniuk <[email protected]>
- Loading branch information
1 parent
78fa21b
commit 4ddc1a3
Showing
1 changed file
with
30 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,30 @@ | ||
--- | ||
title: Mithril Team Update | ||
slug: 2024-11-20-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
This week, the Mithril team released a new version of the [Protocol Insights dashboard](https://lookerstudio.google.com/s/mbL23-8gibI). They also completed implementing the new status route in the aggregator and upgraded the explorer to display its information. Additionally, the team completed the refactoring of the beacon used to snapshot the Cardano database and started working on the activation of the Pythagoras Mithril era on the `pre-release-preview` network. | ||
|
||
Finally, they worked on removing the legacy store adapters in the signer and aggregator and explored solutions for signer registration when multiple aggregators are running on a Mithril network. | ||
|
||
## Low level overview | ||
|
||
- Published a [dev blog post](https://mithril.network/doc/dev-blog/2024/11/18/new-protocol-insights-dashboard) about the new **Protocol Insights dashboard** | ||
- Completed the issue **Create a new `/status` route in aggregator** [#2071](https://github.com/input-output-hk/mithril/issues/2071) | ||
- Completed the issue **Remove `network` field from `CardanoDbBeacon`** [#1957](https://github.com/input-output-hk/mithril/issues/1957) | ||
- Completed the issue **Refactor pruning with upkeep service in signer/aggregator** [#2075](https://github.com/input-output-hk/mithril/issues/2075) | ||
- Completed the issue **Implement the new metrics in the Mithril Protocol Insights dashboard** [#2076](https://github.com/input-output-hk/mithril/issues/2076) | ||
- Completed the issue **Add command to create Genesis keypair in aggregator** [#2074](https://github.com/input-output-hk/mithril/issues/2074) | ||
- Completed the issue **`testing-preview` and `testing-sanchonet` aggregators panic with `FOREIGN KEY constraint failed` error** [#2120](https://github.com/input-output-hk/mithril/issues/2120) | ||
- Completed the issue **Display aggregator status information in explorer** [#2073](https://github.com/input-output-hk/mithril/issues/2073) | ||
- Completed the issue **Failures of some STM property based tests** [#2109](https://github.com/input-output-hk/mithril/issues/2109) | ||
- Worked on the issue **Make client WASM `npm` package compatible with `NodeJS`** [#2091](https://github.com/input-output-hk/mithril/issues/2091) | ||
- Worked on the issue **Get rid of store adapters in signer and aggregator** [#2118](https://github.com/input-output-hk/mithril/issues/2118) | ||
- Worked on the issue **Activate `Pythagoras` Mithril era** [#2034](https://github.com/input-output-hk/mithril/issues/2034) | ||
- Worked on the issue **Schedule nightly builds with a workflow dispatcher** [#2092](https://github.com/input-output-hk/mithril/issues/2092) | ||
- Worked on the issue **Explore Signer Registration Solutions** [#2029](https://github.com/input-output-hk/mithril/issues/2029) |