Skip to content

Releases: balancer/b-sdk

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

v0.32.1

08 Nov 10:41
c892033
Compare
Choose a tag to compare

Patch Changes

  • 603fbd5: fix: nested single token remove v2 validation

v0.32.0

07 Nov 10:02
67b2969
Compare
Choose a tag to compare

Minor Changes

  • b927594: Tidy nested types. Share common with boosted.
    Support for V3 addLiquidityNested PI (including nested boosted).
  • f2f1e42: BPT swaps as first step & change of batch router address

Patch Changes

  • dcd1f0d: PriceImpact error handling and messaging improvements.
    • Catch any errors with initial add/remove steps - these are thrown because the user input is valid, e.g. would cause INVARIANT_GROWTH errors
    • Catch any errors in query during unbalanced calc steps and throw message that will help with debug - e.g. caused by delta amounts
  • 52fed3d: Fix PI test.

v0.31.2

05 Nov 16:24
d1f9427
Compare
Choose a tag to compare

Patch Changes

  • 72a96fb: fix: validateBuffer check for V2 buffer array.