Skip to content

Commit 7e4c8fc

Browse files
committed
Remove all prod eth1 related code
1 parent 8d058e4 commit 7e4c8fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+82
-7736
lines changed

Cargo.lock

+1-188
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ members = [
77
"beacon_node/beacon_processor",
88
"beacon_node/builder_client",
99
"beacon_node/client",
10-
"beacon_node/eth1",
1110
"beacon_node/execution_layer",
1211
"beacon_node/genesis",
1312
"beacon_node/http_api",
@@ -80,7 +79,6 @@ members = [
8079
"slasher/service",
8180

8281
"testing/ef_tests",
83-
"testing/eth1_test_rig",
8482
"testing/execution_engine_integration",
8583
"testing/node_test_rig",
8684
"testing/simulator",
@@ -235,8 +233,6 @@ directory = { path = "common/directory" }
235233
doppelganger_service = { path = "validator_client/doppelganger_service" }
236234
validator_services = { path = "validator_client/validator_services" }
237235
environment = { path = "lighthouse/environment" }
238-
eth1 = { path = "beacon_node/eth1" }
239-
eth1_test_rig = { path = "testing/eth1_test_rig" }
240236
eth2 = { path = "common/eth2" }
241237
eth2_config = { path = "common/eth2_config" }
242238
eth2_key_derivation = { path = "crypto/eth2_key_derivation" }

beacon_node/beacon_chain/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ alloy-primitives = { workspace = true }
2727
bitvec = { workspace = true }
2828
bls = { workspace = true }
2929
derivative = { workspace = true }
30-
eth1 = { workspace = true }
3130
eth2 = { workspace = true }
3231
eth2_network_config = { workspace = true }
3332
ethereum_hashing = { workspace = true }

0 commit comments

Comments
 (0)