Skip to content

Releases: balancer/b-sdk

v1.0.2

18 Dec 18:33
fc73e14
Compare
Choose a tag to compare

Patch Changes

  • eb5be5d: fix: update sonic multicall3 creation blocknumber
  • eb5be5d: fix: override multicall3 for sonic in viem chain definition
  • 1b47dfb: Skip flaky test

v1.0.1

18 Dec 09:25
366596e
Compare
Choose a tag to compare

Patch Changes

  • e5a0311: Bump composable stable pool factories to v6
  • 79c8144: Refactor swaps v3 integration tests
  • 1c58adc: Add support for Sonic chain

v1.0.0

16 Dec 18:39
7054cef
Compare
Choose a tag to compare

Major Changes

  • b3d61f2: Remove queryRemoveLiquidityRecovery from RemoveLiquidity. Please use query with RemoveLiquidityRecoveryInput instead.

Minor Changes

  • 8aa2fb9: Add native token support to AddLiquidityNested and AddLiquidityBoosted
  • a6ebf0d: Add support for InitBuffer
  • 15567ec: Add support for addLiquidityBuffer

Patch Changes

  • e3fdf6c: Add extra integration tests for gyro pools

v0.33.5

10 Dec 15:36
ddff485
Compare
Choose a tag to compare

Patch Changes

  • 378a8f0: Fix price impact with near proportional inputs for AddLiquidityNested

v0.33.4

10 Dec 05:52
1a431bd
Compare
Choose a tag to compare

Patch Changes

  • 20aeefc: chore: debug v2 pool state multicall errors

v0.33.3

06 Dec 10:07
7759f83
Compare
Choose a tag to compare

Patch Changes

  • 6ec44e1: Update to main deployments (Mainnet, Gnosis and Sepolia)
  • 688d857: Add permit and permit2 signature examples

v0.33.2

02 Dec 10:11
6a97edc
Compare
Choose a tag to compare

Patch Changes

  • 863822c: Use correct index for underlying token redeem call.

v0.33.1

29 Nov 19:43
4eb019b
Compare
Choose a tag to compare

Patch Changes

  • b2b9411: Enable add liquidity proportional for stable pools on v3

v0.33.0

28 Nov 09:43
09c9321
Compare
Choose a tag to compare

Minor Changes

  • 2d192ff: Update to testnet deployment 11

v0.32.2

25 Nov 16:51
d456c86
Compare
Choose a tag to compare

Patch Changes

  • c5e3ffd: Refactor nestedPoolState logic to fetch mainTokens from api
  • ac0c5a5: Add proportional helper to calculate BPT from a reference amount for boosted pools
  • 2712ee0: Fix getPoolStateWithBalancesV3 with less 18 decimals tokens
  • 1455fde: Fix circular dependency on price impact implementation