From 6273e01431da7285423827bf90f88947b2c4b69f Mon Sep 17 00:00:00 2001 From: Damien Lachaume <135982616+dlachaume@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:56:00 +0200 Subject: [PATCH 1/2] docs: add dev blog post for certification of Cardano stake distribution --- ...ardano-stake-distribution-certification.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/website/blog/2024-10-15-cardano-stake-distribution-certification.md diff --git a/docs/website/blog/2024-10-15-cardano-stake-distribution-certification.md b/docs/website/blog/2024-10-15-cardano-stake-distribution-certification.md new file mode 100644 index 00000000000..9a43e06c99f --- /dev/null +++ b/docs/website/blog/2024-10-15-cardano-stake-distribution-certification.md @@ -0,0 +1,22 @@ +--- +title: Certification of Cardano stake distribution +authors: + - name: Mithril Team +tags: [certification, cardano stake distribution] +--- + +### Certification of Cardano stake distribution + +We have introduced the certification of **Cardano stake distribution** in the Mithril networks with the release of the new distribution [2442](https://github.com/input-output-hk/mithril/releases/tag/2442.0). + +This update leverages the Mithril network to provide certified Cardano stake distribution data without requiring a full Cardano node, which is particularly useful for applications such as bridges, sidechains, and layer 2 solutions. + +Key changes include: + +- Certification of Cardano stake distribution at each epoch transition. +- New HTTP routes in the Aggregator REST API to access this certified data. +- Updates to the Mithril client library and CLI for retrieving and verifying Cardano stake distribution. +- WASM client support for these functionalities. +- Mithril Explorer now displays certified Cardano stake distribution. + +For any inquiries or assistance, don't hesitate to reach out to the team on the [Discord channel](https://discord.gg/5kaErDKDRq). From c50cc46e78ac60bb1b8bbe18599432d3164ca1a7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Mon, 21 Oct 2024 16:04:27 +0200 Subject: [PATCH 2/2] docs: update dev blog post for Cardano stake distribution certification --- ...ardano-stake-distribution-certification.md | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/website/blog/2024-10-15-cardano-stake-distribution-certification.md b/docs/website/blog/2024-10-15-cardano-stake-distribution-certification.md index 9a43e06c99f..e2b08ed549c 100644 --- a/docs/website/blog/2024-10-15-cardano-stake-distribution-certification.md +++ b/docs/website/blog/2024-10-15-cardano-stake-distribution-certification.md @@ -7,16 +7,32 @@ tags: [certification, cardano stake distribution] ### Certification of Cardano stake distribution -We have introduced the certification of **Cardano stake distribution** in the Mithril networks with the release of the new distribution [2442](https://github.com/input-output-hk/mithril/releases/tag/2442.0). +:::info Update 2024/10/21 -This update leverages the Mithril network to provide certified Cardano stake distribution data without requiring a full Cardano node, which is particularly useful for applications such as bridges, sidechains, and layer 2 solutions. +We have shipped stable support for the **Cardano stake distribution certification** with distributions [2437](https://github.com/input-output-hk/mithril/releases/tag/2437.1) and [2442](https://github.com/input-output-hk/mithril/releases/tag/2442.0). -Key changes include: +A threshold of at least **70%** of the stake running version `0.2.182` (within **10** days after the distribution `2442` is released) is mandatory in order to activate the certification of the Cardano stake distribution on the `release-mainnet` network. -- Certification of Cardano stake distribution at each epoch transition. +The [Mithril Protocol Insights](https://lookerstudio.google.com/u/0/reporting/8b05ea4b-6a43-45ea-aef2-237906ec7a42?s=oi6CR5eZrnQ) dashboard displays the adoption rate of the different signer versions on the `release-mainnet` network. + +::: + +With the release of the new distribution [2437](https://github.com/input-output-hk/mithril/releases/tag/2437.1), we have started to roll-out the certification of the **Cardano stake distribution** in the Mithril networks. + +The Mithril network now provides certified Cardano stake distribution data without requiring a full Cardano node, a useful feature for applications such as bridges and layer 2 solutions. The key features include: + +- Certification of the Cardano stake distribution of the ending epoch at each epoch transition. - New HTTP routes in the Aggregator REST API to access this certified data. - Updates to the Mithril client library and CLI for retrieving and verifying Cardano stake distribution. - WASM client support for these functionalities. - Mithril Explorer now displays certified Cardano stake distribution. +The roll-out plan of the feature is the following: + +- [x] Distribution [2437](https://github.com/input-output-hk/mithril/releases/tag/2437.1): + - [x] Activation of the certification of **Cardano stake distribution** in the `pre-release-preview` network. + - [x] Activation of the certification of **Cardano stake distribution** in the `release-preprod` network. +- [x] Distribution [2442](https://github.com/input-output-hk/mithril/releases/tag/2442.0): + - [ ] Activation of the certification of **Cardano stake distribution** in the `release-mainnet` network. + For any inquiries or assistance, don't hesitate to reach out to the team on the [Discord channel](https://discord.gg/5kaErDKDRq).