Commit fe6bc61 1 parent 906373b commit fe6bc61 Copy full SHA for fe6bc61
File tree 1 file changed +0
-3
lines changed
crates/common/consensus/src/deneb
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,12 @@ pub struct BeaconState {
102
102
103
103
// Registry
104
104
pub validators : VariableList < Validator , U1099511627776 > ,
105
- #[ serde( deserialize_with = "ssz_types::serde_utils::quoted_u64_var_list::deserialize" ) ]
106
105
pub balances : VariableList < u64 , U1099511627776 > ,
107
106
108
107
// Randomness
109
108
pub randao_mixes : FixedVector < B256 , U65536 > ,
110
109
111
110
// Slashings
112
- #[ serde( deserialize_with = "ssz_types::serde_utils::quoted_u64_fixed_vec::deserialize" ) ]
113
111
pub slashings : FixedVector < u64 , U8192 > ,
114
112
115
113
// Participation
@@ -123,7 +121,6 @@ pub struct BeaconState {
123
121
pub finalized_checkpoint : Checkpoint ,
124
122
125
123
// Inactivity
126
- #[ serde( deserialize_with = "ssz_types::serde_utils::quoted_u64_var_list::deserialize" ) ]
127
124
pub inactivity_scores : VariableList < u64 , U1099511627776 > ,
128
125
129
126
// Sync
You can’t perform that action at this time.
0 commit comments