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
Consensus Layer client software **MUST** wait for a specified `timeout` before aborting the call. In such an event, the Consensus Layer client software **MAY** retry the call.
140
+
141
+
Consensus Layer client software **MAY** wait for response longer than it is specified by the `timeout` parameter.
142
+
136
143
## Structures
137
144
138
145
Values of a field of `DATA` type **MUST** be encoded as a hexadecimal string with a `0x` prefix matching the regular expression `^0x(?:[a-fA-F0-9]{2})*$`.
@@ -240,6 +247,7 @@ The payload build process is specified as follows:
240
247
* method: `engine_newPayloadV1`
241
248
* params:
242
249
1.[`ExecutionPayloadV1`](#ExecutionPayloadV1)
250
+
* timeout: 8s
243
251
244
252
#### Response
245
253
@@ -276,6 +284,7 @@ The payload build process is specified as follows:
276
284
* params:
277
285
1.`forkchoiceState`: `Object` - instance of [`ForkchoiceStateV1`](#ForkchoiceStateV1)
278
286
2.`payloadAttributes`: `Object|null` - instance of [`PayloadAttributesV1`](#PayloadAttributesV1) or `null`
287
+
* timeout: 8s
279
288
280
289
#### Response
281
290
@@ -323,6 +332,7 @@ The payload build process is specified as follows:
323
332
* method: `engine_getPayloadV1`
324
333
* params:
325
334
1.`payloadId`: `DATA`, 8 Bytes - Identifier of the payload build process
335
+
* timeout: 1s
326
336
327
337
#### Response
328
338
@@ -344,6 +354,7 @@ The payload build process is specified as follows:
0 commit comments