_swapsV3 after the _swapsV2 #291
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
Handle
pauliax
Vulnerability details
Impact
contract RebalanceManager function rebalance first performs all the _swapsV2 and then all the _swapsV3. However, I imagine the could be a situation when the manager wants to mix these swaps, some v2, some v3 in between.
Recommended Mitigation Steps
Consider introducing a unified structure for v2 and v3 swaps so these can be mixed together in any order.
The text was updated successfully, but these errors were encountered: