Fix TransactAsset Implementation (#3345)
* convert local AssetNotFound errors into XcmError::AssetNotFound aims allow the tuple implementation of TransactAsset to iterate properly * add more XcmError descriptions * adjust the rest of the TransactAsset tuple implementation to the behavior of can_check_in * fix copy paste errors * keep iterating tuple on Unimplemented error in TransactAsset * add tests for tuple implementation of TransactAsset * Update xcm/src/v0/traits.rs Co-authored-by:Andronik Ordian <write@reusable.software> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by:
Andronik Ordian <write@reusable.software>
Showing
- polkadot/xcm/src/v0/traits.rs 8 additions, 0 deletionspolkadot/xcm/src/v0/traits.rs
- polkadot/xcm/xcm-builder/src/currency_adapter.rs 1 addition, 1 deletionpolkadot/xcm/xcm-builder/src/currency_adapter.rs
- polkadot/xcm/xcm-executor/src/traits/matches_fungibles.rs 1 addition, 1 deletionpolkadot/xcm/xcm-executor/src/traits/matches_fungibles.rs
- polkadot/xcm/xcm-executor/src/traits/transact_asset.rs 110 additions, 8 deletionspolkadot/xcm/xcm-executor/src/traits/transact_asset.rs
Please register or sign in to comment