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

Requesting beacon LC data from epoch 209950 and on-wards fails #150

Open
kdeme opened this issue Jul 18, 2023 · 1 comment
Open

Requesting beacon LC data from epoch 209950 and on-wards fails #150

kdeme opened this issue Jul 18, 2023 · 1 comment

Comments

@kdeme
Copy link
Contributor

kdeme commented Jul 18, 2023

Requests of beacon LC bootstrap, updates, finality update and optimistic update does not return recent data on http://testing.mainnet.beacon-api.nimbus.team

E.g.:

curl -X 'GET'   'http://testing.mainnet.beacon-api.nimbus.team/eth/v1/beacon/light_client/updates?start_period=821&count=1'   -H 'accept: application/json'

-> Period 821 and newer returns nothing

curl -X 'GET'   'http://testing.mainnet.beacon-api.nimbus.team/eth/v1/beacon/light_client/finality_update'   -H 'accept: application/json'

-> Returns one of slot 6718464

I've tested this on a local node and there it does work, which is why I'm creating this issue on the infra repository. Not sure if it is purely a infra / config issue though.

@kdeme
Copy link
Contributor Author

kdeme commented Jul 18, 2023

The same requests on http://unstable.mainnet.beacon-api.nimbus.team does appear to work.

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