mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 08:41:43 +00:00
This is a backport from `holesky-rescue`. Part of: - https://github.com/sigp/lighthouse/issues/7039 Original PR to `holesky-rescue`: - https://github.com/sigp/lighthouse/pull/7054 Avoid doing database lookups for slots that lie in the hot database when processing status messages. This avoids a DoS vector during non-finality, as loading hot states to iterate block roots is very expensive.