-
Notifications
You must be signed in to change notification settings - Fork 372
Open
Labels
EnhancementImproves existing features or performance, making the SDK more robust and efficient.Improves existing features or performance, making the SDK more robust and efficient.P3 - LowNon-essential improvements or minor fixes. Can be scheduled flexibly as time permits.Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
Milestone
Description
Basic support for extended (not Substrate-only) metadata generation has been added in #5552
The above adds some cli arguments to retrieve data and then use it and then allows generation for these.
What is missing is the following -
- RPCs are not generated based on the running chain (when overrides are applied)
- Runtime calls are not generated for the running chains (with overrides)
So basically, we need -
- where the argv endpoint is specified (as wss/ws), also retrieve version & RPCs, or
- where the endpoint is non-wss, also allow the specification of RPC/runtime JSON files, then
- supply these values to the RPC/runtime generation (as we do in the case for the Substrate/Polkadot/Kusama names)
btwiuse
Metadata
Metadata
Assignees
Labels
EnhancementImproves existing features or performance, making the SDK more robust and efficient.Improves existing features or performance, making the SDK more robust and efficient.P3 - LowNon-essential improvements or minor fixes. Can be scheduled flexibly as time permits.Non-essential improvements or minor fixes. Can be scheduled flexibly as time permits.
Type
Projects
Status
P3 - Low