-
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 broken? #11061
Comments
Okay so the source of the issue seems to be this upstream PR in the api: polkadot-js/api#5997 Looking into it! |
FYI the issue is seen in kusama staking page too so probably many other chains too |
This would affect every staking page. We found the source of the issue - going to add it to the api then apply the changes here. |
Wonderful, we came across this issue when we were doing some infrastructure upgrades and noticed this issue with our endpoint as a part of our qualification steps. We first worried it was something on our end but then noticed its pervasive and rpc provider agnostic hence pinged @bkchr . |
Nice, well thank you for identifying. As back story we discovered some long standing memory issues as part of the RPC infrastructure in PJS as part of some tech debt. So we are aiming to improve it - there was one issue with the default capacity that was applied in the rpc-core in the api. So as a patch I am going to increase it but then also add an api option to increase it based on the client or users needs (basically an escape hatch) |
This is fixed, and pushed to polkadot.js.org/apps |
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. |
It only shows
0/500
validators. When opening the page it first showed 499/500, but then switched to 0. Also the list of validators is not loading. The ERA information on the right side also looks like something is off?The text was updated successfully, but these errors were encountered: