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
My best guess is that there are a few more invalid public keys that should be added so they won't be counted in the index counter but I'm not sure whats the right way to find invalid validators.
The text was updated successfully, but these errors were encountered:
Description
Some where around validator index 1023000 there seems to start a discrepancy between validator index and public key
Current behavior
Run the following query:
Copy the public key and search for it on beaconcha.in
Youll see the validator the public key has a different index then in the query response
Expected behavior
Validator index should be identical in dune and beaconcha.in
Impacted model
ethereum_staking.flows Invalid public keys list
ethereum_staking.flows index calculation
Possible Solution
My best guess is that there are a few more invalid public keys that should be added so they won't be counted in the index counter but I'm not sure whats the right way to find invalid validators.
The text was updated successfully, but these errors were encountered: