Skip to content
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

[Bug] Can't click delegation pool to go to the detail page. And a connected wallet with stake will result in a blank validator detail page #1043

Open
A7610605 opened this issue Feb 25, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@A7610605
Copy link

A7610605 commented Feb 25, 2025

🐛 Bug Description

After the commit fix pagination of delegated validators list. b01cb70
Can't click delegation pool (the eye icon) to go to the detail page, no problem when opening in a new window.
https://explorer.aptoslabs.com/validators/delegation?network=mainnet

Also, if the currently connected wallet has staked to a pool, opening that pool's details page results in a blank screen, checking the request you can see that the pool address is empty.
https://api.mainnet.aptoslabs.com/v1/view {“function”: “0x1::delegation_pool::operator_commission_percentage”, “type_arguments”:[], “arguments”:[“”]}
You could try stake to my pool then check the page.
https://explorer.aptoslabs.com/validator/0x4a693f759250c03d4a743ab52b41a3b7bdea8bff58abc568be569af56d82098e?network=mainnet

There is also a noticeable performance degradation that can be felt throughout the page, it feels like something is being executed multiple times. I didn't find the root cause since I am not familiar with react

System information

System details:

  • Browser: Chrome
  • Platform: Both Windows and macOS
@A7610605 A7610605 added the bug Something isn't working label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant