Closed ralexstokes closed 7 months ago
Currently unimplemented.
Requires implementation for std::option::Option with special handling of the None variant (like need a custom NoneMerkleElement to do what we need).
std::option::Option
None
NoneMerkleElement
Requires implementation for general enums in the ssz-rs-derive proc macro, again with special handling for SSZ unions with None variant.
ssz-rs-derive
Also requires proving the selector chunk of a Merkleized union.
selector
Currently unimplemented.
Requires implementation for
std::option::Option
with special handling of theNone
variant (like need a customNoneMerkleElement
to do what we need).Requires implementation for general enums in the
ssz-rs-derive
proc macro, again with special handling for SSZ unions withNone
variant.Also requires proving the
selector
chunk of a Merkleized union.