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

feat: Add AssetTransactor implementation with XCM #145

Merged
merged 31 commits into from
Feb 7, 2024

Conversation

freddyli7
Copy link
Contributor

@freddyli7 freddyli7 commented Nov 2, 2023

  • Implement the AssetTransactor trait to support local recipient and the remote parachain recipient
  • Implement the XCM bridge pallet
  • Implement the bridge forwarder with trait

@freddyli7 freddyli7 changed the title feat: Add AssetTransactor implementation feat: Add AssetTransactor implementation with XCM Dec 4, 2023
@freddyli7 freddyli7 self-assigned this Jan 8, 2024
bridge/src/xcm_asset_transactor.rs Outdated Show resolved Hide resolved
bridge/src/xcm_asset_transactor.rs Outdated Show resolved Hide resolved
bridge/src/xcm_asset_transactor.rs Outdated Show resolved Hide resolved
xcm-bridge/src/lib.rs Show resolved Hide resolved
xcm-bridge/src/mock/mod.rs Show resolved Hide resolved
@freddyli7 freddyli7 marked this pull request as ready for review January 29, 2024 20:29
@freddyli7 freddyli7 requested a review from tolak January 31, 2024 15:06
bridge-forwarder/src/xcm_asset_transactor.rs Outdated Show resolved Hide resolved
bridge-forwarder/src/xcm_asset_transactor.rs Show resolved Hide resolved
bridge-forwarder/src/lib.rs Outdated Show resolved Hide resolved
bridge/src/lib.rs Show resolved Hide resolved
xcm-bridge/src/lib.rs Show resolved Hide resolved
Copy link
Collaborator

@tolak tolak left a comment

Choose a reason for hiding this comment

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

All LGTM

@freddyli7 freddyli7 linked an issue Feb 7, 2024 that may be closed by this pull request
@freddyli7 freddyli7 merged commit 9dd2b53 into main Feb 7, 2024
6 checks passed
@MakMuftic MakMuftic mentioned this pull request Jan 25, 2024
@freddyli7 freddyli7 deleted the freddy/asset-transactor branch March 4, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment