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
I blv we should get rid of the new bonded sequencer event as after will change to polling every small interval, and also we require to be in sync with current sequencers for their pub-key just before the rotation (assuming an event can be missed, we must query the sequencers list just before the rotation to validate polling didn’t miss anything), the event is not really adding anything meaningful to be kept
// listen to new bonded sequencers events to add them in the sequencer setgouevent.MustSubscribe(ctx, m.Pubsub, "newBondedSequencer", settlement.EventQueryNewBondedSequencer, m.UpdateSequencerSet, m.logger)
I blv we should get rid of the new bonded sequencer event as after will change to polling every small interval, and also we require to be in sync with current sequencers for their pub-key just before the rotation (assuming an event can be missed, we must query the sequencers list just before the rotation to validate polling didn’t miss anything), the event is not really adding anything meaningful to be kept
blocked by:
State
race conditions #1149The text was updated successfully, but these errors were encountered: