-
Notifications
You must be signed in to change notification settings - Fork 784
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
Broadcast validator registration to all synced beacon nodes #5976
Broadcast validator registration to all synced beacon nodes #5976
Conversation
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
@mergify requeue |
✅ This pull request will be re-embarked automaticallyThe followup |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 3f82952 |
Issue Addressed
The validator client currently publish validator registrations to its first beacon node, and it doesn't require the beacon node to be synced. This could potentially result in registration not being sent to all builders beacon nodes are connected to, because:
lighthouse/validator_client/src/preparation_service.rs
Lines 478 to 487 in b4556a3
Proposed Changes
To ensure registrations for all active validators are sent to all relays, we publish validator registration to all synced beacon nodes.