Splitting relaychain and parachain command-line arguments (#42)

Fixes #34

Added .editorconfig
This commit is contained in:
Cecile Tonglet
2020-01-28 10:00:45 +01:00
committed by GitHub
parent 3f4c51f14c
commit a7d2700b99
5 changed files with 541 additions and 506 deletions
+1
View File
@@ -20,6 +20,7 @@ trie-root = '0.15.2'
codec = { package = 'parity-scale-codec', version = '1.0.0' }
structopt = "0.3.3"
ctrlc = { version = "3.1.3", features = ["termination"] }
itertools = { version = "0.8.2" }
# Parachain dependencies
parachain-runtime = { package = "cumulus-test-parachain-runtime", path = "runtime" }