-
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-02-14 * Update blog/2024-02-14-mithril.md Co-authored-by: olgahryniuk <[email protected]> --------- Co-authored-by: olgahryniuk <[email protected]>
- Loading branch information
1 parent
82bfe1a
commit 0097db8
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-02-14-mithril | ||
authors: jpraynaud | ||
tags: [mithril] | ||
hide_table_of_contents: false | ||
--- | ||
|
||
## High level overview | ||
|
||
This week, the Mithril team kept implementing a new data type for certifying Cardano transactions within Mithril networks. They completed the upgrade of the client library and the CLI to support the verification of Cardano transactions. They also released the new Mithril network running on SanchoNet. Additionally, the team rolled out a new feature of the Pallas chain observer (that now supports the retrieval of Mithril era markers), and kept investigating some flakiness occurring in the CI end-to-end tests. | ||
|
||
Finally, the team kept working on the threat modeling and risk analysis for the Mithril network and updated the Mithril network architecture documentation. | ||
|
||
## Low level overview | ||
- Published a development blog post [**Mithril SanchoNet network released**](https://mithril.network/doc/dev-blog/2024/02/08/testing-sanchonet-network-available) | ||
- Completed the issue **Implement transactions verification in client library** [#1468](https://github.com/input-output-hk/mithril/issues/1468) | ||
- Completed the issue **Implement `Cardano Transactions` commands in the client binary** [#1469](https://github.com/input-output-hk/mithril/issues/1469) | ||
- Completed the issue **Create a test network on `SanchoNet`** [#1173](https://github.com/input-output-hk/mithril/issues/1173) | ||
- Completed the issue **Update Mithril network architecture documentation** [#1488](https://github.com/input-output-hk/mithril/issues/1488) | ||
- Completed the issue **Upgrade `http` dependency** [#1474](https://github.com/input-output-hk/mithril/issues/1474) | ||
- Completed the issue **Extract database feature from common crate** [#1492](https://github.com/input-output-hk/mithril/issues/1492) | ||
- Worked on the issue **P2P threat modeling and risk analysis** [#1350](https://github.com/input-output-hk/mithril/issues/1350) | ||
- Worked on the issue **Enhance Mithril/Cardano node communication** [#1315](https://github.com/input-output-hk/mithril/issues/1315) | ||
- Worked on the issue **Some end to end tests are flaky in the CI** [#1147](https://github.com/input-output-hk/mithril/issues/1147) | ||
- Worked on the issue **Add an example crate for the `CardanoTransactions` type** [#1495](https://github.com/input-output-hk/mithril/issues/1495) | ||
- Worked on the issue **Generate automatic documentation for CLIs** [#1471](https://github.com/input-output-hk/mithril/issues/1471) | ||
|
||
|