Begin to add a test parachain

This commit is contained in:
Bastian Köcher
2019-10-16 13:39:38 +02:00
parent f55c9f95ce
commit d9edf82783
15 changed files with 2949 additions and 181 deletions
+9 -4
View File
@@ -1,7 +1,12 @@
[workspace]
members = [
"consensus",
"runtime",
"test/runtime",
"test/client",
"consensus",
"runtime",
"test/runtime",
"test/client",
"test/parachain/runtime",
"test/parachain/",
]
[profile.release]
panic = 'unwind'