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-06-30 07:39:41 +00:00
2020-06-01 16:58:28 +03:00
2023-06-30 07:39:41 +00:00
2023-07-15 16:30:52 +00:00