[CL Incentives] Remove ability to add to frozen positions #4482
Labels
F: concentrated-liquidity
Tracking the development of concentrated liquidity feature to improve filtering on the project board
Background
Now that we key positions by
joinTime
andfreezeDuration
, it is no longer possible for people to add to an existing position. While we might still want to special-case non-frozen positions to save state, we should at the very least remove unnecessary code complexity from updates for uptime accumulators.Suggested Design
initOrUpdatePositionUptime
->initPositionUptime
Before
current blocktimeAcceptance Criteria
The text was updated successfully, but these errors were encountered: