nimbus-eth2/beacon_chain
Etan Kissling dd35d2d309
delay onSlotEnd if there are duties (#5196)
We currently call `onSlotEnd` whenever all in-BN validator duties are
completed. VC validator duties are not awaited. When `onSlotEnd` is
processed close to the slot start, a VC may therefore miss duties.
Adding a delay before `onSlotEnd` improves this situation.
The logic can be optimized further if `ActionTracker` would track
`knownValidators` from REST separately from in-process ones.
2023-07-18 20:55:36 +02:00
..
2023-07-15 16:30:52 +00:00
2023-07-15 16:30:52 +00:00
2023-07-11 21:48:27 +02:00
2023-07-15 16:30:52 +00:00
2023-07-15 16:30:52 +00:00
2023-07-15 16:30:52 +00:00
2023-06-08 13:42:19 +00:00
2023-06-27 03:58:14 +03:00