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.
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.
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.
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.