Merge branch 'unstable' into vc-fallback

This commit is contained in:
Mac L
2024-07-09 04:34:05 +10:00
98 changed files with 2239 additions and 2005 deletions

View File

@@ -471,7 +471,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(|beacon_node| async move {
.broadcast(|beacon_node| async move {
beacon_node.post_validator_register_validator(batch).await
})
.await