mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-22 08:01:06 +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:
@@ -207,8 +207,8 @@ impl<
|
||||
let new_header = <system::Module<System>>::finalise();
|
||||
|
||||
// check digest. uncomment next two lines to figure out next digest hash for tests.
|
||||
runtime_io::print(&header.digest().encode()[..]);
|
||||
runtime_io::print(&new_header.digest().encode()[..]);
|
||||
// runtime_io::print(&header.digest().encode()[..]);
|
||||
// runtime_io::print(&new_header.digest().encode()[..]);
|
||||
assert!(header.digest() == new_header.digest());
|
||||
|
||||
// check storage root.
|
||||
|
||||
Reference in New Issue
Block a user