Releases: balancer/b-sdk
Releases · balancer/b-sdk
v0.33.5
Patch Changes
- 378a8f0: Fix price impact with near proportional inputs for AddLiquidityNested
v0.33.4
Patch Changes
- 20aeefc: chore: debug v2 pool state multicall errors
v0.33.3
Patch Changes
- 6ec44e1: Update to main deployments (Mainnet, Gnosis and Sepolia)
- 688d857: Add permit and permit2 signature examples
v0.33.2
Patch Changes
- 863822c: Use correct index for underlying token redeem call.
v0.33.1
Patch Changes
- b2b9411: Enable add liquidity proportional for stable pools on v3
v0.33.0
Minor Changes
- 2d192ff: Update to testnet deployment 11
v0.32.2
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
Patch Changes
- 603fbd5: fix: nested single token remove v2 validation
v0.32.0
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
Patch Changes
- 72a96fb: fix: validateBuffer check for V2 buffer array.