Closed etan-status closed 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.
BlobSidecar
BlobSidecarInfoObject
To avoid "forked" types creeping into
BlobSidecar
, move the reduction toBlobSidecarInfoObject
to the sole caller. The info object is fork agnostic, so does not need "forked" ifBlobSidecar
ever updates.