Skip to content

Commit c65bafc

Browse files
authored
Merge of #7133
2 parents d509246 + a64f8ca commit c65bafc

Some content is hidden

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

59 files changed

+158
-7834
lines changed

Cargo.lock

Lines changed: 1 addition & 153 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)