AstarNetwork / astar-frame

Core frame modules for Astar & Shiden network.
Other
58 stars 38 forks source link

Added pallet-xcm with reserve withdraw function #55

Closed akru closed 2 years ago

akru commented 2 years ago

Pull Request Summary Technically its fork of Polkadot pallet-xcm with new function to withdraw reserve transfers.

This PR introduces two methods:

Both has same arguments as reserveTransfer*** methods, but do reverse action: withdraw asset from reserve, for example, relay chain.

Check list

This pull request makes the following changes:

Adds

Fixes

Changes

To-dos

*Feel free to remove this section if it's not applicable

akru commented 2 years ago

@Dinonard reworked

hoonsubin commented 2 years ago

Should we also consider adding https://github.com/PureStake/moonbeam/blob/571e842db30fe25d550ae20ea23b3078906a21fc/precompiles/xcm_transactor/XcmTransactor.sol so users can withdraw from EVM?