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
In normal staking, users are given the option to specify reward reciever. (Reference SetWithdrawAddress).
We want to support the same action for distribution happening for Superfluid staking and bonding rewards, where through a secondary message, users are able to set the rewards receiver.
This would also allow secondary cosmwasm contracts to have better UX throughout handling distribution rewards.
Acceptance Criteria
Message to set reward receiver for have been added for each superfluid module and the lockup module.
According state entries have been added
All unit tests have been added
E2E Testing have been added
The text was updated successfully, but these errors were encountered:
Background
In normal staking, users are given the option to specify reward reciever. (Reference
SetWithdrawAddress
).We want to support the same action for distribution happening for Superfluid staking and bonding rewards, where through a secondary message, users are able to set the rewards receiver.
This would also allow secondary cosmwasm contracts to have better UX throughout handling distribution rewards.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: