-
Notifications
You must be signed in to change notification settings - Fork 838
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
Introduce new runtime api GetParachainId
#75
Labels
I5-enhancement
An additional feature request.
Comments
lexnv
added a commit
that referenced
this issue
Apr 3, 2024
chainHead: Standardize `camelCase` for reported events
Should the same also be done for |
Could just be put into the metadata? |
I think this can be achieved with view functions? |
view function is pallet specific thing. runtime API is a runtime specific thing. in this case, runtime API is more sutiable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This runtime api should be used to fetch the para id of a runtime and then can be used by the collator to use it. Then we can remove the para id from the chain spec.
(The runtime api should get a better name, the name in the title is only WIP :P)
The text was updated successfully, but these errors were encountered: