You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The node named vast-farm is encountering a rebroadcast duty error during the beacon API's validator registration process.
The error message indicates a BAD_REQUEST: Unsupported endpoint version: v1 with a 400 status code.
This issue is unique to the 'vast-farm' node running Lighthouse v4.3.0, as other nodes on v4.2.0 do not exhibit this problem. ERRO bcast Rebroadcast duty error (will retry next epoch): beacon api submit_validator_registrations: nok http response {"label": "submit_validator_registrations", "status_code": 400, "endpoint": "/eth/v1/validator/register_validator", "method": "POST", "data": "{\"code\":400,\"message\":\"BAD_REQUEST: Unsupported endpoint version: v1\",\"stacktraces\":[]}", "duty": "1/builder_registration"}
Additionally, there's a need to investigate aggregator duty failures in the core team cluster.
🎯 Problem to be solved
vast-farm
is encountering a rebroadcast duty error during the beacon API's validator registration process.BAD_REQUEST: Unsupported endpoint version: v1
with a400
status code.ERRO bcast Rebroadcast duty error (will retry next epoch): beacon api submit_validator_registrations: nok http response {"label": "submit_validator_registrations", "status_code": 400, "endpoint": "/eth/v1/validator/register_validator", "method": "POST", "data": "{\"code\":400,\"message\":\"BAD_REQUEST: Unsupported endpoint version: v1\",\"stacktraces\":[]}", "duty": "1/builder_registration"}
Private Zenhub Image
🛠️ Proposed solution
The text was updated successfully, but these errors were encountered: