-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Staking Page Missing in Polkadex UI After Latest Changes #10505
Comments
Joystream is facing the same issue ( |
First apologies on any issues this causes. Usually speaking I would aim from the start to ensure backwards compatibility but this specific problem with the new staking changes was a pretty wide net that extended from the The compatibility on the api level is the hardest here, as that is where all the observable calls, aggregation, and structuring happens for all the information that the staking UI leverages.
This is never a bad idea. That all being said, I am OOO for the next week (including today), but when back I will try to look into potential solutions to bring this compatibility solution to a more manageable and maintainable path moving forward. Maybe the best most reasonable solution (for now) is bringing compatibility to the api-derive staking level first, and just make a copy of the old staking page, call it |
In the meantime, anyone can use the Old IPFS CID 😄 |
I can confirm that this solution is not working for Polkadex Main Network. |
I apologize if this solution doesn't help you. An ex-colleague had asked me how to find an old IPFS version of the app due to issues with the current app affecting him on another network, so I thought I would share this link here as well. For reference, see the CID Log History if needing older CID |
@nuel77 Just as a heads up I am now tackling this along with fixing staking for the relay chains simultaneously. Hopefully this will all be fixed on the API level today, then I can start tackling the UI bits. |
Thanks a lot for the update @TarikGul , looking forward to it 🥂 |
Good morning everyone, I'm in the same situation, I can't see my goal on the mainet page polkadot.js polkadex network....I trust the team for a prompt update. We are aware |
The basis for backwards compatibility was merged into the API yesterday polkadot-js/api#5868, I just have one more porblem to tackle in the API to fix for claimed rewards with the new staking pallet then the changes will be released and reflected in apps. |
I have been using the polkadex mainnet in polkadot.js for staking since 2021 and for about 3 weeks I have not been able to see the staking section on the network. |
@MoyStell74 Yes, I am currently working on it as we speak: #10553 |
|
@MoyStell74 If you really need to access the staking page for polkadex you can just run The commit is ca3f368 You just need to pull down apps, and run the following. $ git checkout ca3f368d47d381e128435ebb6dc587b704940bd1
$ yarn install && yarn start Then go to And it will work as it previously did. |
@MoyStell74 you can also try this which is an a old version of the apps UI hosted by the PolkaGate team. if you are facing any emergency use case. |
PR is up and basically donte to fix the missing staking page: #10557 The tab is the same the only difference is the routing which is now |
Feel free to test it locally if you would like! |
This is now fixed in the live version! |
Thanks alot @TarikGul 👍 |
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. |
Hello.
I wanted to bring up an issue that we've noticed in the Polkadex UI after the recent changes from PR #10498 on the polkadot-js/apps repository.
It seems that the staking page section is now missing in Polkadex UI following these updates. I understand that there was a significant change introduced for pallet-staking in the new version, which might have caused this discrepancy.
My main question is whether the apps-ui team has any plans for providing backwards compatibility to address this issue, or if the fix requires upgrading to the latest version of substrate. Understanding the roadmap for resolving this would be immensely helpful for our next steps.
Looking forward to hearing your insights on this matter!
apps-ui central domain(staking page missing)
apps-ui ipfs doiman (still working)
The text was updated successfully, but these errors were encountered: