status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
543 stars 233 forks source link

construct info object for `BlobSidecar` earlier #6445

Closed etan-status closed 3 months ago

etan-status commented 3 months ago

To avoid "forked" types creeping into BlobSidecar, move the reduction to BlobSidecarInfoObject to the sole caller. The info object is fork agnostic, so does not need "forked" if BlobSidecar ever updates.