Releases: balancer/balancer-sor
Releases · balancer/balancer-sor
4.0.1-beta.17
New release (#341 )
Updates 🏗️
- Universal get normalized liquidity
- Fix stable math and price rates
- Improve tsc compatibility
4.0.1-beta.16
New release (#335 )
Updates 🏗️
- Update ComposableStable Invariant
- Update hardhat config to TS.
- Fix liniting. Add pre-commit check. Add CI checks.
4.0.1-beta.15
4.0.1-beta.14
New release (#327 )
Updates 🏗️
- Boosted pools paths, LBP case: only use highest liq WETH connection
- Add functions required for pool exits
- Lint fixes
4.0.1-beta.12
New release (#313 )
Updates 🏗️
- New GyroE pool type added
- Boosted pools pick highest liquidity weth - should improve Boosted Paths processing
🐛 Bug Fixes
- Temp remove all Gyro pools. Subgraph not updating if the pool is paused. Will revert once SG is fixed.
4.0.1-beta.11
New release (#313 )
🐛 Bug Fixes
- getDerivativeSpotPriceAfterSwapForPath returning zero - default to 10 ** (-18)
- failing to find bestPathIndex which led to exceedingAmounts and swapAmounts having different lengths. - Pushed empty values to maintain length.
- Change subgraph filtering to be gt 0.000000000001 to limit pools more effectively
4.0.1-beta.10
New release (#309 )
🐛 Bug Fixes
- Update limitAmountSwap function for Gyro pools
- Limit Polygon boosted pool path length
4.0.1-beta.9
New release (#303 )
🐛 Bug Fixes
- Changing useBpts for different getSwaps calls wouldn't have any effect as the paths cache was being used. This forces a refresh of the cache if the useBpts value has changed.
4.0.1-beta.8
4.0.1-beta.7
New release (#298 )
🏗️ Updates
- Add join/exit path support for Weighted Pools
- Add returnAmount field to swapInfo return