-
Notifications
You must be signed in to change notification settings - Fork 90
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
Error When Testing Async Backing Enabling Runtime Upgrade #806
Comments
It looks connected to this issue paritytech/polkadot-sdk#3211, do chopsticks have this fix? |
If you're testing the transition to async backing then it's not supported |
you should try zombienet to test this transition because it depends purely on the client and you need to test your client can do it |
@Mihajlo-Pavlovic this PR will add support but you still need to test the client. Chopsticks only tests runtime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are experiencing an error when trying to test the runtime upgrade which enables syncing on NeuroWeb Testnet.
We get this log on transaction after executing enactAuthorizedUpgrade:
We are using polkadot-v1.11.0 and starting chopsticks with latest tag:
npx @acala-network/chopsticks@latest -c neuroweb-testnet
This is the same error as issue #730 which is now closed.
The text was updated successfully, but these errors were encountered: