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
the call **MUST**return`{status: INVALID, latestValidHash: null, validationError: errorMessage | null}`.
53
53
The commitment computation algorithm is defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685).
54
54
55
55
### engine_getPayloadV4
@@ -80,8 +80,8 @@ This method follows the same specification as [`engine_getPayloadV3`](./cancun.m
80
80
81
81
1. Client software **MUST** return `-38005: Unsupported fork` error if the `timestamp` of the built payload does not fall within the time frame of the Prague fork.
82
82
83
-
2. The call **MUST** return `executionRequests`object containing execution layer trigerred requests obtained from transaction execution of the `executionPayload`.
84
-
The ways the requests are encoded and obtained from the payload execution are defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685).
83
+
2. The call **MUST** return `executionRequests`byte sequence representing an encoded list of execution layer trigerred requests obtained from the `executionPayload` transaction execution.
84
+
The ways the requests are encoded and obtained from the execution are defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685).
0 commit comments