Improve diagnostics for the ValidationOutputs checker / inclusion (#1926)

* Improve diagnostics for acceptance criteria failures during inclusion

* Initialize the runtime logger just before logging during inclusion

* Formatting suggestions

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

* Missed one suggestion

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Sergei Shulepov
2020-11-11 11:34:52 +01:00
committed by GitHub
parent fb6b94eaf0
commit dd4d8e24e0
8 changed files with 402 additions and 206 deletions
+1
View File
@@ -10,6 +10,7 @@ codec = { package = "parity-scale-codec", version = "1.3.4", default-features =
log = "0.4.11"
rustc-hex = { version = "2.0.1", default-features = false }
serde = { version = "1.0.102", features = [ "derive" ], optional = true }
derive_more = { version = "0.99.11" }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
inherents = { package = "sp-inherents", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }