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

pallet-xcm: add extrinsic to allow withdrawal of reserve-based assets #1430

Closed

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    6040147 View commit details
    Browse the repository at this point in the history
  2. pallet-xcm: add reserve_withdraw_assets() support

    pallet-xcm already offers `reserve_transfer_assets()` call for easy
    reserve-based asset transfer, where original assets are reserved in
    some reserve location and equivalent assets are minted at destination.
    
    This commit adds `reserve_withdraw_assets()` call for users to be able
    to do the operation reverse too: burn equivalent assets and release
    original ones from reserve location.
    
    Co-authored-by: Aleksandr Krupenkin <mail@akru.me>
    acatangiu and akru committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0b21a04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68a8dae View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    2d4ac96 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix benchmarks

    acatangiu committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1a41bcf View commit details
    Browse the repository at this point in the history