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

XCM Trader: Replace FixedFungibleRate by TakeFirstAssetTrader #273

Merged
merged 8 commits into from
Jul 6, 2023

Conversation

darkforest0202
Copy link
Contributor

Closes: #270

There is an alternative of the FixedFungibleRate xcm trader that we have now and it's the TakeFirstAssetTrader.

This PR is implementing that XCM trader type to match asset hub configuration.

Copy link
Member

@olanod olanod left a comment

Choose a reason for hiding this comment

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

Looks good, just some minor things :)

runtime/kreivo/src/lib.rs Outdated Show resolved Hide resolved
runtime/kreivo/src/xcm_config.rs Outdated Show resolved Hide resolved
virto-xcm-emulator/src/kreivo.rs Outdated Show resolved Hide resolved
virto-xcm-emulator/src/tests/reserve_transfer.rs Outdated Show resolved Hide resolved
virto-xcm-emulator/Cargo.toml Outdated Show resolved Hide resolved
@darkforest0202
Copy link
Contributor Author

Looks good, just some minor things :)

Thanks for applying the fixes :)

@darkforest0202 darkforest0202 merged commit 605a496 into master Jul 6, 2023
1 of 2 checks passed
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.

XCM Trader: Replace FixedFungibleRate by TakeFirstAssetTrader
2 participants