Prefix logs of parachain and relaychain differently + remove light client of relay chain (#109)

This commit is contained in:
Cecile Tonglet
2020-06-11 12:39:20 +02:00
committed by GitHub
parent 0326d049c5
commit 6be8cf3f20
5 changed files with 162 additions and 169 deletions
+1
View File
@@ -18,6 +18,7 @@ parking_lot = '0.9.0'
trie-root = '0.15.2'
codec = { package = 'parity-scale-codec', version = '1.0.0' }
structopt = "0.3.3"
ansi_term = "0.12.1"
# Parachain dependencies
parachain-runtime = { package = "cumulus-test-parachain-runtime", path = "runtime" }