mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Note todo
This commit is contained in:
@@ -105,6 +105,7 @@ pub struct JsonExecutionPayload<E: EthSpec> {
|
|||||||
#[serde(with = "serde_utils::u64_hex_be")]
|
#[serde(with = "serde_utils::u64_hex_be")]
|
||||||
pub excess_blob_gas: u64,
|
pub excess_blob_gas: u64,
|
||||||
#[superstruct(only(V4))]
|
#[superstruct(only(V4))]
|
||||||
|
// TODO(electra): Field name should be changed post devnet-0. See https://github.com/ethereum/execution-apis/pull/544
|
||||||
pub deposit_requests: VariableList<JsonDepositRequest, E::MaxDepositReceiptsPerPayload>,
|
pub deposit_requests: VariableList<JsonDepositRequest, E::MaxDepositReceiptsPerPayload>,
|
||||||
#[superstruct(only(V4))]
|
#[superstruct(only(V4))]
|
||||||
pub withdrawal_requests:
|
pub withdrawal_requests:
|
||||||
|
|||||||
Reference in New Issue
Block a user