We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When requesting the block body at slot 80646 via the beacon api curl -v http://localhost:4000/eth/v1/beacon/blocks/43200 we get the following error:
curl -v http://localhost:4000/eth/v1/beacon/blocks/43200
{"code":500,"message":"UNHANDLED_ERROR: ExecutionLayerErrorPayloadReconstruction(0x1c5f2c9cbaa2e7c7abdb6fa73e7562beea21ce6af8a0e52a5634f6283db07418, EngineError(Api { error: Json(Error(\"missing field `withdrawals`\", line: 0, column: 0)) }))","stacktraces":[]}
This is also the case for all successive blocks up to block 91765 after which the api returns again valid results.
We are using lh version v3.5.0 together with erigon (latest devel)
v3.5.0
Beacon API returns an error when requesting a certain range of block bodies from the Zhejiang testnet (43200 to 91765)
API should return a block body for all requested blocks
See description
The text was updated successfully, but these errors were encountered:
That's an Erigon issue. It will be resolved by #4028 assuming Erigon implements the PayloadBodies methods (I think they will, or may already).
You could also work around this by running Lighthouse with --prune-payloads false (and syncing from genesis).
--prune-payloads false
Sorry, something went wrong.
Thanks for your quick response, will open an issue with erigon then.
Closing as resolved
No branches or pull requests
Description
When requesting the block body at slot 80646 via the beacon api
curl -v http://localhost:4000/eth/v1/beacon/blocks/43200
we get the following error:This is also the case for all successive blocks up to block 91765 after which the api returns again valid results.
We are using lh version v3.5.0 together with erigon (latest devel)
Version
v3.5.0
Present Behaviour
Beacon API returns an error when requesting a certain range of block bodies from the Zhejiang testnet (43200 to 91765)
Expected Behaviour
API should return a block body for all requested blocks
Steps to resolve
See description
The text was updated successfully, but these errors were encountered: