Files
lighthouse/beacon_node
Pawan Dhananjay 3fefda68e5 Send byrange responses in the correct requested range (#7611)
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.
2025-06-23 06:57:37 +00:00
..
2025-03-12 22:31:05 +00:00
2025-03-12 22:31:05 +00:00