Releases: balancer/frontend-v2
1.13.8
🚒 Hotfix (@garethfuller, #708)
Fixes price impact calculation for withdrawals in all non-metastable pools.
1.13.7
🚒 Hotfix (@garethfuller, #708)
Fixes isStEth
conditional used in trade interface. On polygon, stETH in the config is unset and so isStETH
should always return false.
1.13.6
🚒 Hotfix (@garethfuller, #704)
When trade output tokens are being wrapped in the background we need to account for the now wrapped token value in the price impact calculations.
1.13.5
🚒 Hotfix (@evgenyboxer, #700)
Adds a way to switch to pre-1559 transaction type ("Legacy") until Ledger is properly supported.
1.13.4
🚒 Hotfix (@johngrantuk , #697 )
isStETH was throwing an error if empty address strings passed. Now returns false for that case. Should fix issues with V1 trades.
1.13.3
🚒 Hotfix (@garethfuller, #693)
Fix inputs for SOR function, balances should be scaled appropriately.
1.13.2
🚒 Hotfix (@garethfuller, #691)
For the native wrapping transaction, the abi needs to specify that the deposit function is payable.
1.13.1
🚒 Hotfix (@johngrantuk , #690)
Update to SOR with mainnet Lido pool. Will allow static routes for stable <> w/stETH
1.13.0
Weekly release
🐞 Bug fixes
- Update SOR to version with working Kovan staBAL pool. (@johngrantuk, #677)
- Don't inject tokens on networks where they don't exist. (@garethfuller, #683)
- Make priceRate conditional on network. (@garethfuller, #684)
- Fix wstEth price injection. (@garethfuller, #685)
🤩 New features
- Add useRelayerApproval composable. (@TomAFrench, #659)
- Add support for EIP1559. (@evgenyboxer, #660)
- Add Gnosis Safe connector. (@TomAFrench, #588)
- Batch relayer support for stETH. (@evgenyboxer, @TomAFrench, #647)
- Show prices for wstETH. (@TomAFrench, #678)
🧼 Refactor / cleanup
- Use enum over string for swapType selection. (@garethfuller, #651)
🏗️ General improvements
- Unit test suite init. (@garethfuller, #630)
Other
- Allowlist Lido metastable pool (@TomAFrench, #679)