@@ -6,9 +6,9 @@ edition = "2021"
6
6
[dependencies ]
7
7
ic-artifact-pool = { path = " ../artifact_pool" }
8
8
ic-config = { path = " ../config" }
9
+ ic-consensus-utils = { path = " ./utils" }
9
10
ic-constants = { path = " ../constants" }
10
11
ic-crypto = { path = " ../crypto" }
11
- ic-crypto-prng = { path = " ../crypto/prng" }
12
12
ic-crypto-test-utils-canister-threshold-sigs = { path = " ../crypto/test_utils/canister_threshold_sigs" , optional = true }
13
13
ic-error-types = { path = " ../types/error_types" }
14
14
ic-ic00-types = { path = " ../types/ic00_types" }
@@ -17,7 +17,6 @@ ic-interfaces-https-outcalls-adapter-client = { path = "../interfaces/https_outc
17
17
ic-interfaces-registry = { path = " ../interfaces/registry" }
18
18
ic-interfaces-state-manager = { path = " ../interfaces/state_manager" }
19
19
ic-registry-client-helpers = { path = " ../registry/helpers" }
20
- ic-registry-keys = { path = " ../registry/keys" }
21
20
ic-replicated-state = { path = " ../replicated_state" }
22
21
ic-logger = { path = " ../monitoring/logger" }
23
22
ic-metrics = { path = " ../monitoring/metrics" }
@@ -26,7 +25,6 @@ ic-registry-subnet-features = { path = "../registry/subnet_features" }
26
25
ic-protobuf = { path = " ../protobuf" }
27
26
ic-types = { path = " ../types/types" }
28
27
ic-utils = { path = " ../utils" }
29
- hex = " 0.4.2"
30
28
num-integer = " 0.1.41"
31
29
phantom_newtype = { path = " ../phantom_newtype" }
32
30
prometheus = { version = " 0.12.0" , features = [ " process" ] }
@@ -44,6 +42,7 @@ criterion = "0.3"
44
42
ic-artifact-pool = { path = " ../artifact_pool" }
45
43
ic-btc-types-internal = { path = " ../bitcoin/types/internal" }
46
44
ic-config = { path = " ../config" }
45
+ ic-consensus-mocks = { path = " ./mocks" }
47
46
ic-crypto-test-utils-canister-threshold-sigs = { path = " ../crypto/test_utils/canister_threshold_sigs" }
48
47
ic-crypto-temp-crypto = { path = " ../crypto/temp_crypto" }
49
48
ic-execution-environment = { path = " ../execution_environment" }
@@ -52,6 +51,7 @@ ic-interfaces-certified-stream-store = { path = "../interfaces/certified_stream_
52
51
ic-interfaces-state-manager-mocks = { path = " ../interfaces/state_manager/mocks" }
53
52
ic-messaging = { path = " ../messaging" }
54
53
ic-registry-client-fake = { path = " ../registry/fake" }
54
+ ic-registry-keys = { path = " ../registry/keys" }
55
55
ic-registry-proto-data-provider = { path = " ../registry/proto_data_provider" }
56
56
ic-replicated-state = { path = " ../replicated_state" }
57
57
ic-state-manager = { path = " ../state_manager" }
0 commit comments