-
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-08-21 * Update blog/2024-08-21-mithril.md Co-authored-by: olgahryniuk <[email protected]> --------- Co-authored-by: olgahryniuk <[email protected]>
- Loading branch information
1 parent
b768007
commit b7b00af
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-08-21-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
The Mithril team has completed their work on certifying Cardano's stake distribution. They implemented the client library, client CLI, and client NPM package. Additionally, they drafted a CIP for the diffusion of Mithril signatures through the Cardano network, which is available in a PR on the [CIPs repository](https://github.com/cardano-foundation/CIPs/pull/876). | ||
|
||
They also implemented a mechanism in the client to support evolutive configuration options and initiated a proof of concept for integrating signature diffusion with the Cardano network layer. Finally, they created a new runbook in the documentation and made progress on external contributions to the repository. | ||
|
||
## Low level overview | ||
- Created a draft PR for the **Decentralized Message Queue CIP** [#876](https://github.com/cardano-foundation/CIPs/pull/876) | ||
- Completed the issue **CIP for Mithril signature diffusion through Cardano network** [#1775](https://github.com/input-output-hk/mithril/issues/1775) | ||
- Completed the issue **Implement Cardano Stake Distribution in client library** [#1842](https://github.com/input-output-hk/mithril/issues/1842) | ||
- Completed the issue **Implement Cardano Stake Distribution in client CLI** [#1880](https://github.com/input-output-hk/mithril/issues/1880) | ||
- Completed the issue **Implement Cardano Stake Distribution in WASM client** [#1881](https://github.com/input-output-hk/mithril/issues/1881) | ||
- Completed the issue **Update explorer for Cardano Stake Distribution** [#1843](https://github.com/input-output-hk/mithril/issues/1843) | ||
- Completed the issue **Document Cardano Stake Distribution** [#1844](https://github.com/input-output-hk/mithril/issues/1844) | ||
- Worked on the issue **Future proof options for mithril client** [#1878](https://github.com/input-output-hk/mithril/issues/1878) | ||
- Worked on the issue **Mithril signature diffusion with Cardano network layer PoC** [#1837](https://github.com/input-output-hk/mithril/issues/1837) | ||
- Worked on the issue **Test Cardano transaction chain rollbacks** [#1840](https://github.com/input-output-hk/mithril/issues/1840) | ||
- Worked on the issue **Create repository dependencies upgrade runbook** [#1813](https://github.com/input-output-hk/mithril/issues/1813) | ||
|
||
|
||
|
||
|