cexplorer / cexplorer.io

website features, implementations, docs
23 stars 15 forks source link

Incorrect data for Live Stake and Expected Blocks #59

Open AlleycatStudios opened 6 months ago

AlleycatStudios commented 6 months ago

The live stake and expected blocks numbers for my pool (ALLEY) are wildly inaccurate for the current epoch (478). The site shows 339K stake / 0.3 expected blocks. The correct numbers are 2.2M stake / 2.1 expected blocks. It looks like, perhaps, wallets flagged as "newbie" are not being included? It stood out to me because I had a whale come in with 1.6M ADA in a new wallet that became live this epoch, as well as other new delegators - some also in new wallets

Here is the output of my cardano-cli query stake-snapshot:

"pools": {
    "2c46dc5e913171488f695fc081494a66c5a71c47bdf8b562c26a8599": {
        "stakeGo": 235843609230,
        "stakeMark": 2874706919325,
        "stakeSet": 2211020352377
    }
},
"total": {
    "stakeGo": 22697968340213296,
    "stakeMark": 22641739799139393,
    "stakeSet": 22639199712419476
}