Files
lighthouse/beacon_node/lighthouse_network
Daniel Knopik 9de2e9e6e1 Make single block lookup respect earliest_available_slot for column requests (#9447)
Single block lookups do not respect the `earliest_available_slot` peers sent. This causes us to potentially request columns from peers that do not custody columns yet (but will soon).


  Pass down the block's slot and only consider peers where `earliest_available_slot <= block_slot` for custody column requests.


Co-Authored-By: Daniel Knopik <daniel@dknopik.de>
2026-06-16 23:54:00 +00:00
..
2026-04-16 23:50:20 +00:00