ssvlabs / ssv-spec

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

Move json utils to a testutils file #432

Closed MatheusFranco99 closed 3 months ago

MatheusFranco99 commented 3 months ago

Overview

This PR moves the Encode, Decode and GetRoot methods from structures to a separate json_testutils.go file.

This has the purpose of cleaning up the code and separating testing code from main implementation.