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
superfluid-delegation-by-delegator should only expect a delegator as the input, but it expects the same params as superfluid-delegation-amount ([delegator-address] [validator-address] [denom])
Suggested Design
Change superfluid-delegation-by-delegator to only expect the delegator-address input and return all SF delegations of all denoms to all validators for that delegator.
Acceptance Criteria
Suggested design implemented, tested on localosmosis
The text was updated successfully, but these errors were encountered:
Background
superfluid-delegation-by-delegator
should only expect a delegator as the input, but it expects the same params assuperfluid-delegation-amount
([delegator-address] [validator-address] [denom])Suggested Design
Change
superfluid-delegation-by-delegator
to only expect thedelegator-address
input and return all SF delegations of all denoms to all validators for that delegator.Acceptance Criteria
Suggested design implemented, tested on localosmosis
The text was updated successfully, but these errors were encountered: