Releases: balancer/b-sdk
Releases · balancer/b-sdk
v0.19.2
Patch Changes
- 835d023: Relayer auth read signers nonce.
v0.19.1
Patch Changes
- 654af8c: Expose isAuraBalSwap helper.
v0.19.0
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
Minor Changes
- 2e0ddce: Updates for 5th testnet release of v3 contracts on Sepolia
v0.17.0
Minor Changes
- 73dc1bc: Add support for add/remove liquidity on CoWAMM pools
v0.16.0
Minor Changes
- d81de73: Update SDK to use Permit2 and conform with new SC deployment
v0.15.1
Patch Changes
- 18087a8: Fixed price impact to return close to 0 on proportional amounts
v0.15.0
Minor Changes
- 0edf25b: Use callData instead of call for all build returns.
v0.14.1
Patch Changes
- 8e7c349: Refactor api client helper to match api changes
- efe7c94: Handle address correctly in BalancerApi. Example updates.
v0.14.0
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