Quote Capella BeaconState fields (#3967)
This commit is contained in:
parent
5fc798dd1b
commit
10d32ee04c
@ -301,8 +301,10 @@ where
|
|||||||
|
|
||||||
// Capella
|
// Capella
|
||||||
#[superstruct(only(Capella, Eip4844), partial_getter(copy))]
|
#[superstruct(only(Capella, Eip4844), partial_getter(copy))]
|
||||||
|
#[serde(with = "eth2_serde_utils::quoted_u64")]
|
||||||
pub next_withdrawal_index: u64,
|
pub next_withdrawal_index: u64,
|
||||||
#[superstruct(only(Capella, Eip4844), partial_getter(copy))]
|
#[superstruct(only(Capella, Eip4844), partial_getter(copy))]
|
||||||
|
#[serde(with = "eth2_serde_utils::quoted_u64")]
|
||||||
pub next_withdrawal_validator_index: u64,
|
pub next_withdrawal_validator_index: u64,
|
||||||
// Deep history valid from Capella onwards.
|
// Deep history valid from Capella onwards.
|
||||||
#[superstruct(only(Capella, Eip4844))]
|
#[superstruct(only(Capella, Eip4844))]
|
||||||
|
Loading…
Reference in New Issue
Block a user