-
Notifications
You must be signed in to change notification settings - Fork 707
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
pallet-xcm: add new extrinsic for asset transfers using explicit XCM transfer types #3695
pallet-xcm: add new extrinsic for asset transfers using explicit XCM transfer types #3695
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dda9308 - Browse repository at this point
Copy the full SHA dda9308View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db1cae - Browse repository at this point
Copy the full SHA 1db1caeView commit details -
pallet-xcm: add new extrinsic for asset transfers using explicit reserve
Add `transfer_assets_using_reserve()` for transferring assets from local chain to destination chain using an explicit reserve location (typically local Asset Hub). By default, an asset's reserve is its origin chain. But sometimes we may want to explicitly use another chain as reserve (as long as allowed by runtime `IsReserve` filter). This is very helpful for transferring assets with multiple configured reserves (such as Asset Hub ForeignAssets), when the transfer strictly depends on the used reserve. E.g. For transferring Foreign Assets over a bridge, Asset Hub must be used as the reserve location.
Configuration menu - View commit details
-
Copy full SHA for f5e1dfb - Browse repository at this point
Copy the full SHA f5e1dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 547eeee - Browse repository at this point
Copy the full SHA 547eeeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ee1af - Browse repository at this point
Copy the full SHA c7ee1afView commit details -
integration-tests: add scenario for parachain sending asset over brid…
…ge using local asset hub as reserve
Configuration menu - View commit details
-
Copy full SHA for ed77fde - Browse repository at this point
Copy the full SHA ed77fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7a44c9 - Browse repository at this point
Copy the full SHA a7a44c9View commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ffa6250 - Browse repository at this point
Copy the full SHA ffa6250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4afba95 - Browse repository at this point
Copy the full SHA 4afba95View commit details
Commits on Mar 23, 2024
-
Merge branch 'master' of github.com:paritytech/polkadot-sdk into tran…
…sfer-using-explicit-reserve
Configuration menu - View commit details
-
Copy full SHA for 210cdd2 - Browse repository at this point
Copy the full SHA 210cdd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c918bea - Browse repository at this point
Copy the full SHA c918beaView commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3db344b - Browse repository at this point
Copy the full SHA 3db344bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d2c40 - Browse repository at this point
Copy the full SHA 10d2c40View commit details
Commits on Mar 27, 2024
-
Merge branch 'master' of github.com:paritytech/polkadot-sdk into tran…
…sfer-using-explicit-reserve
Configuration menu - View commit details
-
Copy full SHA for 5b48155 - Browse repository at this point
Copy the full SHA 5b48155View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe453d - Browse repository at this point
Copy the full SHA dbe453dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42e4041 - Browse repository at this point
Copy the full SHA 42e4041View commit details
Commits on Apr 1, 2024
-
Merge branch 'master' of github.com:paritytech/polkadot-sdk into tran…
…sfer-using-explicit-reserve
Configuration menu - View commit details
-
Copy full SHA for e794df3 - Browse repository at this point
Copy the full SHA e794df3View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 81dc911 - Browse repository at this point
Copy the full SHA 81dc911View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1dbf7a - Browse repository at this point
Copy the full SHA e1dbf7aView commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef83eab - Browse repository at this point
Copy the full SHA ef83eabView commit details -
Merge branch 'master' of github.com:paritytech/polkadot-sdk into tran…
…sfer-using-explicit-reserve
Configuration menu - View commit details
-
Copy full SHA for a2b8708 - Browse repository at this point
Copy the full SHA a2b8708View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4250692 - Browse repository at this point
Copy the full SHA 4250692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 888d403 - Browse repository at this point
Copy the full SHA 888d403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c86e6e - Browse repository at this point
Copy the full SHA 1c86e6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b82d0b9 - Browse repository at this point
Copy the full SHA b82d0b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e88da - Browse repository at this point
Copy the full SHA f4e88daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2381c - Browse repository at this point
Copy the full SHA 4f2381cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36af01f - Browse repository at this point
Copy the full SHA 36af01fView commit details -
Merge branch 'master' of github.com:paritytech/polkadot-sdk into tran…
…sfer-using-explicit-reserve
Configuration menu - View commit details
-
Copy full SHA for bd9233a - Browse repository at this point
Copy the full SHA bd9233aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7bd39 - Browse repository at this point
Copy the full SHA 9c7bd39View commit details
Commits on Apr 11, 2024
-
Apply suggestions from code review
Co-authored-by: Branislav Kontur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adf5128 - Browse repository at this point
Copy the full SHA adf5128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1347f0b - Browse repository at this point
Copy the full SHA 1347f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3acff2 - Browse repository at this point
Copy the full SHA e3acff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a44194 - Browse repository at this point
Copy the full SHA 4a44194View commit details
Commits on Apr 12, 2024
-
Update polkadot/xcm/pallet-xcm/src/lib.rs
Co-authored-by: Branislav Kontur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d407eb - Browse repository at this point
Copy the full SHA 0d407ebView commit details -
".git/.scripts/commands/fmt/fmt.sh"
command-bot committedApr 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 22093d0 - Browse repository at this point
Copy the full SHA 22093d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a673792 - Browse repository at this point
Copy the full SHA a673792View commit details