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

beaconcha.in API response is out of sync with web UI #2999

Closed
gg718 opened this issue Jan 13, 2025 · 1 comment
Closed

beaconcha.in API response is out of sync with web UI #2999

gg718 opened this issue Jan 13, 2025 · 1 comment

Comments

@gg718
Copy link

gg718 commented Jan 13, 2025

Example Holesky validator:

At the time of writing, this validator has been offline for ~3 days. The UI correctly shows the last successful attestation at slot 3385673 (correct):

image

However, the API response is reporting this validator as active_online (rather than active_offline) with the last successful attestation at slot 3407476 (incorrect):

{
  "status": "OK",
  "data": {
    "activationeligibilityepoch": 6694,
    "activationepoch": 6743,
    "balance": 31996459243,
    "effectivebalance": 32000000000,
    "exitepoch": 9223372036854775807,
    "lastattestationslot": 3407476,
    "name": "",
    "pubkey": "0x91d82644e98c3ed65acc6d4f795c13ad40a7067fdad5fb24193a5fc3dd48dfe6a8c0a82a944faf81b341caa0a4f723f9",
    "slashed": false,
    "status": "active_online",
    "validatorindex": 1494239,
    "withdrawableepoch": 9223372036854775807,
    "withdrawalcredentials": "0x0100000000000000000000003b41d9736ed9bfc15a87d8fbb69c616190aed6c6",
    "total_withdrawals": 637531391
  }
}

If I had to estimate, I would say this issue started within the last week or so.

@peterbitfly
Copy link
Collaborator

Thanks for reporting this issue. After an internal investigation we have identified and fixed the relevant bug that triggered this issue, see gobitfly/beaconchain#1264 for further details.

We are sorry for the inconvenience this bug may have caused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants