Skip to content

Commit

Permalink
Temporary rename ExecutionPayloadV4 deposit_receipts field to deposit…
Browse files Browse the repository at this point in the history
…_requests, as CL spec has not been updated with EIP-7685
  • Loading branch information
povi committed May 9, 2024
1 parent 73873f6 commit 19962d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions execution_engine/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ pub struct ExecutionPayloadV4<P: Preset> {
pub blob_gas_used: Gas,
#[serde(with = "serde_utils::prefixed_hex_quantity")]
pub excess_blob_gas: Gas,
#[serde(rename = "depositRequests")]
pub deposit_receipts: ContiguousList<DepositReceiptV1, P::MaxDepositReceiptsPerPayload>,
pub withdrawal_requests:
ContiguousList<WithdrawalRequestV1, P::MaxWithdrawalRequestsPerPayload>,
Expand Down

0 comments on commit 19962d7

Please sign in to comment.