mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Remove unused deps (#2592)
Found some deps you're possibly not using. Please shout if you think they are indeed still needed.
This commit is contained in:
126
Cargo.lock
generated
126
Cargo.lock
generated
@@ -10,29 +10,17 @@ dependencies = [
|
||||
"bls",
|
||||
"clap",
|
||||
"clap_utils",
|
||||
"deposit_contract",
|
||||
"directory",
|
||||
"dirs",
|
||||
"environment",
|
||||
"eth2",
|
||||
"eth2_keystore",
|
||||
"eth2_network_config",
|
||||
"eth2_ssz",
|
||||
"eth2_ssz_derive",
|
||||
"eth2_wallet",
|
||||
"eth2_wallet_manager",
|
||||
"filesystem",
|
||||
"futures",
|
||||
"hex",
|
||||
"libc",
|
||||
"rand 0.7.3",
|
||||
"rayon",
|
||||
"safe_arith",
|
||||
"sensitive_url",
|
||||
"slashing_protection",
|
||||
"slog",
|
||||
"slog-async",
|
||||
"slog-term",
|
||||
"slot_clock",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
@@ -452,21 +440,17 @@ dependencies = [
|
||||
"environment",
|
||||
"eth1",
|
||||
"eth2",
|
||||
"eth2_config",
|
||||
"eth2_hashing 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"eth2_ssz",
|
||||
"eth2_ssz_derive",
|
||||
"eth2_ssz_types",
|
||||
"exit-future",
|
||||
"fork_choice",
|
||||
"futures",
|
||||
"genesis",
|
||||
"int_to_bytes",
|
||||
"integer-sqrt",
|
||||
"itertools",
|
||||
"lazy_static",
|
||||
"lighthouse_metrics",
|
||||
"log",
|
||||
"lru",
|
||||
"maplit",
|
||||
"merkle_proof",
|
||||
@@ -474,14 +458,10 @@ dependencies = [
|
||||
"parking_lot",
|
||||
"proto_array",
|
||||
"rand 0.7.3",
|
||||
"rand_core 0.6.3",
|
||||
"rayon",
|
||||
"regex",
|
||||
"safe_arith",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"serde_yaml",
|
||||
"slasher",
|
||||
"slog",
|
||||
"sloggers",
|
||||
@@ -511,26 +491,19 @@ dependencies = [
|
||||
"eth2_config",
|
||||
"eth2_libp2p",
|
||||
"eth2_network_config",
|
||||
"eth2_ssz",
|
||||
"exit-future",
|
||||
"futures",
|
||||
"genesis",
|
||||
"hex",
|
||||
"hyper",
|
||||
"lighthouse_version",
|
||||
"logging",
|
||||
"monitoring_api",
|
||||
"node_test_rig",
|
||||
"rand 0.7.3",
|
||||
"sensitive_url",
|
||||
"serde",
|
||||
"slasher",
|
||||
"slog",
|
||||
"slog-async",
|
||||
"slog-term",
|
||||
"store",
|
||||
"task_executor",
|
||||
"tokio",
|
||||
"types",
|
||||
]
|
||||
|
||||
@@ -662,9 +635,7 @@ dependencies = [
|
||||
"beacon_node",
|
||||
"clap",
|
||||
"eth2_libp2p",
|
||||
"eth2_network_config",
|
||||
"eth2_ssz",
|
||||
"futures",
|
||||
"hex",
|
||||
"log",
|
||||
"logging",
|
||||
@@ -673,7 +644,6 @@ dependencies = [
|
||||
"slog-scope",
|
||||
"slog-stdlog",
|
||||
"slog-term",
|
||||
"sloggers",
|
||||
"tokio",
|
||||
"types",
|
||||
]
|
||||
@@ -882,7 +852,6 @@ dependencies = [
|
||||
"eth2_network_config",
|
||||
"eth2_ssz",
|
||||
"hex",
|
||||
"types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -898,8 +867,6 @@ dependencies = [
|
||||
"eth2",
|
||||
"eth2_config",
|
||||
"eth2_libp2p",
|
||||
"eth2_ssz",
|
||||
"futures",
|
||||
"genesis",
|
||||
"http_api",
|
||||
"http_metrics",
|
||||
@@ -908,17 +875,12 @@ dependencies = [
|
||||
"monitoring_api",
|
||||
"network",
|
||||
"parking_lot",
|
||||
"prometheus",
|
||||
"reqwest",
|
||||
"sensitive_url",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_yaml",
|
||||
"slasher",
|
||||
"slasher_service",
|
||||
"slog",
|
||||
"slog-async",
|
||||
"sloggers",
|
||||
"slot_clock",
|
||||
"store",
|
||||
"task_executor",
|
||||
@@ -926,9 +888,7 @@ dependencies = [
|
||||
"timer",
|
||||
"tokio",
|
||||
"toml",
|
||||
"tree_hash",
|
||||
"types",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1392,7 +1352,6 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"clap_utils",
|
||||
"dirs",
|
||||
"eth2_network_config",
|
||||
]
|
||||
|
||||
@@ -1540,7 +1499,6 @@ dependencies = [
|
||||
"ethereum-types 0.11.0",
|
||||
"fs2",
|
||||
"hex",
|
||||
"parking_lot",
|
||||
"rayon",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
@@ -1651,7 +1609,6 @@ dependencies = [
|
||||
"filesystem",
|
||||
"futures",
|
||||
"logging",
|
||||
"parking_lot",
|
||||
"slog",
|
||||
"slog-async",
|
||||
"slog-json",
|
||||
@@ -1679,14 +1636,12 @@ dependencies = [
|
||||
"environment",
|
||||
"eth1_test_rig",
|
||||
"eth2",
|
||||
"eth2_hashing 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"eth2_ssz",
|
||||
"eth2_ssz_derive",
|
||||
"fallback",
|
||||
"futures",
|
||||
"hex",
|
||||
"lazy_static",
|
||||
"libflate",
|
||||
"lighthouse_metrics",
|
||||
"merkle_proof",
|
||||
"parking_lot",
|
||||
@@ -1710,7 +1665,6 @@ name = "eth1_test_rig"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"deposit_contract",
|
||||
"futures",
|
||||
"serde_json",
|
||||
"tokio",
|
||||
"types",
|
||||
@@ -1730,7 +1684,6 @@ dependencies = [
|
||||
"eth2_ssz_derive",
|
||||
"futures",
|
||||
"futures-util",
|
||||
"hex",
|
||||
"libsecp256k1 0.6.0",
|
||||
"procinfo",
|
||||
"proto_array",
|
||||
@@ -1742,7 +1695,6 @@ dependencies = [
|
||||
"serde_json",
|
||||
"store",
|
||||
"types",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1750,8 +1702,6 @@ name = "eth2_config"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"paste",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"types",
|
||||
]
|
||||
|
||||
@@ -1813,7 +1763,6 @@ dependencies = [
|
||||
"aes",
|
||||
"bls",
|
||||
"eth2_key_derivation",
|
||||
"eth2_ssz",
|
||||
"hex",
|
||||
"hmac 0.11.0",
|
||||
"pbkdf2 0.8.0",
|
||||
@@ -1833,7 +1782,6 @@ dependencies = [
|
||||
name = "eth2_libp2p"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"base64 0.13.0",
|
||||
"directory",
|
||||
"dirs",
|
||||
"discv5",
|
||||
@@ -1844,7 +1792,6 @@ dependencies = [
|
||||
"exit-future",
|
||||
"fnv",
|
||||
"futures",
|
||||
"futures-io",
|
||||
"hashset_delay",
|
||||
"hex",
|
||||
"lazy_static",
|
||||
@@ -1873,7 +1820,6 @@ dependencies = [
|
||||
"tokio-util",
|
||||
"types",
|
||||
"unsigned-varint 0.6.0",
|
||||
"void",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1883,7 +1829,6 @@ dependencies = [
|
||||
"enr",
|
||||
"eth2_config",
|
||||
"eth2_ssz",
|
||||
"serde",
|
||||
"serde_yaml",
|
||||
"tempfile",
|
||||
"types",
|
||||
@@ -1965,7 +1910,6 @@ dependencies = [
|
||||
name = "eth2_wallet_manager"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"eth2_keystore",
|
||||
"eth2_wallet",
|
||||
"lockfile",
|
||||
"tempfile",
|
||||
@@ -2205,12 +2149,8 @@ dependencies = [
|
||||
"beacon_chain",
|
||||
"eth2_ssz",
|
||||
"eth2_ssz_derive",
|
||||
"hex",
|
||||
"proto_array",
|
||||
"slot_clock",
|
||||
"state_processing",
|
||||
"store",
|
||||
"tree_hash",
|
||||
"types",
|
||||
]
|
||||
|
||||
@@ -2386,15 +2326,11 @@ dependencies = [
|
||||
"eth1_test_rig",
|
||||
"eth2_hashing 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"eth2_ssz",
|
||||
"exit-future",
|
||||
"futures",
|
||||
"int_to_bytes",
|
||||
"merkle_proof",
|
||||
"parking_lot",
|
||||
"rayon",
|
||||
"sensitive_url",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"slog",
|
||||
"state_processing",
|
||||
"tokio",
|
||||
@@ -2684,14 +2620,12 @@ dependencies = [
|
||||
"eth2",
|
||||
"eth2_libp2p",
|
||||
"eth2_ssz",
|
||||
"fork_choice",
|
||||
"futures",
|
||||
"hex",
|
||||
"lazy_static",
|
||||
"lighthouse_metrics",
|
||||
"lighthouse_version",
|
||||
"network",
|
||||
"parking_lot",
|
||||
"sensitive_url",
|
||||
"serde",
|
||||
"slog",
|
||||
@@ -2700,7 +2634,6 @@ dependencies = [
|
||||
"store",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util",
|
||||
"tree_hash",
|
||||
"types",
|
||||
"warp",
|
||||
@@ -2713,13 +2646,10 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"beacon_chain",
|
||||
"environment",
|
||||
"eth2",
|
||||
"eth2_libp2p",
|
||||
"lazy_static",
|
||||
"lighthouse_metrics",
|
||||
"lighthouse_version",
|
||||
"malloc_utils",
|
||||
"prometheus",
|
||||
"reqwest",
|
||||
"serde",
|
||||
"slog",
|
||||
@@ -3061,29 +2991,22 @@ dependencies = [
|
||||
"clap_utils",
|
||||
"deposit_contract",
|
||||
"directory",
|
||||
"dirs",
|
||||
"env_logger 0.9.0",
|
||||
"environment",
|
||||
"eth1_test_rig",
|
||||
"eth2",
|
||||
"eth2_keystore",
|
||||
"eth2_libp2p",
|
||||
"eth2_network_config",
|
||||
"eth2_ssz",
|
||||
"eth2_wallet",
|
||||
"futures",
|
||||
"genesis",
|
||||
"hex",
|
||||
"lighthouse_version",
|
||||
"log",
|
||||
"rand 0.7.3",
|
||||
"regex",
|
||||
"sensitive_url",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_yaml",
|
||||
"state_processing",
|
||||
"tokio",
|
||||
"tree_hash",
|
||||
"types",
|
||||
"validator_dir",
|
||||
@@ -3692,7 +3615,6 @@ dependencies = [
|
||||
"boot_node",
|
||||
"clap",
|
||||
"clap_utils",
|
||||
"directory",
|
||||
"env_logger 0.9.0",
|
||||
"environment",
|
||||
"eth2_hashing 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -3702,18 +3624,13 @@ dependencies = [
|
||||
"lazy_static",
|
||||
"lighthouse_metrics",
|
||||
"lighthouse_version",
|
||||
"logging",
|
||||
"malloc_utils",
|
||||
"serde_json",
|
||||
"slashing_protection",
|
||||
"slog",
|
||||
"slog-async",
|
||||
"slog-term",
|
||||
"sloggers",
|
||||
"target_check",
|
||||
"task_executor",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"types",
|
||||
"validator_client",
|
||||
"validator_dir",
|
||||
@@ -3984,7 +3901,6 @@ name = "monitoring_api"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"eth2",
|
||||
"futures",
|
||||
"lazy_static",
|
||||
"lighthouse_metrics",
|
||||
"lighthouse_version",
|
||||
@@ -4139,7 +4055,6 @@ dependencies = [
|
||||
"lru_cache",
|
||||
"matches",
|
||||
"num_cpus",
|
||||
"parking_lot",
|
||||
"rand 0.7.3",
|
||||
"rlp 0.5.1",
|
||||
"slog",
|
||||
@@ -4148,14 +4063,12 @@ dependencies = [
|
||||
"sloggers",
|
||||
"slot_clock",
|
||||
"smallvec",
|
||||
"state_processing",
|
||||
"store",
|
||||
"strum",
|
||||
"task_executor",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tokio-util",
|
||||
"tree_hash",
|
||||
"types",
|
||||
]
|
||||
|
||||
@@ -4192,15 +4105,9 @@ dependencies = [
|
||||
"beacon_node",
|
||||
"environment",
|
||||
"eth2",
|
||||
"eth2_config",
|
||||
"futures",
|
||||
"genesis",
|
||||
"reqwest",
|
||||
"sensitive_url",
|
||||
"serde",
|
||||
"tempfile",
|
||||
"types",
|
||||
"url",
|
||||
"validator_client",
|
||||
"validator_dir",
|
||||
]
|
||||
@@ -4377,18 +4284,15 @@ dependencies = [
|
||||
"derivative",
|
||||
"eth2_ssz",
|
||||
"eth2_ssz_derive",
|
||||
"int_to_bytes",
|
||||
"itertools",
|
||||
"lazy_static",
|
||||
"lighthouse_metrics",
|
||||
"parking_lot",
|
||||
"rand 0.7.3",
|
||||
"rayon",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"state_processing",
|
||||
"store",
|
||||
"superstruct",
|
||||
"types",
|
||||
]
|
||||
|
||||
@@ -5642,7 +5546,6 @@ dependencies = [
|
||||
"sensitive_url",
|
||||
"tokio",
|
||||
"types",
|
||||
"validator_client",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -5694,7 +5597,6 @@ dependencies = [
|
||||
"state_processing",
|
||||
"task_executor",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"types",
|
||||
]
|
||||
|
||||
@@ -5705,7 +5607,6 @@ dependencies = [
|
||||
"eth2_serde_utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"filesystem",
|
||||
"lazy_static",
|
||||
"parking_lot",
|
||||
"r2d2",
|
||||
"r2d2_sqlite",
|
||||
"rayon",
|
||||
@@ -5714,7 +5615,6 @@ dependencies = [
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
"tree_hash",
|
||||
"types",
|
||||
]
|
||||
|
||||
@@ -5946,16 +5846,11 @@ dependencies = [
|
||||
"itertools",
|
||||
"lazy_static",
|
||||
"lighthouse_metrics",
|
||||
"log",
|
||||
"merkle_proof",
|
||||
"rayon",
|
||||
"safe_arith",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_yaml",
|
||||
"smallvec",
|
||||
"tree_hash",
|
||||
"tree_hash_derive",
|
||||
"types",
|
||||
]
|
||||
|
||||
@@ -6046,7 +5941,6 @@ dependencies = [
|
||||
"sloggers",
|
||||
"state_processing",
|
||||
"tempfile",
|
||||
"tree_hash",
|
||||
"types",
|
||||
]
|
||||
|
||||
@@ -6313,13 +6207,10 @@ name = "timer"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"beacon_chain",
|
||||
"futures",
|
||||
"parking_lot",
|
||||
"slog",
|
||||
"slot_clock",
|
||||
"task_executor",
|
||||
"tokio",
|
||||
"types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -6605,7 +6496,6 @@ dependencies = [
|
||||
"eth2_ssz",
|
||||
"eth2_ssz_derive",
|
||||
"ethereum-types 0.11.0",
|
||||
"lazy_static",
|
||||
"rand 0.7.3",
|
||||
"smallvec",
|
||||
"tree_hash_derive",
|
||||
@@ -6730,7 +6620,6 @@ dependencies = [
|
||||
"itertools",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"merkle_proof",
|
||||
"parking_lot",
|
||||
"rand 0.7.3",
|
||||
"rand_xorshift",
|
||||
@@ -6740,7 +6629,6 @@ dependencies = [
|
||||
"safe_arith",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"serde_yaml",
|
||||
"slog",
|
||||
"state_processing",
|
||||
@@ -6911,43 +6799,31 @@ dependencies = [
|
||||
"dirs",
|
||||
"environment",
|
||||
"eth2",
|
||||
"eth2_config",
|
||||
"eth2_interop_keypairs",
|
||||
"eth2_keystore",
|
||||
"eth2_serde_utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"eth2_ssz",
|
||||
"eth2_ssz_derive",
|
||||
"exit-future",
|
||||
"fallback",
|
||||
"filesystem",
|
||||
"futures",
|
||||
"hex",
|
||||
"hyper",
|
||||
"itertools",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
"libsecp256k1 0.6.0",
|
||||
"lighthouse_metrics",
|
||||
"lighthouse_version",
|
||||
"lockfile",
|
||||
"logging",
|
||||
"monitoring_api",
|
||||
"parking_lot",
|
||||
"rand 0.7.3",
|
||||
"rayon",
|
||||
"reqwest",
|
||||
"ring",
|
||||
"safe_arith",
|
||||
"scrypt",
|
||||
"sensitive_url",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"serde_yaml",
|
||||
"slashing_protection",
|
||||
"slog",
|
||||
"slog-async",
|
||||
"slog-term",
|
||||
"slot_clock",
|
||||
"task_executor",
|
||||
"tempfile",
|
||||
@@ -6972,8 +6848,6 @@ dependencies = [
|
||||
"hex",
|
||||
"lockfile",
|
||||
"rand 0.7.3",
|
||||
"rayon",
|
||||
"slog",
|
||||
"tempfile",
|
||||
"tree_hash",
|
||||
"types",
|
||||
|
||||
Reference in New Issue
Block a user