@@ -23,6 +23,7 @@ members = [
2323 " common/compare_fields_derive" ,
2424 " common/deposit_contract" ,
2525 " common/directory" ,
26+ " common/eip_3076" ,
2627 " common/eth2" ,
2728 " common/eth2_config" ,
2829 " common/eth2_interop_keypairs" ,
@@ -87,7 +88,6 @@ members = [
8788 " validator_client/initialized_validators" ,
8889 " validator_client/lighthouse_validator_store" ,
8990 " validator_client/signing_method" ,
90- " validator_client/slashing_protection" ,
9191 " validator_client/validator_metrics" ,
9292 " validator_client/validator_services" ,
9393 " validator_manager" ,
@@ -144,6 +144,7 @@ eth2_key_derivation = { path = "crypto/eth2_key_derivation" }
144144eth2_keystore = { path = " crypto/eth2_keystore" }
145145eth2_network_config = { path = " common/eth2_network_config" }
146146eth2_wallet = { path = " crypto/eth2_wallet" }
147+ eip_3076 = { path = " common/eip_3076" }
147148ethereum_hashing = " 0.7.0"
148149ethereum_serde_utils = " 0.8.0"
149150ethereum_ssz = " 0.9.0"
@@ -234,7 +235,6 @@ serde_yaml = "0.9"
234235sha2 = " 0.9"
235236signing_method = { path = " validator_client/signing_method" }
236237slasher = { path = " slasher" , default-features = false }
237- slashing_protection = { path = " validator_client/slashing_protection" }
238238slot_clock = { path = " common/slot_clock" }
239239smallvec = { version = " 1.11.2" , features = [" arbitrary" ] }
240240snap = " 1"
0 commit comments