-
Notifications
You must be signed in to change notification settings - Fork 9
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 Runtime APIs #414
Merged
Merged
Conversation
This file contains 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
This was referenced Oct 10, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @JuaniRios and the rest of your teammates on |
324d42d
to
2af9c37
Compare
This was referenced Oct 10, 2024
2af9c37
to
324d42d
Compare
85dbaf0
to
0ddbb47
Compare
324d42d
to
ee4b0c4
Compare
0ddbb47
to
21348ec
Compare
ee4b0c4
to
fe4f161
Compare
41dae2e
to
35802a3
Compare
e6a273f
to
2af3359
Compare
35802a3
to
bbb1ec7
Compare
2af3359
to
e743097
Compare
bbb1ec7
to
6fab8dc
Compare
ad8de4c
to
db41617
Compare
db41617
to
28b81b8
Compare
This was referenced Oct 11, 2024
1faa20c
to
8b39a88
Compare
28b81b8
to
23f2a0f
Compare
lrazovic
requested changes
Oct 11, 2024
Base automatically changed from
10-11-feat_add_fungibles_runtime_api_-_plmc-606
to
main
October 11, 2024 13:04
23f2a0f
to
d1a6d95
Compare
lrazovic
approved these changes
Oct 14, 2024
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.
LGTM, the comments are addressed in PR #416.
d1a6d95
to
0f9cf5e
Compare
Merge activity
|
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.
What?
Add XCM payment apis to the runtime
How?
Most are just a simple copy paste to the pallet function, but a couple of them need some specific config due to asset payment.
Testing?
integration tests in
runtime_apis.rs