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
General design optimization (improving efficiency, cleanliness, or developer experience)
Describe the suggested feature and problem it solves.
While implementing support for UniswapV4 in my software, I noticed there is no event for dynamic fee updates. I realize that hooks can override fees anyways, which will already make fully supporting UniswapV4 rather complicated. It would be appreciated if at least dynamic fees can be handled through events.
Describe the desired implementation.
Emit event in updateDynamicLPFee().
Describe alternatives.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Component
General design optimization (improving efficiency, cleanliness, or developer experience)
Describe the suggested feature and problem it solves.
While implementing support for UniswapV4 in my software, I noticed there is no event for dynamic fee updates. I realize that hooks can override fees anyways, which will already make fully supporting UniswapV4 rather complicated. It would be appreciated if at least dynamic fees can be handled through events.
Describe the desired implementation.
Emit event in updateDynamicLPFee().
Describe alternatives.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: