mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +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:
@@ -10,7 +10,7 @@ parking_lot = "0.4"
|
||||
node-primitives = { path = "../primitives" }
|
||||
node-runtime = { path = "../runtime" }
|
||||
substrate-client = { path = "../../core/client" }
|
||||
parity-codec = { version = "2.0" }
|
||||
parity-codec = "2.0"
|
||||
substrate-keyring = { path = "../../core/keyring" }
|
||||
substrate-transaction-pool = { path = "../../core/transaction-pool" }
|
||||
substrate-primitives = { path = "../../core/primitives" }
|
||||
|
||||
Reference in New Issue
Block a user