Compute Stake Distribution for mainnet
#880
Labels
D-medium
Difficulty: medium
epic ⚔️
Epic that gathers related tasks
mainnet-protocol 🚀
Protocol for mainnet
Milestone
Issue
Use the new cardano-cli
query stake-snapshot --all-stake-pools
command to compute the stake distribution formainnet
.🎉 New implementation in Cardano node
8.1.0
has fixed the performance issue🔥 Previous implementation of this command has performance issues (Cardano node
8.0.0
) that must be fixed before release by the Cardano node team: PR IntersectMBO/ouroboros-consensus#92 has been created to fix the problemNote
This will fix the temporary implementation of the computation of the stake distribution (one pool id at a time) which is working on the
preview
andpreprod
network, but that took longer to compute than the duration of an epoch on themainnet
To do
ChainObserver
#919 (see note below)8.0.0
#920mainnet
#962Later
Note
1.35.x
and8.0.0
versions have 2 different interfaces for the result of thequery stake-snapshot
commandquery stake-snapshot
command is used in the 2 methods of computation for the stake distribution in the Mithril nodes (legacy method is explained in this post)Chain Observer
with new command has been done in PR 🔥 Testmainnet
setup #782The text was updated successfully, but these errors were encountered: