mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-10 01:26:44 +00:00
The initial partial send after getBlobs only sends incomplete partial columns, causing issues as we do not propagate these columns. Return complete and incomplete columns from `get_columns_and_mark_as_local_fetched`, and convert any complete columns to partials if necessary. Send all columns retrieved this way after getBlobs Co-Authored-By: Daniel Knopik <daniel@dknopik.de>