sp-utils => sc-utils (#9677)

* sp-utils => sc-utils

* cargo fmt

* These files are now in the client so should be licensed as GPL3

* Apply suggestions from code review

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Squirrel
2021-09-04 20:20:48 +01:00
committed by GitHub
parent 8c3ad4300a
commit ffced22fb7
51 changed files with 206 additions and 194 deletions
+20 -20
View File
@@ -7311,6 +7311,7 @@ dependencies = [
"sc-service",
"sc-telemetry",
"sc-tracing",
"sc-utils",
"serde",
"serde_json",
"sp-blockchain",
@@ -7319,7 +7320,6 @@ dependencies = [
"sp-keystore",
"sp-panic-handler",
"sp-runtime",
"sp-utils",
"sp-version",
"structopt",
"tempfile",
@@ -7340,6 +7340,7 @@ dependencies = [
"parking_lot 0.11.1",
"sc-executor",
"sc-transaction-pool-api",
"sc-utils",
"sp-api",
"sp-blockchain",
"sp-consensus",
@@ -7352,7 +7353,6 @@ dependencies = [
"sp-storage",
"sp-test-primitives",
"sp-trie",
"sp-utils",
"substrate-prometheus-endpoint",
"substrate-test-runtime",
"thiserror",
@@ -7397,6 +7397,7 @@ dependencies = [
"log 0.4.14",
"parking_lot 0.11.1",
"sc-client-api",
"sc-utils",
"serde",
"sp-api",
"sp-blockchain",
@@ -7405,7 +7406,6 @@ dependencies = [
"sp-runtime",
"sp-state-machine",
"sp-test-primitives",
"sp-utils",
"substrate-prometheus-endpoint",
"thiserror",
]
@@ -7751,6 +7751,7 @@ dependencies = [
"sc-network-gossip",
"sc-network-test",
"sc-telemetry",
"sc-utils",
"serde_json",
"sp-api",
"sp-application-crypto",
@@ -7763,7 +7764,6 @@ dependencies = [
"sp-keystore",
"sp-runtime",
"sp-tracing",
"sp-utils",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
"tempfile",
@@ -7880,6 +7880,7 @@ dependencies = [
"sc-client-api",
"sc-consensus",
"sc-peerset",
"sc-utils",
"serde",
"serde_json",
"smallvec 1.6.1",
@@ -7891,7 +7892,6 @@ dependencies = [
"sp-runtime",
"sp-test-primitives",
"sp-tracing",
"sp-utils",
"substrate-prometheus-endpoint",
"substrate-test-runtime",
"substrate-test-runtime-client",
@@ -7970,13 +7970,13 @@ dependencies = [
"sc-network",
"sc-transaction-pool",
"sc-transaction-pool-api",
"sc-utils",
"sp-api",
"sp-consensus",
"sp-core",
"sp-offchain",
"sp-runtime",
"sp-tracing",
"sp-utils",
"substrate-test-runtime-client",
"threadpool",
"tokio",
@@ -7990,8 +7990,8 @@ dependencies = [
"libp2p",
"log 0.4.14",
"rand 0.7.3",
"sc-utils",
"serde_json",
"sp-utils",
"wasm-timer",
]
@@ -8024,6 +8024,7 @@ dependencies = [
"sc-tracing",
"sc-transaction-pool",
"sc-transaction-pool-api",
"sc-utils",
"serde_json",
"sp-api",
"sp-blockchain",
@@ -8035,7 +8036,6 @@ dependencies = [
"sp-rpc",
"sp-runtime",
"sp-session",
"sp-utils",
"sp-version",
"substrate-test-runtime-client",
]
@@ -8128,6 +8128,7 @@ dependencies = [
"sc-tracing",
"sc-transaction-pool",
"sc-transaction-pool-api",
"sc-utils",
"serde",
"serde_json",
"sp-api",
@@ -8147,7 +8148,6 @@ dependencies = [
"sp-transaction-pool",
"sp-transaction-storage-proof",
"sp-trie",
"sp-utils",
"sp-version",
"substrate-prometheus-endpoint",
"substrate-test-runtime",
@@ -8302,6 +8302,7 @@ dependencies = [
"sc-block-builder",
"sc-client-api",
"sc-transaction-pool-api",
"sc-utils",
"serde",
"sp-api",
"sp-blockchain",
@@ -8310,7 +8311,6 @@ dependencies = [
"sp-runtime",
"sp-tracing",
"sp-transaction-pool",
"sp-utils",
"substrate-prometheus-endpoint",
"substrate-test-runtime",
"substrate-test-runtime-client",
@@ -8331,6 +8331,16 @@ dependencies = [
"thiserror",
]
[[package]]
name = "sc-utils"
version = "4.0.0-dev"
dependencies = [
"futures 0.3.16",
"futures-timer 3.0.2",
"lazy_static",
"prometheus",
]
[[package]]
name = "schannel"
version = "0.1.19"
@@ -9476,16 +9486,6 @@ dependencies = [
"trie-standardmap",
]
[[package]]
name = "sp-utils"
version = "4.0.0-dev"
dependencies = [
"futures 0.3.16",
"futures-timer 3.0.2",
"lazy_static",
"prometheus",
]
[[package]]
name = "sp-version"
version = "4.0.0-dev"