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.06k stars 342 forks source link

`api.derive.accounts.identity` broken ? | People Chain #5883

Closed ironoa closed 1 month ago

ironoa commented 1 month ago

being connected with the new People chain (i.e. wss://kusama-people-rpc.polkadot.io):

TarikGul commented 1 month ago

Okay, i see the immediate problem with this. I just fixed something similar in: https://github.com/polkadot-js/apps/pull/10581

Basically the types have changes within the People chains - for api.query.identity.identityOf which is causing some big compatibility issues. I'll have this fixed tomorrow, and it will be part of next weeks release cycle.

polkadot-js-bot commented 1 month ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.