-
Notifications
You must be signed in to change notification settings - Fork 1.6k
NoPermission #6602
Comments
Original way
|
What is the encoded call that you're using? |
hrmp.hrmpInitOpenChannel(recipient: 2118, proposedMaxCapacity: 1000, proposedMaxMessageSize: 102400)` |
My question is whether there is any other way to open the parallel chain hrmp channel. In other words, how do I submit the transaction that need
I think such a transaction should be handed directly to the parallel chain, with their autonomy to execute it. It shouldn't be in the SafeCallFilter, don't you think? |
Now our parallel chain slot 2107 is ready to expire, we want to swap it with our new id. But I couldn't submit an xcm Transact |
encode call 0x46033b08000046080000:
|
Kusama has still not upgraded to XCM v3 yet, so there isn't any problem there. All we need to do is to simply whitelist the pallet. Will still have to check if it is safe to do so. |
This issue has been mentioned on Polkadot Forum. There might be relevant details there: https://forum.polkadot.network/t/polkadot-release-analysis-v0-9-38/2122/1 |
Happy New Year! This error occurred when I was sending Transact to rococo via xcmpallet to enable two test chains to open hrmp channels to each other, then I looked at the code
Obviously you added
ensure! (Config::SafeCallFilter::contains(&message_call), XcmError::NoPermission);
,This prevented me from opening the hrmp channel in the original way.
So, How can I open the hrmp channel now?
The text was updated successfully, but these errors were encountered: