ferranbt / fastssz

Fast Ethereum2.0 SSZ encoder/decoder
MIT License
74 stars 44 forks source link

Skip interfaces #53

Closed ferranbt closed 3 years ago

ferranbt commented 3 years ago

Closes #52.

The problem was not in the panic when encoding an interface but in selecting an interface as a target. I will leave the panic in the generation since it is useful to know if a field in the struct is valid or not.