ssvlabs / ssv-spec

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

Use naming in complex nested map #446

Closed MatheusFranco99 closed 2 weeks ago

MatheusFranco99 commented 2 weeks ago

Overview

This PR improves the readability of the Signatures map field of the PartialSigContainer structure.

In the map definition, instead of string, it uses a new SigningRoot type, and, instead of []byte, it uses the existing types.Signature type.