ssvlabs / ssv-spec

GNU General Public License v3.0
25 stars 22 forks source link

Spec - Validator registration and voluntary exit now stop old duties #318

Closed GalRogozinski closed 10 months ago

GalRogozinski commented 10 months ago

Description

Stalling ValidatorRegistration/ValidatorExit duties prevented the execution of new duties. Now when a duty that fits a higher slot comes in it stops the old one.

Affected tests

Added missing cases to: consensus_not_started, duplicate_duty_finished, duplicate_duty_not_finished, and finished.

GalRogozinski commented 10 months ago

Replaces #317