Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions rs/canister_client/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@ rust_test(
"//rs/canister_client/sender",
"//rs/canonical_state",
"//rs/certification",
"//rs/certification/test-utils",
"//rs/crypto/temp_crypto",
"//rs/crypto/test_utils/reproducible_rng",
"//rs/crypto/test_utils/root_of_trust",
"//rs/crypto/test_utils/tls",
"//rs/crypto/tree_hash",
"//rs/protobuf",
"//rs/test_utilities/types",
Expand Down Expand Up @@ -99,19 +96,13 @@ rust_test(
"//rs/canister_client/sender",
"//rs/canonical_state",
"//rs/certification",
"//rs/certification/test-utils",
"//rs/crypto/test_utils/crypto_returning_ok",
"//rs/crypto/test_utils/reproducible_rng",
"//rs/crypto/test_utils/root_of_trust",
"//rs/crypto/test_utils/tls",
"//rs/crypto/tree_hash",
"//rs/protobuf",
"//rs/test_utilities",
"//rs/test_utilities/types",
"//rs/tree_deserializer",
"//rs/types/management_canister_types",
"//rs/types/types",
"//rs/validator",
"@crate_index//:backoff",
"@crate_index//:futures-util",
"@crate_index//:hex",
Expand All @@ -127,7 +118,6 @@ rust_test(
"@crate_index//:serde",
"@crate_index//:serde_cbor",
"@crate_index//:tokio",
"@crate_index//:tokio-test",
"@crate_index//:tower",
"@crate_index//:url",
],
Expand Down
9 changes: 0 additions & 9 deletions rs/canonical_state/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@ rust_test(
crate = ":canonical_state",
deps = [
# Keep sorted.
"//rs/canonical_state/tree_hash/test_utils",
"//rs/crypto/sha2",
"//rs/registry/subnet_features",
"//rs/sys",
"//rs/test_utilities/state",
"//rs/test_utilities/time",
"//rs/test_utilities/types",
"//rs/types/management_canister_types",
"//rs/types/wasm_types",
Expand All @@ -70,7 +68,6 @@ rust_test(
"//packages/ic-error-types",
"//rs/canonical_state/certification_version",
"//rs/canonical_state/tree_hash",
"//rs/canonical_state/tree_hash/test_utils",
"//rs/crypto/sha2",
"//rs/crypto/tree_hash",
"//rs/phantom_newtype",
Expand All @@ -81,15 +78,13 @@ rust_test(
"//rs/replicated_state",
"//rs/sys",
"//rs/test_utilities/state",
"//rs/test_utilities/time",
"//rs/test_utilities/types",
"//rs/types/base_types",
"//rs/types/cycles",
"//rs/types/management_canister_types",
"//rs/types/types",
"//rs/types/wasm_types",
"//rs/utils",
"@crate_index//:assert_matches",
"@crate_index//:hex",
"@crate_index//:lazy_static",
"@crate_index//:leb128",
Expand All @@ -116,7 +111,6 @@ rust_test(
"//packages/ic-error-types",
"//rs/canonical_state/certification_version",
"//rs/canonical_state/tree_hash",
"//rs/canonical_state/tree_hash/test_utils",
"//rs/crypto/sha2",
"//rs/crypto/tree_hash",
"//rs/phantom_newtype",
Expand All @@ -127,15 +121,13 @@ rust_test(
"//rs/replicated_state",
"//rs/sys",
"//rs/test_utilities/state",
"//rs/test_utilities/time",
"//rs/test_utilities/types",
"//rs/types/base_types",
"//rs/types/cycles",
"//rs/types/management_canister_types",
"//rs/types/types",
"//rs/types/wasm_types",
"//rs/utils",
"@crate_index//:assert_matches",
"@crate_index//:hex",
"@crate_index//:lazy_static",
"@crate_index//:leb128",
Expand Down Expand Up @@ -173,7 +165,6 @@ rust_test(
"//rs/replicated_state",
"//rs/sys",
"//rs/test_utilities/state",
"//rs/test_utilities/time",
"//rs/test_utilities/types",
"//rs/types/base_types",
"//rs/types/cycles",
Expand Down
1 change: 0 additions & 1 deletion rs/certification/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ rust_test(
crate = ":certification",
deps = [
# Keep sorted.
"//rs/canonical_state",
"//rs/certification/test-utils",
"//rs/crypto/internal/crypto_lib/types",
"//rs/crypto/test_utils/reproducible_rng",
Expand Down
52 changes: 0 additions & 52 deletions rs/consensus/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ rust_library(
# Keep sorted.
"//packages/ic-error-types",
"//rs/config",
"//rs/consensus/certification",
"//rs/consensus/chain_key",
"//rs/consensus/dkg",
"//rs/consensus/idkg",
Expand Down Expand Up @@ -110,7 +109,6 @@ rust_test(
"//rs/artifact_pool",
"//rs/bitcoin/replica_types",
"//rs/config",
"//rs/consensus/certification",
"//rs/consensus/chain_key",
"//rs/consensus/dkg",
"//rs/consensus/idkg:malicious_idkg",
Expand All @@ -124,17 +122,14 @@ rust_test(
"//rs/crypto/test_utils/reproducible_rng",
"//rs/crypto/tree_hash",
"//rs/crypto/utils/threshold_sig_der",
"//rs/execution_environment",
"//rs/https_outcalls/consensus",
"//rs/ingress_manager",
"//rs/interfaces",
"//rs/interfaces/certified_stream_store",
"//rs/interfaces/mocks",
"//rs/interfaces/registry",
"//rs/interfaces/state_manager",
"//rs/interfaces/state_manager/mocks",
"//rs/limits",
"//rs/messaging",
"//rs/monitoring/logger",
"//rs/monitoring/metrics",
"//rs/protobuf",
Expand All @@ -145,7 +140,6 @@ rust_test(
"//rs/registry/subnet_features",
"//rs/registry/subnet_type",
"//rs/replicated_state",
"//rs/state_manager",
"//rs/sys",
"//rs/test_utilities",
"//rs/test_utilities/artifact_pool",
Expand All @@ -159,7 +153,6 @@ rust_test(
"//rs/types/types",
"//rs/types/types_test_utils",
"@crate_index//:assert_matches",
"@crate_index//:criterion",
"@crate_index//:mockall",
"@crate_index//:num-traits",
"@crate_index//:prometheus",
Expand All @@ -172,7 +165,6 @@ rust_test(
"@crate_index//:serde_cbor",
"@crate_index//:slog",
"@crate_index//:slog-async",
"@crate_index//:slog-envlogger",
"@crate_index//:slog-term",
"@crate_index//:strum",
"@crate_index//:tempfile",
Expand All @@ -196,7 +188,6 @@ rust_test(
"//rs/consensus/chain_key",
"//rs/consensus/dkg",
"//rs/consensus/idkg:malicious_idkg",
"//rs/consensus/mocks",
"//rs/consensus/utils",
"//rs/crypto/prng",
"//rs/crypto/temp_crypto",
Expand All @@ -206,17 +197,13 @@ rust_test(
"//rs/crypto/test_utils/reproducible_rng",
"//rs/crypto/tree_hash",
"//rs/crypto/utils/threshold_sig_der",
"//rs/execution_environment",
"//rs/https_outcalls/consensus",
"//rs/ingress_manager",
"//rs/interfaces",
"//rs/interfaces/certified_stream_store",
"//rs/interfaces/mocks",
"//rs/interfaces/registry",
"//rs/interfaces/state_manager",
"//rs/interfaces/state_manager/mocks",
"//rs/limits",
"//rs/messaging",
"//rs/monitoring/logger",
"//rs/monitoring/metrics",
"//rs/protobuf",
Expand All @@ -227,12 +214,10 @@ rust_test(
"//rs/registry/subnet_features",
"//rs/registry/subnet_type",
"//rs/replicated_state",
"//rs/state_manager",
"//rs/sys",
"//rs/test_utilities",
"//rs/test_utilities/artifact_pool",
"//rs/test_utilities/consensus",
"//rs/test_utilities/logger",
"//rs/test_utilities/registry",
"//rs/test_utilities/state",
"//rs/test_utilities/time",
Expand All @@ -241,7 +226,6 @@ rust_test(
"//rs/types/types",
"//rs/types/types_test_utils",
"@crate_index//:assert_matches",
"@crate_index//:criterion",
"@crate_index//:mockall",
"@crate_index//:num-traits",
"@crate_index//:prometheus",
Expand All @@ -250,7 +234,6 @@ rust_test(
"@crate_index//:rand",
"@crate_index//:rand_chacha",
"@crate_index//:rayon",
"@crate_index//:rstest",
"@crate_index//:serde_cbor",
"@crate_index//:slog",
"@crate_index//:slog-async",
Expand All @@ -277,7 +260,6 @@ rust_test(
"//rs/consensus/chain_key",
"//rs/consensus/dkg",
"//rs/consensus/idkg:malicious_idkg",
"//rs/consensus/mocks",
"//rs/consensus/utils",
"//rs/crypto/prng",
"//rs/crypto/temp_crypto",
Expand All @@ -287,17 +269,13 @@ rust_test(
"//rs/crypto/test_utils/reproducible_rng",
"//rs/crypto/tree_hash",
"//rs/crypto/utils/threshold_sig_der",
"//rs/execution_environment",
"//rs/https_outcalls/consensus",
"//rs/ingress_manager",
"//rs/interfaces",
"//rs/interfaces/certified_stream_store",
"//rs/interfaces/mocks",
"//rs/interfaces/registry",
"//rs/interfaces/state_manager",
"//rs/interfaces/state_manager/mocks",
"//rs/limits",
"//rs/messaging",
"//rs/monitoring/logger",
"//rs/monitoring/metrics",
"//rs/protobuf",
Expand All @@ -308,12 +286,10 @@ rust_test(
"//rs/registry/subnet_features",
"//rs/registry/subnet_type",
"//rs/replicated_state",
"//rs/state_manager",
"//rs/sys",
"//rs/test_utilities",
"//rs/test_utilities/artifact_pool",
"//rs/test_utilities/consensus",
"//rs/test_utilities/logger",
"//rs/test_utilities/registry",
"//rs/test_utilities/state",
"//rs/test_utilities/time",
Expand All @@ -322,7 +298,6 @@ rust_test(
"//rs/types/types",
"//rs/types/types_test_utils",
"@crate_index//:assert_matches",
"@crate_index//:criterion",
"@crate_index//:mockall",
"@crate_index//:num-traits",
"@crate_index//:prometheus",
Expand All @@ -331,7 +306,6 @@ rust_test(
"@crate_index//:rand",
"@crate_index//:rand_chacha",
"@crate_index//:rayon",
"@crate_index//:rstest",
"@crate_index//:serde_cbor",
"@crate_index//:slog",
"@crate_index//:slog-async",
Expand All @@ -349,36 +323,19 @@ rust_test(
crate_root = "tests/types.rs",
deps = [
# Keep sorted.
":consensus",
"//packages/ic-error-types",
"//rs/artifact_pool",
"//rs/bitcoin/replica_types",
"//rs/config",
"//rs/consensus/certification",
"//rs/consensus/chain_key",
"//rs/consensus/dkg",
"//rs/consensus/idkg:malicious_idkg",
"//rs/consensus/mocks",
"//rs/consensus/utils",
"//rs/crypto/prng",
"//rs/crypto/temp_crypto",
"//rs/crypto/test_utils/canister_threshold_sigs",
"//rs/crypto/test_utils/crypto_returning_ok",
"//rs/crypto/test_utils/ni-dkg",
"//rs/crypto/test_utils/reproducible_rng",
"//rs/crypto/tree_hash",
"//rs/crypto/utils/threshold_sig_der",
"//rs/execution_environment",
"//rs/https_outcalls/consensus",
"//rs/ingress_manager",
"//rs/interfaces",
"//rs/interfaces/certified_stream_store",
"//rs/interfaces/mocks",
"//rs/interfaces/registry",
"//rs/interfaces/state_manager",
"//rs/interfaces/state_manager/mocks",
"//rs/limits",
"//rs/messaging",
"//rs/monitoring/logger",
"//rs/monitoring/metrics",
"//rs/protobuf",
Expand All @@ -389,21 +346,14 @@ rust_test(
"//rs/registry/subnet_features",
"//rs/registry/subnet_type",
"//rs/replicated_state",
"//rs/state_manager",
"//rs/sys",
"//rs/test_utilities",
"//rs/test_utilities/artifact_pool",
"//rs/test_utilities/consensus",
"//rs/test_utilities/logger",
"//rs/test_utilities/registry",
"//rs/test_utilities/state",
"//rs/test_utilities/time",
"//rs/test_utilities/types",
"//rs/types/management_canister_types",
"//rs/types/types",
"//rs/types/types_test_utils",
"@crate_index//:assert_matches",
"@crate_index//:criterion",
"@crate_index//:mockall",
"@crate_index//:num-traits",
"@crate_index//:prometheus",
Expand All @@ -412,11 +362,9 @@ rust_test(
"@crate_index//:rand",
"@crate_index//:rand_chacha",
"@crate_index//:rayon",
"@crate_index//:rstest",
"@crate_index//:serde_cbor",
"@crate_index//:slog",
"@crate_index//:slog-async",
"@crate_index//:slog-envlogger",
"@crate_index//:slog-term",
"@crate_index//:strum",
"@crate_index//:tempfile",
Expand Down
Loading
Loading