You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): narrow down sentinel check in multiple_validators_sentinel
Instead of checking a range of slots, we only check the slot we're
interested in. This prevents any build errors that occured until things
got stable from interfering. For instance, the sequencer we stop could
cause the _next_ sequencer to miss their block. Looking just into the
`sentinelSlot` removes this indeterminism.
0 commit comments