You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
🐛 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:
The text was updated successfully, but these errors were encountered: