substrate-wasm-builder bug in backport update to 1.1.0 #4953
Labels
I2-bug
The node fails to follow expected behavior.
I10-unconfirmed
Issue might be valid, but it's not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
I started getting compact wasm as WASM_BINARY instead of compact.compressed one. I believe that the reason is this backport update #4585.
compact_wasm_file
function returns(wasm_compact_path, wasm_compact_compressed_path)
here. But parent function receive this as(compressed, compact_blob_path)
here. Therefore compressed and compact paths are switched.If you also depend on release-polkadot-v1.1.0 branch and are experiencing the same you can set substrate-wasm-builder to v12.0.0 from crates.io like this
substrate-wasm-builder = { version = "12.0.0" }
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: