Skip to content

Commit e84b7b2

Browse files
committed
Remove all prod eth1 related code (#7133)
Squashed commit of the following: commit e3c7251 Merge: 7a94542 6135f41 Author: Michael Sproul <michael@sigmaprime.io> Date: Mon Jun 16 16:38:41 2025 +1000 Merge remote-tracking branch 'origin/unstable' into remove-eth1 commit 7a94542 Merge: 373062d 38a5f33 Author: Pawan Dhananjay <pawandhananjay@gmail.com> Date: Fri May 30 10:18:02 2025 -0700 Merge branch 'unstable' into remove-eth1 commit 373062d Author: Pawan Dhananjay <pawandhananjay@gmail.com> Date: Mon May 12 15:19:12 2025 -0700 Remove all eth1 related prod code
1 parent 6135f41 commit e84b7b2

File tree

51 files changed

+98
-7594
lines changed

Some content is hidden

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

51 files changed

+98
-7594
lines changed

Cargo.lock

Lines changed: 1 addition & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ members = [
66
"beacon_node/beacon_processor",
77
"beacon_node/builder_client",
88
"beacon_node/client",
9-
"beacon_node/eth1",
109
"beacon_node/execution_layer",
1110
"beacon_node/genesis",
1211
"beacon_node/http_api",
@@ -72,7 +71,6 @@ members = [
7271
"slasher",
7372
"slasher/service",
7473
"testing/ef_tests",
75-
"testing/eth1_test_rig",
7674
"testing/execution_engine_integration",
7775
"testing/node_test_rig",
7876
"testing/simulator",
@@ -138,8 +136,6 @@ doppelganger_service = { path = "validator_client/doppelganger_service" }
138136
either = "1.9"
139137
env_logger = "0.9"
140138
environment = { path = "lighthouse/environment" }
141-
eth1 = { path = "beacon_node/eth1" }
142-
eth1_test_rig = { path = "testing/eth1_test_rig" }
143139
eth2 = { path = "common/eth2" }
144140
eth2_config = { path = "common/eth2_config" }
145141
eth2_key_derivation = { path = "crypto/eth2_key_derivation" }

beacon_node/beacon_chain/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ alloy-primitives = { workspace = true }
1919
bitvec = { workspace = true }
2020
bls = { workspace = true }
2121
derivative = { workspace = true }
22-
eth1 = { workspace = true }
2322
eth2 = { workspace = true }
2423
eth2_network_config = { workspace = true }
2524
ethereum_hashing = { workspace = true }

0 commit comments

Comments
 (0)