-
Notifications
You must be signed in to change notification settings - Fork 6
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 Graphite |
lrazovic
force-pushed
the
10-10-add_missing_extrinsics_to_call_filter
branch
from
October 10, 2024 12:20
324d42d
to
2af9c37
Compare
This was referenced Oct 10, 2024
JuaniRios
force-pushed
the
10-10-add_missing_extrinsics_to_call_filter
branch
from
October 10, 2024 12:23
2af9c37
to
324d42d
Compare
JuaniRios
force-pushed
the
10-10-add_xcm_runtime_apis
branch
2 times, most recently
from
October 10, 2024 13:43
85dbaf0
to
0ddbb47
Compare
JuaniRios
force-pushed
the
10-10-add_missing_extrinsics_to_call_filter
branch
from
October 10, 2024 13:45
324d42d
to
ee4b0c4
Compare
JuaniRios
force-pushed
the
10-10-add_xcm_runtime_apis
branch
from
October 10, 2024 13:45
0ddbb47
to
21348ec
Compare
JuaniRios
force-pushed
the
10-10-add_missing_extrinsics_to_call_filter
branch
from
October 10, 2024 13:47
ee4b0c4
to
fe4f161
Compare
JuaniRios
force-pushed
the
10-10-add_xcm_runtime_apis
branch
3 times, most recently
from
October 10, 2024 13:56
41dae2e
to
35802a3
Compare
JuaniRios
changed the base branch from
10-10-add_missing_extrinsics_to_call_filter
to
10-10-feat_remove_randomness_pallet_plmc-602_
October 10, 2024 13:56
JuaniRios
force-pushed
the
10-10-feat_remove_randomness_pallet_plmc-602_
branch
from
October 10, 2024 14:07
e6a273f
to
2af3359
Compare
JuaniRios
force-pushed
the
10-10-add_xcm_runtime_apis
branch
from
October 10, 2024 14:07
35802a3
to
bbb1ec7
Compare
JuaniRios
changed the base branch from
10-10-feat_remove_randomness_pallet_plmc-602_
to
graphite-base/414
October 10, 2024 14:38
JuaniRios
force-pushed
the
graphite-base/414
branch
from
October 10, 2024 14:40
2af3359
to
e743097
Compare
JuaniRios
force-pushed
the
10-10-add_xcm_runtime_apis
branch
from
October 10, 2024 14:40
bbb1ec7
to
6fab8dc
Compare
JuaniRios
force-pushed
the
10-10-add_xcm_runtime_apis
branch
2 times, most recently
from
October 11, 2024 10:30
ad8de4c
to
db41617
Compare
JuaniRios
force-pushed
the
10-10-add_xcm_runtime_apis
branch
from
October 11, 2024 10:48
db41617
to
28b81b8
Compare
JuaniRios
changed the base branch from
main
to
10-11-feat_add_fungibles_runtime_api_-_plmc-606
October 11, 2024 10:49
This was referenced Oct 11, 2024
lrazovic
force-pushed
the
10-11-feat_add_fungibles_runtime_api_-_plmc-606
branch
from
October 11, 2024 12:52
1faa20c
to
8b39a88
Compare
lrazovic
force-pushed
the
10-10-add_xcm_runtime_apis
branch
from
October 11, 2024 12:53
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
JuaniRios
force-pushed
the
10-10-add_xcm_runtime_apis
branch
from
October 11, 2024 13:29
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.
lrazovic
force-pushed
the
10-10-add_xcm_runtime_apis
branch
from
October 14, 2024 13:50
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