kdeme 242b9e033d
Remove SSZ Union usage in BlockHeaderWithProof type
Remove SSZ Union in BlockHeaderWithProof type by making the proof
an SSZ encoded ByteList. The right type for the proof can be
selected at the decoding step by first looking into the header
for the timestamp and selecting the right type based on the
hardfork the block is in.
2025-02-07 12:18:41 +01:00
..