Releases: balancer/balancer-sor
Releases · balancer/balancer-sor
4.1.1-beta.7
4.1.1-beta.6
4.1.1-beta.5
4.1.1-beta.4
New release (#372 )
Updates 🏗️
- Expose Gyro Maths
- Bump undici from 5.5.1 to 5.19.1
- Update config
Fixes 🐛
- Fix type issues with Lido
- Fix updateTokenBalance for Linear pools
4.1.1-beta.3
New release (#363 )
Updates 🏗️
- Change to return effective price even when < 0. Should now select best pool for low value swaps.
- Update test SubgraphPoolDataService to use correct token ordering
4.1.1-beta.2
New release (#360)
Updates 🏗️
- Update Boosted paths algo to include Weighted pool that contain Linear BPT tokens
- Add new Linear Pool types to filter
4.1.1-beta.1
4.1.1-beta.0
New release (#356 )
Updates 🏗️
- Add Gnosis test config
- Add node script to github workflow, enabling integration tests as part of test check
- Added new ComposableStable Pool
- Normalise math inputs to 18 decimals (balances and amounts) for ComposableStable, MetaStable, Stable and Weighted pools
- Denormalise math outputs from 18 decimals to their respective decimals for ComposableStable, MetaStable, Stable and Weighted pools
- Remove join and exit calc for StablePhantom pools, since they don't apply
- Add integration tests to make sure join and exit calc is within inaccuracy limit
- Update onChainData to handle ComposableStable pool data
4.1.0-beta.0
New release (#351 )
Updates 🏗️
- Add configurable connecting tokens for Boosted Paths
- Add to SorConfig.connectingTokens[]
- Pools containing tokenIn/Out and connectingTokens will be used in Boosted Path creation
- Add Github workflow
- Remove Coveralls and CircleCI