This document is a summary of EIP-6110 proof of concept project.
7/31/2023Execution Layer EIP-6110
7/5/2023Call 10 Meeting Date/Time: Thursday 2023/6/29 at 15:30 UTC Meeting Duration: 45 minutes Testing :heavy_check_mark: Stage 1: Set sleep time to 1 second (about 12 deposits in 12 seconds).Sleep Time: 1 second Number of Deposits per Slot: ~12 Duration of the Test: At least 1 minute to observe sustained behavior. Total Number of Deposit Data Entries Needed: 12 * 5 + 5 = 65 (for 1 minute of testing with 5 additional deposits)
6/29/2023Source: https://github.com/ethereum/execution-apis/blob/main/src/engine/shanghai.md [x] Paris payloads MUST be processed by newPayloadV2 and forkchoiceUpdatedV2[x] case with forkchoiceUpdatedV2 and payloadAttributes == null, and Paris block data [x] case with forkchoiceUpdatedV2 and payloadAttributes == null, and Shanghai block data [x] case with forkchoiceUpdatedV2 and payloadAttributes = {data of the first Capella slot} etc [x] EL MUST return -32602: Invalid params in the following cases: [x] newPayloadV2ExecutionPayloadV1 passed with timestamp >= SHANGHAI_TIMESTAMP
2/2/2023