mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Fix block generation by updating codec versions in wasm (#810)
* Fixes for staging testnet * Fix codec versioning * Comment unneeded trace * Update lib.rs * Update parity-codec * Add script to update wasm deps and update them. * Update hashes * Add BBQ Birch testnet * it's default-features, apparently. * Use simpler version spec for parity codec * Typo
This commit is contained in:
@@ -18,8 +18,8 @@ rustc-hex = "1.0"
|
||||
substrate-primitives = { path = "../../core/primitives" }
|
||||
substrate-client = { path = "../../core/client" }
|
||||
sr-primitives = { path = "../../core/sr-primitives" }
|
||||
parity-codec = { version = "2.0" }
|
||||
parity-codec-derive = { version = "~1.0" }
|
||||
parity-codec = "2.0"
|
||||
parity-codec-derive = "2.0"
|
||||
substrate-network-libp2p = { path = "../../core/network-libp2p" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user