-
Notifications
You must be signed in to change notification settings - Fork 98
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 sections self DDoSes #879
Comments
Update LCD to make it possible to do this in one combined request |
@faboweb This could effectively be resolved by changing the endpoints we are using (latest delegator set + delegations for each of the address, which is what makes voyager self DDoS) for |
isn't this resolved by #1068 ? |
No, since it's still querying every delegation instead of the delegator's validators |
@faboweb this will reduce the requests to just 2 instead of running a for loop though all the addresses of the latest validator set to ask if there's a delegation |
In #1068 it is implemented like that:
Am I missing something? |
* Add timeout to GH actions workflows * changelog
UI Version: 0.7.0
Description: Polling each validator for amount of user's stake DDoSes the LCD and often crashes gaia causing a reconnect. This happens on mounted event for the staking page as well as wallet page with the action
updateDelegates
.The text was updated successfully, but these errors were encountered: