Skip to content

Commit

Permalink
Clean up per review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
allboxes committed Dec 12, 2022
1 parent e640ccf commit 292a683
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/engine/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,19 +475,15 @@ This method follows the same specification as [`engine_forkchoiceUpdatedV1`](#en
#### Response

* result: `object`
- `executionPayloadV2`: [`ExecutionPayloadV2`](#ExecutionPayloadV2)
- `executionPayload`: [`ExecutionPayloadV2`](#ExecutionPayloadV2)
- `blockValue` : `QUANTITY`, 256 Bits - The expected value to be recieved by the `feeRecipient` in wei
* error: code and message set in case an exception happens while getting the payload.

#### Specification

1. Given the `payloadId` client software **MUST** return the most recent version of the payload that is available in the corresponding build process at the time of receiving the call.

2. The call **MUST** return `-38001: Unknown payload` error if the build process identified by the `payloadId` does not exist.

3. Client software **MAY** stop the corresponding build process after serving this call.
This method follows the same specification as [`engine_getPayloadV1`](#engine_getpayloadv1) with the addition of the following:

4. Client software **MAY** use the sum of the block's priority fees or any other algorithm to determine `blockValue`.
1. Client software **MAY** use the sum of the block's priority fees or any other algorithm to determine `blockValue`.

### engine_exchangeTransitionConfigurationV1

Expand Down

0 comments on commit 292a683

Please sign in to comment.