mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
* `buildStatusFromStream`: Use parent context. * Status tests: Use `t.Context` everywhere. * `buildStatusFromStream`: Respond statusV2 only if Fulu is enabled. Without doing so, earliest available slot is never defined, and then `s.cfg.p2p.EarliestAvailableSlot` will block until the context is canceled. * Send our real earliest available slot when sending a Status request post Fulu instead of `0`. * Add changelog.
177 B
177 B
Fixed
buildStatusFromStream: RespondstatusV2only if Fulu is enabled.- Send our real earliest available slot when sending a Status request post Fulu instead of
0.