Merged
Conversation
girazoki
commented
Dec 8, 2023
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; |
Contributor
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
|
Agusrodri
approved these changes
Jan 12, 2024
Contributor
Agusrodri
left a comment
There was a problem hiding this comment.
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!
Contributor
Author
|
thank Agustin! Yeah I will add a few more tests in TS for sure before I merge this PR |
tmpolaczyk
reviewed
Jan 16, 2024
test/suites/dev-tanssi/xcm-token-reception/test_dmp_token_reception _appendix.ts
Show resolved
Hide resolved
fgamundi
approved these changes
Jan 17, 2024
Contributor
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: