Full block import benchmark (#5745)

This commit is contained in:
Nikolay Volf
2020-04-23 13:55:57 +03:00
committed by GitHub
parent 624e95b1af
commit 1a41b88430
5 changed files with 49 additions and 13 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ node-testing = { version = "2.0.0-dev", path = "../testing" }
sc-cli = { version = "0.8.0-dev", path = "../../../client/cli" }
sc-client-api = { version = "2.0.0-dev", path = "../../../client/api/" }
sp-runtime = { version = "2.0.0-dev", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.8.0-alpha.5", path = "../../../primitives/state-machine" }
sp-state-machine = { version = "0.8.0-dev", path = "../../../primitives/state-machine" }
serde = "1.0.101"
serde_json = "1.0.41"
structopt = "0.3"