-
Notifications
You must be signed in to change notification settings - Fork 53
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
Assets xcm #360
Assets xcm #360
Conversation
runtime/dancebox/src/xcm_config.rs
Outdated
parameter_types! { | ||
// we just reuse the same deposits | ||
pub const ForeignAssetsAssetDeposit: Balance = 0; | ||
pub const ForeignAssetsAssetAccountDeposit: Balance = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modify
Coverage Report@@ Coverage Diff @@
## master girazoki-assets-xcm +/- ##
=======================================================
+ Coverage 75.97% 76.35% +0.38%
+ Files 98 101 +3
+ Lines 24568 25092 +524
=======================================================
+ Hits 18665 19158 +493
+ Misses 5903 5934 +31
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't see anything that could block the PR. Although I think we should keep an eye on the runtime code that could be moved to polkadot-sdk, like the one related to NativeAssetReserve
for instance. Also a follow up task would be to add some TS tests (the rust ones look great). Other than those comments LGTM!
thank Agustin! Yeah I will add a few more tests in TS for sure before I merge this PR |
test/suites/dev-tanssi/xcm-token-reception/test_dmp_token_reception _appendix.ts
Outdated
Show resolved
Hide resolved
We need to update the benchmark for buy_execution but it is dependent on paritytech/polkadot-sdk#2962. So for now I think we can postpone this for a future PR |
Adds pallet-assets, foreign-asset-creator and asset-rate as necessary pallets to mint derivative tokens coming from other chains, with these respective goals:
TODO:
For future PRs: