polkadot-js / api

Promise and RxJS APIs around Polkadot and Substrate based chains via RPC calls. It is dynamically generated based on what the Substrate runtime provides in terms of metadata.
Apache License 2.0
1.07k stars 349 forks source link

Add Updated Runtime Defintions #5837

Closed TarikGul closed 6 months ago

TarikGul commented 6 months ago

This is part 1 of updating the api to deal with new runtime definitions, and then add functionality to read it directly from the metadata.

rel: https://github.com/polkadot-js/api/issues/5725

TarikGul commented 6 months ago

Also need to ensure the versions are correct for all the runtime api definitions.

TarikGul commented 6 months ago

runtime/core has a version bump from 4-5 that needs to be covered.

TarikGul commented 6 months ago

The goal here is to add the runtime definitions and update them so we can get it out in the next release. Then we will update the actual typegen to use the following apis field in the metadata for V15

polkadot-js-bot commented 5 months ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.