ssvlabs / ssv-spec

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

Committee Based Consensus - Alan Fork #421

Closed GalRogozinski closed 2 days ago

GalRogozinski commented 1 month ago

This branch consists of the following changes:

  1. Message Structure Change
  2. Committee Base Consensus
  3. Topics By Committee ID
MatheusFranco99 commented 3 weeks ago

@GalRogozinski

  1. signedssvmessage/wrong_data: no data anymore in SignedSSVMessage. Now, we use SSVMessage. A new test was added for the case in which this field is nil.
  2. partialsigmessage/signed_message_signer.go: no signer in partial signature message.
MatheusFranco99 commented 2 weeks ago

Let's remove the signature verification interface and use std lib