Fix sc-tracing-* -> sc-transaction- (#4263)

* fixing faulty tracing-rename

* missed one
This commit is contained in:
Benjamin Kampmann
2019-12-02 12:19:53 +01:00
committed by GitHub
parent 927e13c13a
commit 810ac845b5
11 changed files with 21 additions and 21 deletions
+10 -10
View File
@@ -3006,7 +3006,7 @@ dependencies = [
"sc-service 2.0.0",
"sc-service-test 2.0.0",
"sc-telemetry 2.0.0",
"sc-tracing-pool 2.0.0",
"sc-transaction-pool 2.0.0",
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-authority-discovery 2.0.0",
"sp-consensus 2.0.0",
@@ -3175,7 +3175,7 @@ dependencies = [
"sc-finality-grandpa 2.0.0",
"sc-network 2.0.0",
"sc-service 2.0.0",
"sc-tracing-pool 2.0.0",
"sc-transaction-pool 2.0.0",
"sp-consensus 2.0.0",
"sp-consensus-aura 2.0.0",
"sp-core 2.0.0",
@@ -4852,7 +4852,7 @@ dependencies = [
"sc-client 2.0.0",
"sc-client-api 2.0.0",
"sc-telemetry 2.0.0",
"sc-tracing-pool 2.0.0",
"sc-transaction-pool 2.0.0",
"sp-blockchain 2.0.0",
"sp-consensus 2.0.0",
"sp-core 2.0.0",
@@ -5342,7 +5342,7 @@ dependencies = [
"sc-client-db 2.0.0",
"sc-keystore 2.0.0",
"sc-network 2.0.0",
"sc-tracing-pool 2.0.0",
"sc-transaction-pool 2.0.0",
"sp-api 2.0.0",
"sp-core 2.0.0",
"sp-offchain 2.0.0",
@@ -5384,7 +5384,7 @@ dependencies = [
"sc-keystore 2.0.0",
"sc-network 2.0.0",
"sc-rpc-api 2.0.0",
"sc-tracing-pool 2.0.0",
"sc-transaction-pool 2.0.0",
"serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0",
"sp-blockchain 2.0.0",
@@ -5475,7 +5475,7 @@ dependencies = [
"sc-rpc-server 2.0.0",
"sc-telemetry 2.0.0",
"sc-tracing 2.0.0",
"sc-tracing-pool 2.0.0",
"sc-transaction-pool 2.0.0",
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5568,7 +5568,7 @@ dependencies = [
]
[[package]]
name = "sc-tracing-graph"
name = "sc-transaction-graph"
version = "2.0.0"
dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5587,7 +5587,7 @@ dependencies = [
]
[[package]]
name = "sc-tracing-pool"
name = "sc-transaction-pool"
version = "2.0.0"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5596,7 +5596,7 @@ dependencies = [
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0",
"sc-tracing-graph 2.0.0",
"sc-transaction-graph 2.0.0",
"sp-api 2.0.0",
"sp-blockchain 2.0.0",
"sp-core 2.0.0",
@@ -6578,7 +6578,7 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0",
"sc-tracing-pool 2.0.0",
"sc-transaction-pool 2.0.0",
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-blockchain 2.0.0",
"sp-core 2.0.0",