Test compiled wasm code in test-runtime (#1364)

* Test compiled wasm code in test-runtime

* Drop lazy_static

* Move substrate-executor to dev-dependencies
This commit is contained in:
kyegupov
2019-01-09 10:27:53 +00:00
committed by Gav Wood
parent e14da81084
commit 079eb39559
6 changed files with 47 additions and 7 deletions
+1
View File
@@ -3859,6 +3859,7 @@ dependencies = [
"srml-support 0.1.0",
"substrate-client 0.1.0",
"substrate-consensus-aura-primitives 0.1.0",
"substrate-executor 0.1.0",
"substrate-keyring 0.1.0",
"substrate-primitives 0.1.0",
]