From e81ce6cf20ca52144832031a40894d8f95474faf Mon Sep 17 00:00:00 2001 From: Agnish Ghosh Date: Mon, 2 Sep 2024 13:40:15 +0530 Subject: [PATCH] reconstruct and broadcast before validator duties --- beacon_chain/nimbus_beacon_node.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/nimbus_beacon_node.nim b/beacon_chain/nimbus_beacon_node.nim index 54b3f1b5a..743972312 100644 --- a/beacon_chain/nimbus_beacon_node.nim +++ b/beacon_chain/nimbus_beacon_node.nim @@ -1852,8 +1852,8 @@ proc onSlotStart(node: BeaconNode, wallTime: BeaconTime, node.consensusManager[].updateHead(wallSlot) - await node.handleValidatorDuties(lastSlot, wallSlot) await node.reconstructAndSendDataColumns() + await node.handleValidatorDuties(lastSlot, wallSlot) await onSlotEnd(node, wallSlot) # https://github.com/ethereum/builder-specs/blob/v0.4.0/specs/bellatrix/validator.md#registration-dissemination