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

Region AssetTransactor #100

Merged
merged 33 commits into from
May 9, 2024
Merged

Region AssetTransactor #100

merged 33 commits into from
May 9, 2024

Conversation

Szegoo
Copy link
Member

@Szegoo Szegoo commented Apr 26, 2024

Implements an asset transactor that handles regions from the Coretime chain. Also adds e2e Zombienet tests.

Closes: #62

@Szegoo Szegoo marked this pull request as ready for review May 6, 2024 15:13
@@ -0,0 +1,323 @@
// TODO: remove this file
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been temporarily added here because the NonFungibleAdapter is in release 1.7.0 or later, but we cannot update to that version now because of ISMP.

@Szegoo Szegoo requested a review from cuteolaf May 8, 2024 13:57
e2e_tests/common.ts Show resolved Hide resolved
e2e_tests/test.js Outdated Show resolved Hide resolved
e2e_tests/xc-transfer/asset-transfer.ts Outdated Show resolved Hide resolved
runtime/regionx/src/xcm_config.rs Outdated Show resolved Hide resolved
runtime/regionx/src/xcm_config.rs Show resolved Hide resolved
Szegoo and others added 4 commits May 8, 2024 17:38
Co-authored-by: cuteolaf <OliverLim818@gmail.com>
Co-authored-by: cuteolaf <OliverLim818@gmail.com>
@Szegoo Szegoo merged commit 84023f4 into main May 9, 2024
4 checks passed
@cuteolaf cuteolaf deleted the region-asset-transactor branch May 9, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

e2e test the entire cross-chain transfer process
2 participants