polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.74k stars 1.53k forks source link

Identity overhaul for relay to people chains #10588

Closed TarikGul closed 4 months ago

TarikGul commented 4 months ago

Given the latest changes happening to the identity pallet we need to ensure that when we are connected to the relay chain it holds an extra connection to the people chain in order to retrieve all identities.

This has been done in the past but in the opposite fashion where the system parachain would query the relay chain for the identities.

https://github.com/polkadot-js/apps/pull/10581 went in and resolved the broken set identity in the UI for the peoples chain while giving backwards compatibility.

Next https://github.com/polkadot-js/api/issues/5883 needs to be fixed.

polkadot-js-bot commented 3 months 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.