Releases: balancer/b-sdk
Releases · balancer/b-sdk
v0.32.1
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
v0.31.1
v0.31.0
Minor Changes
- a1b87c6: Add to field to query outputs. Useful for correct approval spender before build.
- e234fc1: Remove Swap Price Impact function and tests.
- 4e32362: Add optional sender and userData inputs for add/remove/swap queries. Sender can be used to query accurate result when pool may have hook thats behaviour is affected by sender, e.g. loyalty fee hook.