-
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-07-31 * Update blog/2024-07-31-mithril.md Co-authored-by: Emmanuel Ameh <[email protected]> * Update blog/2024-07-31-mithril.md Co-authored-by: Emmanuel Ameh <[email protected]> --------- Co-authored-by: Emmanuel Ameh <[email protected]>
- Loading branch information
Showing
1 changed file
with
34 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,34 @@ | ||
--- | ||
title: Mithril Team Update | ||
slug: 2024-07-31-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
This week, the Mithril team released the new distribution [`2430.0`](https://github.com/input-output-hk/mithril/releases/tag/2430.0) which includes support for Cardano node version `9.1.0`. They activated the certification of Cardano transactions in the `release-preprod` and `pre-release-preview` networks, and also included bug fixes and performance improvements. The team continued their work on the certification of Cardano stake distribution, activated the certification in the test networks, and started working on implementing new routes for the aggregator REST API.. | ||
|
||
Finally, the team benchmarked the signer's footprint on the SPO infrastructure, thoroughly tested edge cases for Cardano transaction certification, and continued drafting a CIP for the diffusion of Mithril signatures through the Cardano network. | ||
|
||
## Low level overview | ||
- Released the new distribution [`2430.0`](https://github.com/input-output-hk/mithril/releases/tag/2430.0) | ||
- Publication of a [dev blog post](https://mithril.network/doc/dev-blog/2024/07/30/cardano-transaction-certification) about the progressive activation of the certification of Cardano transactions | ||
- Completed the issue **Release `2430` distribution** [#1830](https://github.com/input-output-hk/mithril/issues/1830) | ||
- Completed the issue **Implement signable and artifacts builders for Cardano Stake Distribution** [#1832](https://github.com/input-output-hk/mithril/issues/1832) | ||
- Completed the issue **Refactor `SlotNumber` type** [#1851](https://github.com/input-output-hk/mithril/issues/1851) | ||
- Completed the issue **Slow import of Cardano transactions in `testing-mainnet`** [#1849](https://github.com/input-output-hk/mithril/issues/1849) | ||
- Completed the issue **`ChainReader` is stuck in `Agency is theirs` error** [#1836](https://github.com/input-output-hk/mithril/issues/1836) | ||
- Completed the issue **Make `SignedEntityType` in `RegisterSignatureMessage` non optional** [#1863](https://github.com/input-output-hk/mithril/issues/1863) | ||
- Completed the issue **Upgrade Cardano node `9.1.0`** [#1855](https://github.com/input-output-hk/mithril/issues/1855) | ||
- Completed the issue **Typos in repository** [#1862](https://github.com/input-output-hk/mithril/issues/1862) | ||
- Worked on the issue **Benchmark signer footprint on SPO infrastructure** [#1826](https://github.com/input-output-hk/mithril/issues/1826) | ||
- Worked on the issue **CIP for Mithril signature diffusion through Cardano network** [#1775](https://github.com/input-output-hk/mithril/issues/1775) | ||
- Worked on the issue **Test Cardano transaction chain rollbacks** [#1840](https://github.com/input-output-hk/mithril/issues/1840) | ||
- Worked on the issue **Implement routes for Cardano Stake Distribution in aggregator REST API** [#1841](https://github.com/input-output-hk/mithril/issues/1841) | ||
- Worked on the issue **Duplicate page on `/index.html` of website** [#1861](https://github.com/input-output-hk/mithril/issues/1861) | ||
|
||
|
||
|
||
|