ssvlabs / ssv-spec

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

up go-eth2-client #408

Closed GalRogozinski closed 3 months ago

GalRogozinski commented 3 months ago

Up go-eth2-version

GalRogozinski commented 3 months ago

@MatheusFranco99 and @AKorpusenko can you give me a quick explanation why we generating ssz for consensusdata and other types that need go-eth-2 now need ssz?

MatheusFranco99 commented 3 months ago

@GalRogozinski Both BeaconVote and ConsensusData are encoded to be sent as []byte to the qbft module, and we use ssz for that.