Skip to content

Releases: balancer/balancer-sor

4.0.1-beta.6

21 Oct 10:43
21d9b34
Compare
Choose a tag to compare

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

09 Sep 10:14
95856d1
Compare
Choose a tag to compare

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

30 Aug 09:19
ad024bb
Compare
Choose a tag to compare

New release (#287)

🏗️ Updates

  • Limit boosted path lengths using BOOSTED_PATHS_MAX_LENGTH

4.0.1-beta.3

23 Aug 13:48
e15d6d4
Compare
Choose a tag to compare

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

27 Jul 08:40
10a4027
Compare
Choose a tag to compare

New release (#277 )

🏗️ Updates

  • Adds support for Gyro2 and Gyro3 pools.

4.0.1-beta.1

08 Jul 08:17
0e853ce
Compare
Choose a tag to compare

New release (#275 )

🏗️ Updates

  • Add Weighted join/exit TS maths
  • Local fork testing

4.0.1-beta.0

23 Jun 10:18
4a159c3
Compare
Choose a tag to compare

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

20 Jun 10:33
5ae7506
Compare
Choose a tag to compare

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.

4.0.0-beta.6

16 May 08:42
82dae0a
Compare
Choose a tag to compare

New release (#256)

🐛 Bugfix

  • Handle dp > 18 in Linear Pool SP.

4.0.0-beta.5

13 May 10:25
5ab95e5
Compare
Choose a tag to compare

New release (#255 )

🏗️ Updates

  • Expose route functions.