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
As a developer
I want to query for the rewards of a delegators delegations per validator in one request
So I don't DDOS my app
Problem Definition
GET /distribution/delegators/{delegatorAddr}/rewards currently serves all rewards for my delegator.
It would be nice if this would show the rewards of that delegator by validator.
Summary
As a developer
I want to query for the rewards of a delegators delegations per validator in one request
So I don't DDOS my app
Problem Definition
GET /distribution/delegators/{delegatorAddr}/rewards
currently serves all rewards for my delegator.It would be nice if this would show the rewards of that delegator by validator.
AC1
Proposed return struct:
For Admin Use
@fedekunze
The text was updated successfully, but these errors were encountered: