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
Since there is a noticeable time gap between the deposit submission and appearance validator on the net, the Prysm client on Medalla, Spadina and Zinken will observe zero balances of the requested validators. This should be treated correctly (errors should be ignored).
curl "http://95.217.143.217:5555/eth/v1alpha1/validators/balances?publicKeys=o4Tw13cd4CeODpsTJLGgm7iz%2BKYt%2F824NwbjOHZN6JPGSNar204CXvDoWlEad6Iu&publicKeys=kYRaEuB%2FV70cqLqHwpdGHCB1x2zmALm7iJneAIjwknnuXlIrhHWfGoV8SpoEijWL&publicKeys=gcy00TbMJhOtKs43I6zVqkT2snLiEOAIdE77sk9o5L9hQn8H25ndxodGENflEwho&publicKeys=uM0D%2BnAt3Ue4JqNQhlHoQGZfGGizjEVwk8vLaQX1qDBQ4xuEcCqfGRDG%2F9%2BQresW"
{
"error": "Could not find validator index for public key 0xb8cd03fa702ddd47b826a3508651e840665f1868b38c457093cbcb6905f5a83050e31b84702a9f1910c6ffdf90adeb1e",
"code": 5,
"message": "Could not find validator index for public key 0xb8cd03fa702ddd47b826a3508651e840665f1868b38c457093cbcb6905f5a83050e31b84702a9f1910c6ffdf90adeb1e",
"details": []
}
Since there is a noticeable time gap between the deposit submission and appearance validator on the net, the Prysm client on Medalla, Spadina and Zinken will observe zero balances of the requested validators. This should be treated correctly (errors should be ignored).
Related: py-oracle#6
The text was updated successfully, but these errors were encountered: