Skip to content

Releases: balancer/balancer-sdk

v0.1.29

21 Oct 11:19
ba3fb9d
Compare
Choose a tag to compare

New release (#178 )

🏗️ Updates

  • veBal contract, Pool shares, Gauge shares
  • Update SOR package - v4.0.1-beta.6
  • Add symbol to subgraph pool mapping

v0.1.28

13 Oct 23:30
7230a5b
Compare
Choose a tag to compare

New release (#151)

🏗️ Updates

  • Adding new yield sources for yield tokens:
    • stMATIC
    • stETH on Arbitrum

🐛 Bugfix

  • Remove ComposableStable joins/exits while maths is incorrect.

v0.1.27

07 Oct 15:00
b6e2abe
Compare
Choose a tag to compare
  • fix: wrapped aave tokens rate (#164)
  • Generalised exits (#162)
  • Add additional subpool data to PoolToken (#161)

v0.1.26

28 Sep 12:16
48c764b
Compare
Choose a tag to compare

New release (#159)

🏗️ Updates

  • Debounce coingecko API calls
  • Deducting protocol cut on yield tokens
  • Add attributes to SubgraphPoolToken graphql type

v0.1.25

23 Sep 15:31
162cea1
Compare
Choose a tag to compare
  • Balancer API client
  • APRs fixes and improvements

v0.1.24

20 Sep 16:19
2ad6c99
Compare
Choose a tag to compare

New release (#151)

🏗️ Updates

  • Adds Zaps for migration
  • Adds initial ComposableStable support

v0.1.23

13 Sep 09:57
b773e31
Compare
Choose a tag to compare

New release (#143)

🐛 Bugfix

  • Use actualSupply for ComposableStable instead of totalSupply due to protocol fees.

v0.1.22

09 Sep 10:27
f77290f
Compare
Choose a tag to compare

New release (#141)

🏗️ Updates

  • APRs for Pools
  • Stables ExitPool functionality
  • SOR to 4.0.1-beta.5
  • SpotPrice uses Provider pattern
  • Updated README to include instructions on how to run js examples

v0.1.21

24 Aug 08:37
e30fd02
Compare
Choose a tag to compare

New release (#125)

🏗️ Updates

  • Add PriceImpact concern
  • Remove balancer-v2-pools and bignumber.js dependencies
  • Update SOR to 4.0.1-beta.3
  • Add ComposableStable pool types
  • Add Gyro pool types

v0.1.20

15 Aug 16:10
Compare
Choose a tag to compare

New release (#120)

🏗️ Updates

  • Add exitPool functionality (Weighted)
  • Adds joinPool functionality for stable and metaStable
  • Replace Weighted Pool maths.
  • Add Optimism config
  • Fix rpcUrl in README example.