Staking sections self DDoSes
See original GitHub issueUI 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
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Implement tests for new staking endpoints #1939 - GitHub
The new endpoints are the following and are needed to query each of the validators that a delegator is bonded to. // x/stake/client/rest/query....
Read more >Run a Validator - Ethermint Documentation
Self -delegates the provided amount of staking tokens. Link the operator account with a Tendermint node pubkey that will be used for signing...
Read more >Everything you need to know to participate in Superfluid Staking
Superfluid Staking is a groundbreaking innovation that allows liquidity providers on Osmosis to simultaneously participate in liquidity ...
Read more >Insulin stacking: Definition and how to avoid
People with diabetes may require regular insulin doses to help them ... This is known as insulin stacking, which can lead to negative...
Read more >Validator FAQ - Terra Docs
Staking occurs when Luna holders delegate their Luna to a validator. ... If the validator's self-bonded stake falls below this limit, its entire...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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:
/stake/delegators/{addr}
/stake/validators
Am I missing something?