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
Within the incentives AfterEpochEnd hook, we iterate through all active gauges and remove synthetic non-perpetual gauges. This is because they are distributed elsewhere in the superfluid module.
I am currently unsure if the ultimate desired outcome is to handle all distribution logic here and remove the synthetic distribution from superfluid. Will need further input from others.
Acceptance Criteria
Hack removed from the AfterEpochEnd hook
All existing tests should pass
The text was updated successfully, but these errors were encountered:
Background
Within the incentives AfterEpochEnd hook, we iterate through all active gauges and remove synthetic non-perpetual gauges. This is because they are distributed elsewhere in the superfluid module.
osmosis/x/incentives/keeper/hooks.go
Lines 15 to 49 in fb0de8c
Suggested Design
I am currently unsure if the ultimate desired outcome is to handle all distribution logic here and remove the synthetic distribution from superfluid. Will need further input from others.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: