You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#714 introduced a filter for xcm locations to the xtokens pallet. However, it checks only the multilocation in isolation, which means that each destination is either supported for all currencies, or that it's not supported at all. However, some destinations only make sense for certain currencies, e.g. sending the chain's native token to the relay chain probably does not make a lot of sense. So I thought it would make sense to change MultiLocationsFilter to take a tuple of a destination and an asset. Thoughts?
The text was updated successfully, but these errors were encountered:
#714 introduced a filter for xcm locations to the xtokens pallet. However, it checks only the multilocation in isolation, which means that each destination is either supported for all currencies, or that it's not supported at all. However, some destinations only make sense for certain currencies, e.g. sending the chain's native token to the relay chain probably does not make a lot of sense. So I thought it would make sense to change
MultiLocationsFilter
to take a tuple of a destination and an asset. Thoughts?The text was updated successfully, but these errors were encountered: