Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Engine API: initial draft of EIP-6110 spec #340

Merged
merged 2 commits into from
Jan 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Simplify getPayloadV6110 response
  • Loading branch information
mkalinin committed Dec 21, 2022
commit 26a0b7585dc05833370cc3fe4f9d7ef8d0703741
6 changes: 2 additions & 4 deletions src/engine/experimental/eip6110.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,8 @@ This method follows the same specification as [`engine_newPayloadV2`](./shanghai

#### Response

* result: `object`
- `executionPayload`: [`ExecutionPayloadV6110`](#ExecutionPayloadV6110)
- `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.
Refer to the response for [`engine_getPayloadV2`](./shanghai.md#engine_getpayloadv2) with the following change:
* `executionPayload` data structure is changed to [`ExecutionPayloadV6110`](#ExecutionPayloadV6110).

#### Specification

Expand Down