mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-10 09:37:38 +00:00
- Gate payload-envelope processing on block_request.state.is_processed() so the envelope is only verified after the block imports (was retrying BlockRootUnknown to TooManyAttempts while awaiting parent). - Penalize attributable peers withholding columns post-Gloas (drop !gloas_enabled custody carve-out). - Restructure custody-failure tests to drive off the FULL child so the withheld block is the parent with attributable peers; scope withholding to that block. - Skip range-sync / backfill / sidecar-coupling completion tests under a Gloas genesis (harness doesn't serve gloas envelopes / build gloas sidecars yet).