You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Constructing the new `signed_execution_payload_header_envelope` field in `BeaconBlockBody`](#constructing-the-new-signed_execution_payload_header_envelope-field-in--beaconblockbody)
15
+
-[Constructing the new `signed_execution_payload_header` field in `BeaconBlockBody`](#constructing-the-new-signed_execution_payload_header-field-in--beaconblockbody)
16
16
-[Constructing the new `payload_attestations` field in `BeaconBlockBody`](#constructing-the-new-payload_attestations-field-in--beaconblockbody)
@@ -71,7 +71,7 @@ Sync committee duties are not changed for validators, however the submission dea
71
71
72
72
Validators are still expected to propose `SignedBeaconBlock` at the beginning of any slot during which `is_proposer(state, validator_index)` returns `true`. The mechanism to prepare this beacon block and related sidecars differs from previous forks as follows
73
73
74
-
#### Constructing the new `signed_execution_payload_header_envelope` field in `BeaconBlockBody`
74
+
#### Constructing the new `signed_execution_payload_header` field in `BeaconBlockBody`
75
75
76
76
To obtain `signed_execution_payload_header`, a block proposer building a block on top of a `state` must take the following actions:
77
77
* Listen to the `execution_payload_header` gossip global topic and save an accepted `signed_execution_payload_header` from a builder. Proposer MAY obtain these signed messages by other off-protocol means.
0 commit comments