mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-04-19 03:01:06 -04:00
- Wire up `engine_newPayloadV5` for Gloas, using it based on slot. Reuses `ExecutionPayloadDeneb` with execution requests (same params as V4, just version bump). - Add Gloas to `engine_forkchoiceUpdatedV3` and `engine_getPayloadV5` (shared with fulu). - Add slot parameter to `NewPayload` interface so the engine client can select V4 vs V5 at the fork boundary. (this will change later!) - Add GloasEnabled() config helper and gloasEngineEndpoints for capability exchange.