skip phantom for decl_event (#2158)

* use parity-codec-derive from parity-codec everywhere

* codec v3.2 -> v3.3

* skip phantom when deriving event

* fix decl_module call

* update impl version of node + builds
This commit is contained in:
thiolliere
2019-04-02 12:04:23 +02:00
committed by Bastian Köcher
parent 0f3363d681
commit 7e3b2d464a
59 changed files with 221 additions and 254 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ tokio = "0.1.7"
futures = "0.1"
exit-future = "0.1"
cli = { package = "substrate-cli", path = "../../core/cli" }
parity-codec = { version = "3.2" }
parity-codec = { version = "3.3" }
sr-io = { path = "../../core/sr-io" }
client = { package = "substrate-client", path = "../../core/client" }
primitives = { package = "substrate-primitives", path = "../../core/primitives" }