@@ -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" ,
@@ -79,6 +80,7 @@ members = [
7980 " testing/validator_test_rig" ,
8081 " testing/web3signer_tests" ,
8182 " validator_client" ,
83+ " validator_client/slashing_protection" ,
8284 " validator_client/beacon_node_fallback" ,
8385 " validator_client/doppelganger_service" ,
8486 " validator_client/graffiti_file" ,
@@ -87,7 +89,6 @@ members = [
8789 " validator_client/initialized_validators" ,
8890 " validator_client/lighthouse_validator_store" ,
8991 " validator_client/signing_method" ,
90- " validator_client/slashing_protection" ,
9192 " validator_client/validator_metrics" ,
9293 " validator_client/validator_services" ,
9394 " validator_manager" ,
@@ -144,6 +145,7 @@ eth2_key_derivation = { path = "crypto/eth2_key_derivation" }
144145eth2_keystore = { path = " crypto/eth2_keystore" }
145146eth2_network_config = { path = " common/eth2_network_config" }
146147eth2_wallet = { path = " crypto/eth2_wallet" }
148+ eip_3076 = { path = " common/eip_3076" }
147149ethereum_hashing = " 0.7.0"
148150ethereum_serde_utils = " 0.8.0"
149151ethereum_ssz = " 0.9.0"
@@ -234,7 +236,6 @@ serde_yaml = "0.9"
234236sha2 = " 0.9"
235237signing_method = { path = " validator_client/signing_method" }
236238slasher = { path = " slasher" , default-features = false }
237- slashing_protection = { path = " validator_client/slashing_protection" }
238239slot_clock = { path = " common/slot_clock" }
239240smallvec = { version = " 1.11.2" , features = [" arbitrary" ] }
240241snap = " 1"
@@ -275,6 +276,7 @@ validator_http_metrics = { path = "validator_client/http_metrics" }
275276validator_metrics = { path = " validator_client/validator_metrics" }
276277validator_services = { path = " validator_client/validator_services" }
277278validator_store = { path = " validator_client/validator_store" }
279+ slashing_protection = { path = " validator_client/slashing_protection" }
278280validator_test_rig = { path = " testing/validator_test_rig" }
279281warp = { version = " 0.3.7" , default-features = false , features = [" tls" ] }
280282warp_utils = { path = " common/warp_utils" }
0 commit comments