make SelectChain async (#9128)

* make SelectChain async

* make JustificationImport async
This commit is contained in:
André Silva
2021-06-20 12:01:09 +01:00
committed by GitHub
parent 650fc2f9c9
commit a26ec52450
18 changed files with 800 additions and 454 deletions
+2
View File
@@ -7208,6 +7208,7 @@ dependencies = [
name = "sc-consensus"
version = "0.9.0"
dependencies = [
"async-trait",
"parking_lot 0.11.1",
"sc-client-api",
"sp-blockchain",
@@ -8707,6 +8708,7 @@ name = "sp-api-test"
version = "2.0.1"
dependencies = [
"criterion",
"futures 0.3.15",
"log",
"parity-scale-codec",
"rustversion",