-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Block proposer error when weak head detected #7235
Comments
got another case:
error in PrepareNextSlot
same error when producing block
|
the problem is we call
here's geth code: https://github.com/ethereum/go-ethereum/blob/e26dd774a9c0f77f814673d64870d84da79cd549/eth/catalyst/api.go#L392 |
according to this spec https://github.com/ethereum/execution-apis/blob/main/src/engine/paris.md#engine_forkchoiceupdatedv1
We should not be rush notifying EL right after importing a block, lighthouse even do it 500ms before the next slot |
Describe the bug
On one of the server we enabled
chain.proposerBoostReorg
flag, weak head detectedhowever there was a block proposer error at the same time:
Expected behavior
when weak head detected, we still need to be able to propose block
Steps to reproduce
No response
Additional context
No response
Operating system
Linux
Lodestar version or commit hash
v1.21.0
The text was updated successfully, but these errors were encountered: