refactor: uninitialize ticks when not referenced anymore #5867
Labels
F: concentrated-liquidity
Tracking the development of concentrated liquidity feature to improve filtering on the project board
Background
Currently, we do not have logic for uninitializing ticks. We should implement it to avoid polluting the state with obsolete tick data
Suggested Design
Ticks are auto-unitialized once liquidity gross becomes zero.
This can be checked in
WithdrawPosition
Acceptance Criteria
The text was updated successfully, but these errors were encountered: