Put cumulus-parachain-upgrade into the test parachain (#98)

This ensures that the crate compiles for `no_std`. Besides this, there
are some fixes to the crate code itself.
This commit is contained in:
Bastian Köcher
2020-05-15 16:10:22 +02:00
committed by GitHub
parent a29ac85f1d
commit d0507f4e17
8 changed files with 44 additions and 29 deletions
+3
View File
@@ -923,6 +923,7 @@ dependencies = [
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-std",
"sp-version",
"substrate-test-runtime-client",
]
@@ -936,6 +937,7 @@ dependencies = [
"polkadot-parachain",
"polkadot-primitives",
"sp-inherents",
"sp-runtime",
"sp-std",
]
@@ -1023,6 +1025,7 @@ dependencies = [
name = "cumulus-test-parachain-runtime"
version = "0.1.0"
dependencies = [
"cumulus-parachain-upgrade",
"cumulus-runtime",
"frame-executive",
"frame-support",