Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Conversation

girazoki
Copy link
Contributor

@girazoki girazoki commented Nov 30, 2022

Draft PR suggesting allowance of more sovereign accounts from parachains.

It like needs a barrier that acceps DescendOrigin as a first instruction prior to WithdrawAsset + BuyExecution

Comment on lines +36 to +38
MultiLocation { parents: 0, interior: X2(Parachain(_), GeneralIndex(index)) }
if *index <= u8::MAX.into() =>
true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
MultiLocation { parents: 0, interior: X2(Parachain(_), GeneralIndex(index)) }
if *index <= u8::MAX.into() =>
true,
MultiLocation { parents: 0, interior: X2(Parachain(_), GeneralIndex(index)) } =>
*index <= u8::MAX.into(),

@gavofyork gavofyork deleted the branch paritytech:kckyeung/xcm-v3-transact-whitelist December 2, 2022 09:26
@gavofyork gavofyork closed this Dec 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants