-
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
Switch Collectives Slash Handler to Use Limited Teleport Assets #46
Switch Collectives Slash Handler to Use Limited Teleport Assets #46
Conversation
any regression tests? |
There is already a test. It failing is what flagged the problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This migrates to limited_teleport_assets with an Unlimited weight limit.
I presume there is no ramification to this as only trusted locations can teleport?
Correct, it's also within system logic (called in a slash handler). This is not user-accessible. |
/merge |
There was a problem running the action.❌😵❌ Please find more information in the logs. |
teleport_assets
is marked as deprecated and the message fails to execute on the Relay Chain due to incorrect weight. This migrates tolimited_teleport_assets
with anUnlimited
weight limit.I added the note to the CHANGELOG for the 1.0.0 release, as I don't think this release should be published without this change. I can create a 1.0.1 section instead if people want that.