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.
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
Add xcm integration #1912
Add xcm integration #1912
Changes from 47 commits
3896cdf
4a778e8
b296b4d
6aae647
6a932a3
08f1087
79b1b00
e633876
d786de3
c283a6a
00e0553
ffec19e
87f5cc7
47ac7ad
3f24a9a
d1aa5ac
011b775
e346592
a6a0fae
8625f32
3bd6899
39dfd97
9b00d5b
f3a19d6
3445b55
dc26cc6
f1dbd38
0b189f8
20be373
ab1f53f
e1e4a4c
cd3bc7e
c47d711
17504a7
fede0a5
3d9be73
cfb1421
78e649b
7402b0d
c84a04d
fca97da
1044421
2d66e41
b51c96c
4ee01a8
f4234c1
37ece22
61016bb
ad7b06f
4bd4f04
25a36d6
1dbad34
172959a
891b548
dc8730d
70769af
b83a535
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Why is the function already marked deprecated?
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.
unstable host api (which is still the case for this one as of this release of polkadot-sdk) are marked as deprecated so that they can trigger a warning if you try to use them without specifying
allow(deprecated)
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.
Could possibly use
array_mut_ref!
foroutput
here?