Releases: balancer/balancer-sor
Releases · balancer/balancer-sor
4.0.0-beta.4
4.0.0-beta.3
4.0.0-beta.2
New release (#247)
🏗️ Updates
- Update LinearPool/Maths to support main<>wrapped.
- Add support for ERC4626Linear pool types.
4.0.0-beta.1
New release (#244)
🏗️ Updates
- Update path creation algo and tests
- Expose functionality for 0x integration
- Update Linear Pool maths to match SC
- Remove swapPairType
🐛 Bug Fixes
- Linear updateBalance
4.0.0-beta.0
New release (#237)
🏗️ Updates
- Pool maths changed to BigInt. Associated pool types also changed.
- Removes dependency on SDK pools package (used for testing only).
- Removes exact/non-exact maths options. Now only uses exact BigInt version.
- New algo for boostedMetaStablePools. Requires new SoConfig vars:
- bbausd?: { id: string; address: string }; (Replacing staBal terminology)
- wethBBausd?: { id: string; address: string };
- lbpRaisingTokens?: string[];
- Adds Gyro pool types (pool/maths implementations only. Will be activated after SG live + tested)
- Fixes broken test pool types and imports.
3.0.0-beta.0
New release (#227)
🏗️ Updates
- Create config and interfaces for contracts, coingecko, subgraph implementations (@danielmkm, #226 )
- Add support for wrapped rebasing tokens using the generic unbutton wrapper (@aalavandhan, #224)