mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-15 01:38:18 +00:00
- block_verification test: ParentUnknown pattern needs `..` (field restored). - Count gloas leaf-block completions in completed_lookups (were removed silently). - Retain a parent on payload-download TooManyAttempts while a FULL child awaits its payload (don't cascade-drop); the payload may still arrive. - on_external_processing_result: complete the lookup on gossip import (gloas-aware), fixing the pre-gloas regression flagged by the TODO. - Complete lookups that become available via the da_checker during continue_requests (no Imported processing result is emitted): detect in on_lookup_result + the block-imported branch of on_processing_result. - Lint: debug_assert!(true) -> false; redundant if-let Some(_) -> is_some().