Snowbridge westend migration(no need to merge)#5805
Snowbridge westend migration(no need to merge)#5805yrong wants to merge 12 commits intoparitytech:masterfrom
Conversation
…/lib.rs Co-authored-by: Adrian Catangiu <[email protected]>
…wfork/polkadot-sdk into snowbridge-westend-migration
Sudo Call on Westend |
|
#5786 has been merged and will be included in upcoming release at end of the week. We can then upgrade and run the migration you added. Do you need this before then? |
Ideally. I'll be absent from next week so would prefer some tests this week. I think maybe a bit easier to make a sudo call than the runtime upgrade required. @acatangiu Do you think it's fine if I ask someone in Westend Devops channel to send the encoded call directly? |
ok, go for it |
Description
A workaround for #5747 call
System.set_storageto initialize the channels from sudo directly without runtime upgrade.Btw: This PR is mainly for building the sudo call with test code, just for review and no need to merge.