ssvlabs / ssv-spec

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

remove ssz encoding for CommitteeMember and Share #490

Open alan-ssvlabs opened 3 weeks ago

alan-ssvlabs commented 3 weeks ago

Fixes #419

ssz encoding for CommitteeMember and Share are defined but not used, therefore this PR removes the encoding functions.

For CommitteeMember encoding no tests are designed, therefore only the functions are removed. For Share encoding, there are tests defined for this function. The tests are also removed as the function itself is actually unused.