Skip to content

Releases: balancer/b-sdk

v0.19.0

02 Jul 08:40
afff08a
Compare
Choose a tag to compare

Minor Changes

  • de03793: Changes vaultVersion to protocolVersion to match API.
    CowAMM uses protocolVersion 1 instead of 0.
    Add support for auraBal swaps to BAL/WETH/ETH on V2 via Relayer.

v0.18.0

27 Jun 00:29
31e6939
Compare
Choose a tag to compare

Minor Changes

  • 2e0ddce: Updates for 5th testnet release of v3 contracts on Sepolia

v0.17.0

24 Jun 13:04
c13913c
Compare
Choose a tag to compare

Minor Changes

  • 73dc1bc: Add support for add/remove liquidity on CoWAMM pools

v0.16.0

04 Jun 12:40
cb970e5
Compare
Choose a tag to compare

Minor Changes

  • d81de73: Update SDK to use Permit2 and conform with new SC deployment

v0.15.1

14 May 18:53
64db4fb
Compare
Choose a tag to compare

Patch Changes

  • 18087a8: Fixed price impact to return close to 0 on proportional amounts

v0.15.0

26 Apr 12:41
52093c7
Compare
Choose a tag to compare

Minor Changes

  • 0edf25b: Use callData instead of call for all build returns.

v0.14.1

25 Apr 13:06
2802751
Compare
Choose a tag to compare

Patch Changes

  • 8e7c349: Refactor api client helper to match api changes
  • efe7c94: Handle address correctly in BalancerApi. Example updates.

v0.14.0

26 Mar 14:53
8c10743
Compare
Choose a tag to compare

Minor Changes

  • 127bc2f: Add support for V3 Swaps (single and batchSwap). Breaking changes in Swap buildCall to handle path limits correctly.'
  • a759fbf: Add Price Impact for swaps and batchSwaps

v0.13.0

21 Mar 20:10
16eba9e
Compare
Choose a tag to compare

Minor Changes

  • 6974a7c: Add add/remove liquidity support for stable and metastable pools
  • 87d1dbd: Refactor queryRemoveLiquidityRecovery into a separate method

Patch Changes

  • 33b23c6: Bump create pool test timeout

v0.12.0

12 Mar 19:09
b4023fc
Compare
Choose a tag to compare

Minor Changes

  • dfacb04: Rename buildCall interface for consistency and clarity
  • e2d66ce: Adds Initialize Pool functionality for V3 pools;
  • c071850: Refactor useNativeAssetAsWrappedAmountIn adn toNativeAsset into wethIsEth
  • 7bc308a: Move accountAddress from query to buildCall input

Patch Changes

  • 8825f0a: Refactor sender and recipient to exist on v2 only