ralexstokes / ethereum-consensus

Apache License 2.0
137 stars 53 forks source link

impl SimpleSerialize on polymorphic types that support it #313

Closed ralexstokes closed 12 months ago

ralexstokes commented 12 months ago

update: the derive macro will interpret these as SSZ unions and not give us what we want

will find another solution