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

getSyncCommitteeInfo errors #265

Open
mike-code opened this issue Dec 17, 2024 · 0 comments
Open

getSyncCommitteeInfo errors #265

mike-code opened this issue Dec 17, 2024 · 0 comments

Comments

@mike-code
Copy link

When running in finalized mode, I keep getting error that particular block is not finalized, even though it is (according to beaconcha)

error: eth/v1/beacon/states/10631071/sync_committees?epoch=332222
error: {"execution_optimistic":false,"finalized":false,"data":{"validators":["1512778","1281133",......]]}}
error: true
error: false
info: Processing sync committee participation info
info: Successful reading validators registry file source.
error: getSyncCommitteeInfo: state finalized for epoch 332222 is not finalized

if I run in head  mode, then this error is very similar, but

  1. the error: getSyncCommitteeInfo: line is missing in the logs
  2. the application doesn't scan 2-3 blocks backwards, just the head block (its expected I assume)

In the finalized mode, I won't see any metrics (I guess that's because it keeps getting errors) but in the head  mode I do see some metrics though I'm not sure if they are accurate due to these errors.

I'm running nethermind EL, prysm CL. Do you know of any configuration to these clients which may cause them to respond with data which your application can't parse?

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

1 participant