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 #5281, we implemented a feature and a msg to designate lock reward reciever, where the lock reward receiver would be the one receiving the incentives from the gauges.
As per @p0mvn 's suggestion, we would like to further develop this feature by providing user the option to provide and designate the lock reward receiver at the time of lock creation.
Suggested Design
We add a extra field to the çreate lock msg, where if it's empty use owner as reward receiver, if not use that field as reward receiver
Acceptance Criteria
Feature has been implemented & test cases have been implemented
The text was updated successfully, but these errors were encountered:
Background
In #5281, we implemented a feature and a msg to designate lock reward reciever, where the lock reward receiver would be the one receiving the incentives from the gauges.
As per @p0mvn 's suggestion, we would like to further develop this feature by providing user the option to provide and designate the lock reward receiver at the time of lock creation.
Suggested Design
We add a extra field to the çreate lock msg, where if it's empty use owner as reward receiver, if not use that field as reward receiver
Acceptance Criteria
The text was updated successfully, but these errors were encountered: