-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Conversation
aims allow the tuple implementation of TransactAsset to iterate properly
Would be good to add tests with this. |
As mentioned in chat, maybe we should remove the tuple implementation of |
I adjusted the |
Do you mean integration tests? |
@shawntabrizi Another issue I see with the Tuple impl is that the |
Co-authored-by: Andronik Ordian <write@reusable.software>
Sounds like one bigger solution for all of this is a |
@gavofyork Fine to merge? |
bot merge |
Trying merge. |
This PR aims to fix the
TransactAsset
(tuple) implementation.It converts local
AssetNotFound
errors intoXcmError::AssetNotFound
to allow the tuple implementation of TransactAsset to iterate properly. It also adjusts the other tuple implementations (notablywithdraw_asset
anddeposit_asset
) to have the same semantics.Also adds some doc comments to XCM errors.