polkadot-cloud / polkadot-staking-dashboard

Fully Featured Dashboard for Staking and Nomination Pools on Polkadot.
http://staking.polkadot.cloud
GNU General Public License v3.0
158 stars 167 forks source link

Nomination pools info not displayed for Kusama #2164

Closed Juanma0x closed 3 months ago

Juanma0x commented 3 months ago

The Kusama nomination pool that an account is a member of is not displayed:

Screenshot with a Kusama pool member connected as a read-only account: Eynp4SsBk3ng8r4MZhnAznTgfpqvF27BfdVcxCT1qwkF7g3 image

Equivalent screenshot on Polkadot: 14i6reD45AFYSFUhADHY2Y1GPjjtigS5Ta18bAVhjH9qwCfY image

mruepp commented 3 months ago

Exactly same behavior here

rossbulat commented 3 months ago

Thanks for posting. The issue here is that the dashboard is still trying to get identity info from the relay chain, but the identities have recently been moved to a system chain called the People Chain. I have disabled identity fetching to get the pools functionality working again in https://github.com/polkadot-cloud/polkadot-staking-dashboard/pull/2183, and will support the People Chain and identities again in a future PR.

Please let me know if there are further issues.