You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/blog/2022-09-13-stake-distribution-retrieval.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ authors:
5
5
tags: [stake-distribution, certificate]
6
6
---
7
7
8
+
**Update**: The Stake Distribution computation is evolving with the release of Cardano node `8.0.0`: the computation now relies on the new `cardano-cli query stake-snapshot --all-stake-pools` command that retrieves the Stake Distribution all at once and that is way faster. Prior versions of the Cardano node `1.35+` are backward compatible and will keep implementing the algorithm detailed below.
9
+
8
10
### The way the Mithril nodes retrieve the Stake Distribution is changing
9
11
10
12
**PR**: `Fix Stake Distribution retrieval`[#499](https://github.com/input-output-hk/mithril/pull/499)
0 commit comments