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

XCM: Make locking work with multiple assets #864

Open
Tracked by #925
gavofyork opened this issue Feb 20, 2022 · 0 comments
Open
Tracked by #925

XCM: Make locking work with multiple assets #864

gavofyork opened this issue Feb 20, 2022 · 0 comments
Assignees
Labels
T6-XCM This PR/Issue is related to XCM.

Comments

@gavofyork
Copy link
Member

Currently pallet_xcm only supports the lockability for a single asset via the Currency and CurrencyMatcher types. A new trait should be introduced (perhaps AssetLocking) which is similar to TransactAsset except but with can_lock_asset(what: &MultiAsset, who: &MultiLocation) -> XcmResult, set_lock_asset(what: &MultiAsset, who: &MultiLocation) -> XcmResult and extend_lock_asset(what: &MultiAsset, who: &MultiLocation) -> XcmResult.

@Sophia-Gold Sophia-Gold transferred this issue from paritytech/polkadot Aug 24, 2023
claravanstaden pushed a commit to Snowfork/polkadot-sdk that referenced this issue Dec 8, 2023
@franciscoaguirre franciscoaguirre added the T6-XCM This PR/Issue is related to XCM. label Mar 25, 2024
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Mar 26, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Mar 27, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 10, 2024
* Update copyright date to 2021

* Bump date in license header template
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 10, 2024
* Update copyright date to 2021

* Bump date in license header template
bkchr pushed a commit that referenced this issue Apr 10, 2024
* Update copyright date to 2021

* Bump date in license header template
@bkontur bkontur self-assigned this Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T6-XCM This PR/Issue is related to XCM.
Projects
Status: Todo
Development

No branches or pull requests

3 participants