One node two runtimes (#191)

* One node two runtimes

This enables the rococo-collator to run the normal and the contracts runtime.

* Fix tests
This commit is contained in:
Bastian Köcher
2020-08-11 11:35:54 +02:00
committed by GitHub
parent 96da14c14f
commit 2c63ccb9eb
33 changed files with 1958 additions and 1466 deletions
Generated
+16
View File
@@ -976,6 +976,7 @@ dependencies = [
"parachain-info",
"parity-scale-codec",
"polkadot-parachain",
"rococo-parachain-primitives",
"serde",
"sp-api",
"sp-block-builder",
@@ -1213,6 +1214,7 @@ dependencies = [
"parachain-info",
"parity-scale-codec",
"polkadot-parachain",
"rococo-parachain-primitives",
"serde",
"sp-api",
"sp-block-builder",
@@ -5831,6 +5833,7 @@ dependencies = [
"polkadot-test-runtime-client",
"polkadot-test-service",
"rand 0.7.3",
"rococo-parachain-primitives",
"sc-basic-authorship",
"sc-chain-spec",
"sc-cli",
@@ -5840,15 +5843,20 @@ dependencies = [
"sc-finality-grandpa",
"sc-informant",
"sc-network",
"sc-rpc",
"sc-service",
"sc-transaction-pool",
"serde",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-io",
"sp-offchain",
"sp-runtime",
"sp-session",
"sp-timestamp",
"sp-transaction-pool",
"sp-trie",
@@ -5860,6 +5868,14 @@ dependencies = [
"trie-root 0.15.2",
]
[[package]]
name = "rococo-parachain-primitives"
version = "0.1.0"
dependencies = [
"sp-core",
"sp-runtime",
]
[[package]]
name = "rococo-runtime"
version = "0.8.22"