[CL]: Investigate gas consumption for withdraw #4774
Labels
C:x/concentrated-liquidity
F: concentrated-liquidity
Tracking the development of concentrated liquidity feature to improve filtering on the project board
Background
We no longer utilize freezeDuration. Therefore, when a user withdraws a single position, we need to iterate over all authorized durations to determine which incentivized durations the user is forfeiting and which they claim. When this was added, I had to increase the gas in e2e (I think it used somewhere around 500000). See https://github.com/osmosis-labs/osmosis/pull/4724/files#r1148431159
Suggested Design
We need to set up a testing environment to determine what the max value this gas consumption can be. It would also be good to point a finger at specifically what is causing this larger than usual gas value and potentially refactor.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: