Add traces to PoA builtin (#258)

* replace debug printlns with traces

* cargo fmt --all

* fixed traces

* update RUST_LOG in docker-compose

* only print hex data if error has occured

* updated OE hash
This commit is contained in:
Svyatoslav Nikolsky
2020-07-31 01:00:02 +03:00
committed by Bastian Köcher
parent b98b7d2e43
commit e665f93608
2 changed files with 58 additions and 7 deletions
@@ -13,6 +13,8 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
codec = { package = "parity-scale-codec", version = "1.3.1" }
ethereum-types = "0.9.2"
finality-grandpa = "0.12.3"
hex = "0.4"
log = "0.4.11"
# Runtime/chain specific dependencies