Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fix aims to solve an issue in Kusama that resulted in failed reserve asset transfers. It will be ported later to master as well. The issue is that during multi-hop XCMs, like reserve asset transfers where the reserve is not the sender nor the destination, there are no assets available to pay for delivery fees. This fix makes sure to deduct delivery fees from the assets being transferred. - [x] code changes required for fix now complete - [x] local testing done shows issue as fixed - [x] regression test added - [x] PR reviewed - [x] CI passing - currently issue with CI not running on non-master PR - [ ] xcm-executor patch version 4.0.1 released - [ ] xcm-executor patch version 4.0.1 included in https://github.com/polkadot-fellows/runtimes/ - [ ] Kusama and Polkadot runtimes patch released --------- Signed-off-by: Adrian Catangiu <[email protected]> Co-authored-by: Adrian Catangiu <[email protected]> Co-authored-by: Keith Yeung <[email protected]>
- Loading branch information