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
Hello, I am a validator on Kujira, and due to a recent change, many people have over 100 delegations now. These are mostly small fractional numbers, but it appears to have passed a limit used by the cosmos-exporter.
We (Defiant Labs) are working on a fix for this...
BTW, I do not think QueryValidatorsRequest supports pagination either. To support pagination you need to use the NextKey field and make additional requests, which it doesn't do. For now I am going to fix QueryValidatorDelegationsRequest (which is what Dan wanted). If someone confirms that there's other broken pagination I can fix those as well.
Hello, I am a validator on Kujira, and due to a recent change, many people have over 100 delegations now. These are mostly small fractional numbers, but it appears to have passed a limit used by the cosmos-exporter.
I believe the default pagination limit is 100
It looks like you support pagination in a few staking types like
QueryValidatorsRequest
- sourcebut not for others like
QueryValidatorDelegationsRequest
Any chance you can add pagination support here:
https://github.com/solarlabsteam/cosmos-exporter/blob/master/validator.go#L281
The text was updated successfully, but these errors were encountered: