Releases: balancer/balancer-sdk
Releases · balancer/balancer-sdk
v1.1.6
New release (#585)
Updates 🏗️
- #541 - multicall batchSize config
 - #542 - Correctly handle undefined token decimals in onchain balance.
 - #546 - Add wstEth/4pool to SOR tri hop config.
 - #554 - Add sBAL3 to SOR tri hop config on gnosis chain.
 - #555 - Fix: more gauges than default page limit
 - #557 - Adding coingecko config to SDK initialization.
 - #558 - Fix(SOR): Fix pools to ignore filter.
 - #568 - Add GyroE V2 support. Bump SOR to 4.1.1-beta.17.
 - #574 - Add ethers v5 to deps instead of dev deps.
 - #575 - Remove address book config and script. Update config values.
 - #576 - Add Gyro rehype mid pool.
 - #581 - Update subgraph urls (moving away from hosted service)
 - #583 - Add a refresh method on pools that should efficiently refresh a pools SG data.
 - #539 #577 - Add fraxtal and mode configs.
 
v1.1.5
New release (#585)
Updates 🏗️
- #541 - multicall batchSize config
 - #542 - Correctly handle undefined token decimals in onchain balance.
 - #546 - Add wstEth/4pool to SOR tri hop config.
 - #554 - Add sBAL3 to SOR tri hop config on gnosis chain.
 - #555 - Fix: more gauges than default page limit
 - #557 - Adding coingecko config to SDK initialization.
 - #558 - Fix(SOR): Fix pools to ignore filter.
 - #568 - Add GyroE V2 support. Bump SOR to 4.1.1-beta.17.
 - #574 - Add ethers v5 to deps instead of dev deps.
 - #575 - Remove address book config and script. Update config values.
 - #576 - Add Gyro rehype mid pool.
 - #581 - Update subgraph urls (moving away from hosted service)
 - #583 - Add a refresh method on pools that should efficiently refresh a pools SG data.
 - #539 #577 - Add fraxtal and mode configs.
 
v1.1.4
New release (#529 )
Updates 🏗️
- SOR Updated to 4.1.1-beta.16:
- Sor with tripaths
 
 - Add BASE staBal/weth midpool id.
 - Add mid pool ids to open Aura/AuraBAL paths. #528
 - Add Base config #503
 - Add blockNumberSubgraph for Base #511
 - Add example for retrieving volume on Avalanche #506
 - Add Avax connecting tokens. #510
 - Adding config for avalanche hardhat node; #513
 - Add FX custom swap fees to multicall onChainData fetch #499
 - Gyro APRs - Add different treatment for Gyro pools protocol swap fee percentage #512
 - Converting multicall hex format to boolean #520
 - Add buildRecoveryExit to pools so it can be refreshed. #519
 - Expose toInternal on buildRecovery. #522
 - Using gaugeControllerCheckpointer for mainnet network; #517
 - Updates to handle Incident #524
 - Add .vscode to gitignore #504
 
Fixes 🐛
v1.1.3
New release (#501 )
Updates 🏗️
- Updated multicall to ignore Managed pools #478
 - Remove tenderly default config #475
 - Add logger to suppress production logs #481
 - Enforce join and exit swap to happen only with weighted pools #483
 - Query Improvements - Making the build queries interface easier to use #473
 - Remove CS pool version check from join concern #489
 - Update Sepolia subgraph and multicall #482
 - adding config to hardhat nodes with zkevm network; #486
 - adding subgraph urls on optimism #497
 - Update BAL Address on Avalanche #484
 - Add Avalanche gauge SG and APR example. #498
 - Sor updateded to 4.1.1-beta.13 #490
 
Fixes 🐛
v1.1.2
v1.1.1
New release (#464 )
Updates 🏗️
- Composable Stable Pool Factory - Update to V4 #428
 - Updating Linear Pool to V4 #430
 - Cross-chain gauges support #426
 - Move coingecko settings from token prices file to config #439
 - Swaps with join/exit refactor #407
 - Add bptPrice calculation to liquidity service #452
 - Improve generalisedJoin input checking and example #454
 - Generalised Join With Native Asset #446
 - GeneralisedExit/Join - Error handler for static simulations #459
 - Examples refactor #449
 - Adding relayer authorisation to migrations #443
 - Add Avalanche Support #461
 - Reorganizing multicall add's with switch case instead of if #457
 - Add wstEth as connecting token for SOR on Gnosis #466
 
Fixes 🐛
v1.1.0
New release (#440)
Updates 🏗️
- Add exit by unwrapping tokens to Generalised Exit #412, #433
- AKA 
Whale Exits - Selectively unwraps where necessary
 
 - AKA 
 - GyroE V2 Support #419, #420
- Update SOR to 4.1.1-beta.9 (Adds GyroE V2 support)
 - Update onchain call to get token rates for GyroE V2 pools
 - Liquidity for GyroE, Gyro2 and Gyro3
 
 - Add Sepolia Network #431
 - Add zkEVM support #434
 - Add support to join/exit ComposableStable V4 Pools #435
 
Fixes 🐛
v1.0.5
New release (#418)
Updates 🏗️
- Remove zaps #400
 - Add toInternalBalance as input on exit concern methods #410
 - Add config for tests on arbitrum #409
 - Update remaining contracts to Typechain #405
 - FX Pool - Calculate Liquidity #403
 - Add proportional exit to exitGeneralised #402
 - Linear pools - Remove BPT amount from buildRecoveryExit output #413
 - Add ispaused to pools. #417
 
Fixes 🐛
v1.0.4
v1.0.3
New release (#406)
Updates 🏗️
- Weighted Pool Creation - Updating to V4 #399
 - Linear Pool Creation #382
 - Composable Stable init join #369
 - Updated to RelayerV5 (generalisedJoin/Exits too) #401
 - Fantom Network Config added #392
 - Legacy code removal #394
 - Add PI concerns to joins/exits #389
 - Yield sources replaced with proxy #386
 - Emergency exits added