Skip to content

Releases: balancer/balancer-sor

4.1.1-beta.7

24 Mar 12:25
2eedb66
Compare
Choose a tag to compare

New release (#378 )

Fix 🐛

  • xave fx pool support
  • remove legacy code

4.1.1-beta.6

15 Mar 09:15
c1432fd
Compare
Choose a tag to compare

New release (#376 )

Fix 🐛

  • Fix Linear _calcTokensOutGivenExactBptIn

4.1.1-beta.5

14 Mar 10:04
0b8612d
Compare
Choose a tag to compare

New release (#375)

Updates 🏗️

  • Expose Linear Maths

4.1.1-beta.4

07 Mar 15:40
afe7270
Compare
Choose a tag to compare

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

17 Feb 12:05
721eb06
Compare
Choose a tag to compare

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

16 Feb 12:05
93ae3f7
Compare
Choose a tag to compare

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

10 Feb 13:14
d66e6d2
Compare
Choose a tag to compare

New release (#358)

Updates 🏗️

  • Add EulerLinear
  • Add missing error handling for Linear pools

4.1.1-beta.0

01 Feb 09:25
2ab5f8f
Compare
Choose a tag to compare

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

25 Jan 16:01
5f6f9df
Compare
Choose a tag to compare

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

4.0.1-beta.18

10 Jan 11:04
5a79b0e
Compare
Choose a tag to compare

New release (#343 )

Bug Fixes 🐛

  • Fix update token balance
  • Fix process is undefined