ssvlabs / ssv-spec

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

Drop redundant validation for decided messages #476

Closed MatheusFranco99 closed 3 weeks ago

MatheusFranco99 commented 1 month ago

Overview

This PR drops redundant msg.Validate() calls in the ValidateDecided function, since it calls baseCommitValidationVerifySignature $\to$ baseCommitValidationIgnoreSignature $\to$ msg.Validate().

It also aligns the errors string in the decide duplicate signer test.