You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After an upgrade to polkadot-v1.1.0, ownership node fails to produce blocks if hrmp channels are opened in genesis. This only has implications on local zombienet config. Probably there was some change on the upstream in hrmp pallet, which needs to be reflected in our setup.
After an upgrade to
polkadot-v1.1.0
, ownership node fails to produce blocks if hrmp channels are opened in genesis. This only has implications on local zombienet config. Probably there was some change on the upstream inhrmp
pallet, which needs to be reflected in our setup.This is the line that fails: https://github.com/paritytech/polkadot-sdk/blob/release-polkadot-v1.1.0/cumulus/pallets/parachain-system/src/lib.rs#L1100
After removing hrmp channels config, zombienet nodes spawn and produce blocks, and e2e-tests pass
The text was updated successfully, but these errors were encountered: