removes use of sc_client::Client from node-transaction-factory (#5158)

* removes use of sc_client::Client from node-transaction-factory

* move sc-block-builder to [dev-dependencies] in substrate-test-runtime
This commit is contained in:
Seun Lanlege
2020-03-12 19:19:38 +01:00
committed by GitHub
parent 6f2aaf9d11
commit 3193b0d4aa
19 changed files with 60 additions and 43 deletions
+5
View File
@@ -3656,6 +3656,7 @@ dependencies = [
"pallet-transaction-payment",
"pallet-treasury",
"parity-scale-codec",
"sc-block-builder",
"sc-cli",
"sc-client",
"sc-client-api",
@@ -3684,6 +3685,7 @@ version = "0.8.0-alpha.3"
dependencies = [
"log 0.4.8",
"parity-scale-codec",
"sc-block-builder",
"sc-cli",
"sc-client",
"sc-client-api",
@@ -5834,6 +5836,7 @@ dependencies = [
"log 0.4.8",
"parity-scale-codec",
"parking_lot 0.10.0",
"sc-block-builder",
"sc-client",
"sc-client-api",
"sc-consensus-slots",
@@ -6338,6 +6341,7 @@ dependencies = [
"parity-scale-codec",
"parking_lot 0.10.0",
"rustc-hex",
"sc-block-builder",
"sc-client",
"sc-client-api",
"sc-executor",
@@ -7781,6 +7785,7 @@ dependencies = [
"pallet-timestamp",
"parity-scale-codec",
"parity-util-mem",
"sc-block-builder",
"sc-client",
"sc-executor",
"serde",