ssvlabs / ssv-spec

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

SignedSSVMessage #374

Closed MatheusFranco99 closed 5 months ago

MatheusFranco99 commented 5 months ago

Overview

Introduce SignedSSVMessage, which encapsulates SSVMessage along with a signature and a sender identifier fields.

Changes

Note: though SSVMessage is no longer the transmitted message in the network, the Runner still processes the type SSVMessage in the ProcessMessage function.

Tests

Note: this is a non-fork version of #345

MatheusFranco99 commented 5 months ago

@y0sher I changed the encoding to match with the implementation one