Releases: balancer/balancer-sdk
Releases · balancer/balancer-sdk
v0.1.19
New release (#112)
🐛 Bugfix
- Fix totalShares for pools with pre minted BPT by querying virtualSupply.
v0.1.18
New release (#110)
Hot fixing subgraph schema changes
What's Changed
New Contributors
Full Changelog: v0.1.17...v0.1.18
v0.1.17
New release (#106)
🏗️ Updates
- Adds joinPool functionality (weighted only)
- Swaps has custom recipient
🐛 Bugfix
- Fix ExactOut swaps bug
- Liquidity calculation improvements
v0.1.16
New release (#105)
🐛 Bugfix
- Use wETHwstETH config correctly.
v0.1.15
New release (#100)
🏗️ Updates
- Update SOR package to 4.0.1-beta.0
- Introduces a general graph algorithm to create the paths through boosted pools
- Remove now unused pool config bbausd, wethBBausd, wethStaBal3
- Add pool config: wETHwstETH
v0.1.14
New release (#97)
🏗️ Updates
- Add Contracts module
- Uses @balancer-labs/typechain
- Remove unrequired ABIs
- Update examples to use local fork
- Update SOR package to 4.0.0-beta.9.
v0.1.13
New release (#93)
🏗️ Updates
- Adding Liquidity functions
- Add bb-usd goerli and fix weth
- Docker compose for working with front-end locally
v0.1.12
New release (#85)
🏗️ Updates
- Adds Swaps module
- Local fork for testing
- Update workflow for local fork
- Fix Goerli config
v0.1.11
New release (#74)
🐛 Bugfix
- Bump SOR to handle dp > 18 in Linear Pool SP.
v0.1.10
New release (#73)
🏗️ Updates