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
Copy file name to clipboardExpand all lines: src/engine/prague.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This specification is based on and extends [Engine API - Cancun](./cancun.md) sp
12
12
-[Engine API -- Prague](#engine-api----prague)
13
13
-[Table of contents](#table-of-contents)
14
14
-[Structures](#structures)
15
-
-[DepositRequestV1](#depositrequestv1)
15
+
-[DepositReceiptV1](#depositreceiptv1)
16
16
-[WithdrawalRequestV1](#withdrawalrequestv1)
17
17
-[ExecutionPayloadV4](#executionpayloadv4)
18
18
-[Methods](#methods)
@@ -29,7 +29,7 @@ This specification is based on and extends [Engine API - Cancun](./cancun.md) sp
29
29
30
30
## Structures
31
31
32
-
### DepositRequestV1
32
+
### DepositReceiptV1
33
33
This structure maps onto the deposit object from [EIP-6110](https://eips.ethereum.org/EIPS/eip-6110).
34
34
The fields are encoded as follows:
35
35
@@ -53,7 +53,7 @@ The fields are encoded as follows:
53
53
54
54
### ExecutionPayloadV4
55
55
56
-
This structure has the syntax of [`ExecutionPayloadV3`](./cancun.md#executionpayloadv3) and appends the new fields: `depositRequests` and `withdrawalRequests`.
56
+
This structure has the syntax of [`ExecutionPayloadV3`](./cancun.md#executionpayloadv3) and appends the new fields: `depositReceipts` and `withdrawalRequests`.
57
57
58
58
-`parentHash`: `DATA`, 32 Bytes
59
59
-`feeRecipient`: `DATA`, 20 Bytes
@@ -72,7 +72,7 @@ This structure has the syntax of [`ExecutionPayloadV3`](./cancun.md#executionpay
72
72
-`withdrawals`: `Array of WithdrawalV1` - Array of withdrawals, each object is an `OBJECT` containing the fields of a `WithdrawalV1` structure.
73
73
-`blobGasUsed`: `QUANTITY`, 64 Bits
74
74
-`excessBlobGas`: `QUANTITY`, 64 Bits
75
-
-`depositRequests`: `Array of DepositRequestV1` - Array of deposits, each object is an `OBJECT` containing the fields of a `DepositRequestV1` structure.
75
+
-`depositReceipts`: `Array of DepositReceiptV1` - Array of deposits, each object is an `OBJECT` containing the fields of a `DepositReceiptV1` structure.
76
76
-`withdrawalRequests`: `Array of WithdrawalRequestV1` - Array of withdrawal requests, each object is an `OBJECT` containing the fields of a `WithdrawalRequestV1` structure.
0 commit comments