Skip to content

Releases: balancer/b-sdk

v0.19.2

08 Jul 11:34
4a9c6cb
Compare
Choose a tag to compare

Patch Changes

  • 835d023: Relayer auth read signers nonce.

v0.19.1

03 Jul 13:23
7ddbd2e
Compare
Choose a tag to compare

Patch Changes

  • 654af8c: Expose isAuraBalSwap helper.

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