Broadcast validator registration to all synced beacon nodes (#5976)

* Broadcast validator registration to all sycnc'd nodes.

* Eagerly send out validator registrations even whe BN is not synced.
This commit is contained in:
Jimmy Chen
2024-07-03 17:30:51 +10:00
committed by GitHub
parent 937f8b2d01
commit 3f82952f66

View File

@@ -477,7 +477,7 @@ impl<T: SlotClock + 'static, E: EthSpec> PreparationService<T, E> {
for batch in signed.chunks(self.validator_registration_batch_size) {
match self
.beacon_nodes
.first_success(
.broadcast(
RequireSynced::No,
OfflineOnFailure::No,
|beacon_node| async move {