Skip to content
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

Replace usage of set_invulnerable by add_invulnerable and remove_invulnerable #88

Closed
PierreBesson opened this issue Jul 12, 2023 · 0 comments · Fixed by #113
Closed
Assignees
Labels

Comments

@PierreBesson
Copy link
Contributor

PierreBesson commented Jul 12, 2023

New invulnerable management utilities have been added in paritytech/cumulus#2801
We should update our code to use this safer and more convenient way to update the invulnerable list.

Note from @joepetrowski :

Note that you cannot do a batch with Transact. Therefore, you will have to send an XCM program like:

UnpaidExecution {},
Transact { remove_invulnerable(1), ... },
Transact { remove_invulnerable(2), ... },
Transact { remove_invulnerable(3), ... },
Transact { remove_invulnerable(4), ... },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants