mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-04 17:21:44 +00:00
N/A For responding to by_range requests , we should ideally only respond with items in the range `req.start_slot()..req.start_slot() + req.count`. We were not filtering the generated response for blobs and data columns, only for blocks. This PR adds the filtering for the sidecars as well.