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
Copy file name to clipboardExpand all lines: src/engine/specification.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ This structure maps on the [`ExecutionPayload`](https://github.com/ethereum/cons
139
139
-`stateRoot`: `DATA`, 32 Bytes
140
140
-`receiptsRoot`: `DATA`, 32 Bytes
141
141
-`logsBloom`: `DATA`, 256 Bytes
142
-
-`random`: `DATA`, 32 Bytes
142
+
-`prevRandao`: `DATA`, 32 Bytes
143
143
-`blockNumber`: `QUANTITY`, 64 Bits
144
144
-`gasLimit`: `QUANTITY`, 64 Bits
145
145
-`gasUsed`: `QUANTITY`, 64 Bits
@@ -162,7 +162,7 @@ This structure encapsulates the fork choice state. The fields are encoded as fol
162
162
This structure contains the attributes required to initiate a payload build process in the context of an `engine_forkchoiceUpdated` call. The fields are encoded as follows:
163
163
164
164
-`timestamp`: `QUANTITY`, 64 Bits - value for the `timestamp` field of the new payload
165
-
-`random`: `DATA`, 32 Bytes - value for the `random` field of the new payload
165
+
-`prevRandao`: `DATA`, 32 Bytes - value for the `prevRandao` field of the new payload
166
166
-`suggestedFeeRecipient`: `DATA`, 20 Bytes - suggested value for the `feeRecipient` field of the new payload
0 commit comments