Files
lighthouse/beacon_node
dapplion d75963bb86 Address remaining review comments
- pending_column.rs: split try_to_sidecar into is_complete-checked to_sidecar
  with typed PendingColumnError so 'incomplete column' is no longer conflated
  with VariableList size-bound failures (jimmygchen, dapplion).
- pending_components.rs: get_cached_data_columns filters by is_complete first,
  then logs an error if a complete column fails to assemble (dknopik's sanity
  check on filter_map silent drops).
- data_column_verification.rs: add the missing column.slot == bid.slot
  consistency check in validate_data_column_sidecar_for_gossip_gloas, using
  the previously-defined-but-unused BlockSlotMismatch error variant
  (jimmygchen).
2026-05-01 10:28:59 +02:00
..
2026-04-29 14:24:25 +02:00
2026-04-29 17:38:49 +02:00
2026-05-01 10:16:06 +02:00
2025-08-13 03:04:31 +00:00
2025-03-12 22:31:05 +00:00
2026-03-06 23:09:33 +00:00