frequency-chain / frequency

Frequency: A Polkadot Parachain
https://www.frequency.xyz
Apache License 2.0
48 stars 18 forks source link

[Bug]: Exported method SchemasRuntimeApi_get_schema_by_id is not found #2054

Open wilwade opened 4 days ago

wilwade commented 4 days ago

What happened?

The runtime call for getting a schema by id is failing in Polkadotjs/app:

image

Note that the Custom RPC for this still works, which is odd as it should be using that same RuntimeAPI.

Relevant log output

schemasRuntimeApi.getSchemaById: Option<SchemaResponse>
-32000: Client error: Execution failed: Other: Exported method SchemasRuntimeApi_get_schema_by_id is not found
aramikm commented 4 days ago

Might be an issue with versioning?