mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
Fixed best_ethereum_block() call parameters encoding (#188)
* fixed best_ethereum_block() params encoding * updated versions
This commit is contained in:
committed by
Bastian Köcher
parent
a7208c05e0
commit
ebdfffc4b1
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user