Fixed best_ethereum_block() call parameters encoding (#188)

* fixed best_ethereum_block() params encoding

* updated versions
This commit is contained in:
Svyatoslav Nikolsky
2020-07-14 13:07:34 +03:00
committed by Bastian Köcher
parent a7208c05e0
commit ebdfffc4b1
9 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -12,7 +12,7 @@ hex-literal = "0.2"
[dependencies.codec]
package = "parity-scale-codec"
version = "1.0.0"
version = "1.3.1"
default-features = false
features = ["derive"]
@@ -208,6 +208,7 @@ path = "../../../primitives/ethereum-poa"
[build-dependencies.wasm-builder-runner]
version = "1.0.5"
tag = 'v2.0.0-rc4'
package = "substrate-wasm-builder-runner"
git = "https://github.com/paritytech/substrate/"