ssvlabs / ssv-spec

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

Allow committee duties to run in parallel #412

Closed GalRogozinski closed 1 month ago

GalRogozinski commented 1 month ago

Description

For committee duties we previously didn't allow validators to complete a duty if a new one came in for the same validator. Now we no longer stop duty execution. In order to not risk slashing we now add an additional slashing check before signing in the post-consensus phase.

GalRogozinski commented 1 month ago

@MatheusFranco99 commit is good