Files
prysm/changelog/manu-eas.md
Manu NALEPA 537f3cb863 StatusV2: Send correct earliest available slot. (#15818)
* `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.
2025-10-07 18:45:47 +00:00

177 B

Fixed

  • buildStatusFromStream: Respond statusV2 only if Fulu is enabled.
  • Send our real earliest available slot when sending a Status request post Fulu instead of 0.