Bug in backport branch release-polkadot-v1.1.0
causes compilation error when metadata-hash
feature is enabled
#5989
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
When compiling our node using the
release-polkadot-v1.1.0
branch of the Polkadot SDK, with Rust 1.70 and themetadata-hash
feature enabled, the compilation fails with the following error related to the visibility of theMetadataExtraInfo
struct in thesubstrate-wasm-builder
crate:The same issue occurs when trying to compile the Polkadot SDK on the
release-polkadot-v1.1.0
branch with themetadata-hash
feature for thewestend-runtime
package.This bug impacts the Energy Web X parachain, as we are unable to compile the SDK with the necessary features for ledger support.
Related to: #4585 #4274
Follow up questions:
Steps to reproduce
release-polkadot-v1.1.0
branch of the Polkadot SDK.cargo build --locked -p westend-runtime --features metadata-hash
The text was updated successfully, but these errors were encountered: