Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Validator Index wrong in ethereum_staking.flows #6101

Open
Yonatank88 opened this issue Jun 6, 2024 · 2 comments
Open

[BUG] Validator Index wrong in ethereum_staking.flows #6101

Yonatank88 opened this issue Jun 6, 2024 · 2 comments
Labels
bug Something isn't working WIP work in progress

Comments

@Yonatank88
Copy link

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:

SELECT
  *
FROM staking_ethereum.flows
WHERE
  validator_index = 1023000

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.

@Yonatank88 Yonatank88 added the bug Something isn't working label Jun 6, 2024
@jeff-dude
Copy link
Member

@hildobby did you want to look into this?

@jeff-dude jeff-dude added the in review Assignee is currently reviewing the PR label Jun 11, 2024
@hildobby
Copy link
Collaborator

@hildobby did you want to look into this?

yes its on my backlog @jeff-dude, thanks for pointing out @yoanatanblox 🙏🙏

@jeff-dude jeff-dude added WIP work in progress and removed in review Assignee is currently reviewing the PR labels Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working WIP work in progress
Projects
None yet
Development

No branches or pull requests

3 participants