Releases: balancer/balancer-sor
Releases · balancer/balancer-sor
4.0.1-beta.6
New release (#297 )
🐛 Bug Fixes
- Updates on the calculation of normalized liquidity for the Gyro 2 and 3 pools. Removal of max in/out ratios which reflect the latest contract logic.
4.0.1-beta.5
New release (#290)
🏗️ Updates
- Updates on the calculation of normalized liquidity for the Gyro 2 and 3 pools. Removal of max in/out ratios which reflect the latest contract logic.
4.0.1-beta.4
4.0.1-beta.3
New release (#284)
🏗️ Updates
- Adds support for ComposableStable pools
- Add guards to handle maths out of range for Gyro pools.
- Fix weightedMaths.
- Use SG totalSupply for VirtualBpt
4.0.1-beta.2
4.0.1-beta.1
4.0.1-beta.0
New release (#270)
🏗️ Updates
- Introduces a general graph algorithm to create the paths through boosted pools
- Removes now unused pool config bbausd, wethBBausd, wethStaBal3
- Add pool config: wETHwstETH
- Refactor swapExample script
4.0.0-beta.9
New release (#269 )
🐛 Bugfix
- Fix path to stablePool include in metaStablePool
- Modify stablePool.ts and metaStablePool.ts, functions _exactTokenInForTokenOut and _tokenInForExactTokenOut so that they mimic the steps of the smart contracts.