-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[encointer] Barrier error for unpaid superuser XCM authorizeUpgrade
from relay
#244
Comments
The relevant barrier there is AllowExplicitUnpaidExecution. |
ah, will try. that wasn't necessary with XCMv3.... |
confirmed. this call worked with chopsticks: |
addendum. The next attempt failed because weights changed, too. The call which is expected to fix that is this |
In order to test the upcoming 1.2 release for Encointer, we upgraded Encointer on rococo to commit 35048df which worked well. Then, to test new storage migrations, we wanted to test a newer commit 503e481 but executing XCM failed there.
As we almost copy-pasted the Barrier setting from asset hub, this could be relevant for other system chains too.
runtimes/system-parachains/encointer/src/xcm_config.rs
Lines 121 to 145 in 360581f
We tried sending XCMv3 and XCMv4. Here's the
send authorizeUpgrade
call for XCM V4Apply that with chopsticks
npx @acala-network/chopsticks@latest xcm -r=configs/rococo.yml -p=configs/encointer-rococo.yml
Yields
messageQueue.ProcessingFailed: Unsupported
The text was updated successfully, but these errors were encountered: