@@ -9,11 +9,13 @@ members = [
99 " beacon_node/client" ,
1010 " beacon_node/eth1" ,
1111 " beacon_node/execution_layer" ,
12+ " beacon_node/genesis" ,
1213 " beacon_node/http_api" ,
1314 " beacon_node/http_metrics" ,
1415 " beacon_node/lighthouse_network" ,
1516 " beacon_node/lighthouse_network/gossipsub" ,
1617 " beacon_node/network" ,
18+ " beacon_node/operation_pool" ,
1719 " beacon_node/store" ,
1820 " beacon_node/timer" ,
1921
@@ -30,6 +32,8 @@ members = [
3032 " common/eth2_interop_keypairs" ,
3133 " common/eth2_network_config" ,
3234 " common/eth2_wallet_manager" ,
35+ " common/filesystem" ,
36+ " common/health_metrics" ,
3337 " common/lighthouse_version" ,
3438 " common/lockfile" ,
3539 " common/logging" ,
@@ -48,14 +52,16 @@ members = [
4852 " common/unused_port" ,
4953 " common/validator_dir" ,
5054 " common/warp_utils" ,
55+
5156 " consensus/fixed_bytes" ,
5257 " consensus/fork_choice" ,
53-
5458 " consensus/int_to_bytes" ,
59+ " consensus/merkle_proof" ,
5560 " consensus/proto_array" ,
5661 " consensus/safe_arith" ,
5762 " consensus/state_processing" ,
5863 " consensus/swap_or_not_shuffle" ,
64+ " consensus/types" ,
5965
6066 " crypto/bls" ,
6167 " crypto/eth2_key_derivation" ,
@@ -247,6 +253,7 @@ filesystem = { path = "common/filesystem" }
247253fork_choice = { path = " consensus/fork_choice" }
248254genesis = { path = " beacon_node/genesis" }
249255gossipsub = { path = " beacon_node/lighthouse_network/gossipsub/" }
256+ health_metrics = { path = " common/health_metrics" }
250257http_api = { path = " beacon_node/http_api" }
251258initialized_validators = { path = " validator_client/initialized_validators" }
252259int_to_bytes = { path = " consensus/int_to_bytes" }
0 commit comments