-
Notifications
You must be signed in to change notification settings - Fork 683
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
Runtime api documentation #2041
Comments
The implementation of the runtime api always depends on the on the runtime you are calling into. Not really related to the node version (assuming function name/signature) didn't changed.
The one that was active at the block you are calling into.
No.
No. If you do changes that change the signature/name/add a new function you should bump the version. This version is basically an identifier that you can use in your node code to find out which api version the runtime is supporting to call the appropriate function etc. |
I feel like the documentation that references runtime api and in particular documentation from sp-api and executor crate is missing some important informations.
List of Missing informations that I couldnt find in documentation but have to go through a lot of code to get and Im still not sure if I understand it well enough:
What, in regard to runtime api, will change after native free world? Should we prepare for any major refactoring?
The text was updated successfully, but these errors were encountered: