sigp / ssz_types

List, vector and bitfield types for SSZ
Apache License 2.0
1 stars 11 forks source link

Add support to Serialize `VariableList<FixedVector<u8, M>, N>` #10

Closed jimmygchen closed 1 year ago

jimmygchen commented 1 year ago

Porting @realbigsean's changes from Lighthousedeneb-free-blobs branch to support serialization of VariableList<FixedVector<u8, M>, N> as list of 0x-prefixed hex string.