Skip to content

Releases: balancer/balancer-sdk

v0.1.40

09 Dec 14:52
Compare
Choose a tag to compare

New release (#241 )

Updates 🏗️

  • sfrxETH yield source

Bug Fixes 🐛

  • Fix batchSwap limits on generalisedExit

v0.1.39

07 Dec 13:16
bf8f67c
Compare
Choose a tag to compare

New release (#238)

Updates

  • Generalised Join/Exit Methods
  • Update SOR to 4.0.1-beta.15 - Consider gas costs when choosing best paths.
  • Skytale proposal to implement Impermanent Loss for Balancer Pools
  • PriceRate providers to subgraph query
  • Setup a fallback to subgraph when coingecko is missing a price
  • New beta release workflow

v0.1.37

17 Nov 10:34
b202076
Compare
Choose a tag to compare

New release (#205 )

Updates

  • Update SOR to 4.0.1-beta.12
    • Improve boosted paths selection
    • Temp remove Gyro pools because of SG issue

v0.1.36

16 Nov 10:04
466ea88
Compare
Choose a tag to compare

New release (#202 )

🐛 Bugfix

  • Update SOR to 4.0.1-beta.11
  • Change to filter SG - totalShares_gt: '0.000000000001'
  • Update missing pool params in factory

v0.1.35

14 Nov 16:45
49ad96d
Compare
Choose a tag to compare

New release (#197 )

🐛 Bugfix

  • Update SOR to 4.0.1-beta.10 (limits Polygon Boosted path lengths)

v0.1.34

11 Nov 15:43
f308fe7
Compare
Choose a tag to compare

New release (#197 )

🐛 Bugfix

  • Add protocol cut on yield tokens for Weighted V2 pools

v0.1.33

11 Nov 10:10
5c4e418
Compare
Choose a tag to compare

New release (#195 )

🏗️ Updates

  • Subgraph query to get the preferential gauge of a pool
  • Optimization of the loading time for subgraph pool repo
  • Dual network (Goerli + Mainnet) added to CI

🐛 Bugfix

  • Liquidity fix
  • L2 APRs fix

v0.1.32

04 Nov 09:29
1a8aba1
Compare
Choose a tag to compare

New release (#187 )

🏗️ Updates

Update SOR package to 4.0.1-beta.9. Fixes example where fallback without join/exit is used.

🐛 Bugfix

Fixes join/exit paths to work with combination that includes multihop
Set limits correctly - need to be negative for tokens leaving vault

v0.1.31

31 Oct 10:54
Compare
Choose a tag to compare

New release (#183 )

🏗️ Updates

  • Add rocketPool rETH token yield
  • Add interaction class for veBal Proxy contract

v0.1.30

25 Oct 09:50
4d4e136
Compare
Choose a tag to compare

New release (#178 )

🏗️ Updates

  • Add buildRelayerCalls functions that formats SOR swapInfo that includes join/exits into correct Relayer call data
    • Only ExactIn and non-Eth support for now until Relayer updated
  • Added example showing how to use this (similar to how front-end currently uses SOR) - should be possible to run this locally and simulate calls on Tenderly.
  • Add RelayerV4 to Contracts
  • Use new temp/readonly Relayer ChainedRefs