mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-27 01:33:33 +00:00
Add missing crates to cargo workspace (#6774)
* Add the remaining crates to cargo workspace * Merge branch 'unstable' into add-remaining-crates-workspace
This commit is contained in:
@@ -9,11 +9,13 @@ members = [
|
||||
"beacon_node/client",
|
||||
"beacon_node/eth1",
|
||||
"beacon_node/execution_layer",
|
||||
"beacon_node/genesis",
|
||||
"beacon_node/http_api",
|
||||
"beacon_node/http_metrics",
|
||||
"beacon_node/lighthouse_network",
|
||||
"beacon_node/lighthouse_network/gossipsub",
|
||||
"beacon_node/network",
|
||||
"beacon_node/operation_pool",
|
||||
"beacon_node/store",
|
||||
"beacon_node/timer",
|
||||
|
||||
@@ -30,6 +32,7 @@ members = [
|
||||
"common/eth2_interop_keypairs",
|
||||
"common/eth2_network_config",
|
||||
"common/eth2_wallet_manager",
|
||||
"common/filesystem",
|
||||
"common/lighthouse_version",
|
||||
"common/lockfile",
|
||||
"common/logging",
|
||||
@@ -48,14 +51,16 @@ members = [
|
||||
"common/unused_port",
|
||||
"common/validator_dir",
|
||||
"common/warp_utils",
|
||||
|
||||
"consensus/fixed_bytes",
|
||||
"consensus/fork_choice",
|
||||
|
||||
"consensus/int_to_bytes",
|
||||
"consensus/merkle_proof",
|
||||
"consensus/proto_array",
|
||||
"consensus/safe_arith",
|
||||
"consensus/state_processing",
|
||||
"consensus/swap_or_not_shuffle",
|
||||
"consensus/types",
|
||||
|
||||
"crypto/bls",
|
||||
"crypto/eth2_key_derivation",
|
||||
|
||||
Reference in New Issue
Block a user