Skip to content

Releases: balancer/balancer-sor

4.0.1-beta.17

05 Jan 15:20
fb6b8c0
Compare
Choose a tag to compare

New release (#341 )

Updates 🏗️

  • Universal get normalized liquidity
  • Fix stable math and price rates
  • Improve tsc compatibility

4.0.1-beta.16

13 Dec 10:11
f2442fd
Compare
Choose a tag to compare

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

07 Dec 10:09
a926fef
Compare
Choose a tag to compare

New release (#329)

Updates 🏗️

  • Boosted pools paths - Consider gas costs when choosing best paths

4.0.1-beta.14

30 Nov 09:25
ea4585e
Compare
Choose a tag to compare

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

17 Nov 10:13
969e411
Compare
Choose a tag to compare

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

16 Nov 09:37
06f40a4
Compare
Choose a tag to compare

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

14 Nov 16:31
fba6021
Compare
Choose a tag to compare

New release (#309 )

🐛 Bug Fixes

  • Update limitAmountSwap function for Gyro pools
  • Limit Polygon boosted pool path length

4.0.1-beta.9

04 Nov 09:05
804a1ba
Compare
Choose a tag to compare

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

25 Oct 09:31
f34a968
Compare
Choose a tag to compare

New release (#299 )

🐛 Bug Fixes

  • Fix WeightedPool formatting bug

4.0.1-beta.7

25 Oct 09:19
a75dfa1
Compare
Choose a tag to compare

New release (#298 )

🏗️ Updates

  • Add join/exit path support for Weighted Pools
  • Add returnAmount field to swapInfo return