Releases: SwaprHQ/swapr-sdk
Releases · SwaprHQ/swapr-sdk
v1.12.0
v1.11.4
What's Changed
- release: v1.11.3 by @berteotti in #348
- [SWA-146][FEAT] - Add Openocean support by @ElRodrigote in #342
- release: 1.11.4 by @ElRodrigote in #349
Full Changelog: v1.11.3...v1.11.4
v1.11.1
New
Updated Gnosis (XDAI) RPC to https://publicnode.com/
What's Changed
- release: v1.9.4 by @berteotti in #325
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- [SWA-129][FEAT] - Add scroll chain support by @ElRodrigote in #338
Full Changelog: v1.10.5...v1.11.0
v1.7.0-beta.0
New
- Added support for BNB chain including SushiSwap and PancakeSwap.
v1.5.1
v1.5.0
What's New 🎉
- update zeroX trade for slippage and price impact by @mwiniarsk in #128
New Contributors
- @mwiniarsk made their first contribution in #128
Full Changelog: v1.4.4...v1.5.0
v1.4.4
What's Changed
- feature: improve function signatures and types by @adamazad in #79
- feature: add support for native xDAI in Curve by @adamazad in #80
- feature: upgrade ESLint rules and packages by @adamazad in #83
- feature: add Uniswap V3 support class by @adamazad in #85
- fix: default Polygon RPC by @adamazad in #87
- Fix gnosis protocol ExactIn and ExactOut by @jorgedclopes in #88
- fix: improve
UniswapV2RoutablePlatform.supportsChain
implementation by @adamazad in #89 - feature: compute Uniswap v2 common pairs from The Graph by @adamazad in #91
- fix: Uniswap
executionPrice
property by @adamazad in #94 - bugfix:
getAllCommonUniswapV2Pairs
does not return pairs for standard Uniswap V2 platforms by @adamazad in #96 - feature: improve
RoutablePlatform
and derivative classes by @adamazad in #97 - bugfix: Uniswap Matic support on Polygon by @adamazad in #99
- bugfix: Pair class bug with default parameters by @adamazad in #101
- Add GNO to Token class. by @jorgedclopes in #93
- chore(deps): bump undici from 5.4.0 to 5.5.1 by @dependabot in #102
- chore(deps): bump actions/setup-node from 2 to 3 by @dependabot in #103
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.27.1 to 5.29.0 by @dependabot in #105
- chore(deps-dev): bump @graphql-codegen/typescript-graphql-request from 4.4.9 to 4.4.10 by @dependabot in #112
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #104
- chore(deps-dev): bump @graphql-codegen/typescript from 2.4.11 to 2.5.1 by @dependabot in #110
- chore(deps-dev): bump @graphql-codegen/typescript-operations from 2.4.1 to 2.4.2 by @dependabot in #113
- chore(deps): bump @ethersproject/networks from 5.6.3 to 5.6.4 by @dependabot in #108
- chore(deps): bump @ethersproject/abi from 5.6.3 to 5.6.4 by @dependabot in #114
- Fix GnosisProtocol currency by @jorgedclopes in #120
- chore(deps-dev): bump eslint-plugin-react from 7.30.0 to 7.30.1 by @dependabot in #117
- chore(deps-dev): bump @uniswap/v3-sdk from 3.8.2 to 3.8.3 by @dependabot in #109
- chore(deps-dev): bump @typescript-eslint/parser from 5.27.1 to 5.30.0 by @dependabot in #121
- chore(deps-dev): bump eslint from 8.17.0 to 8.18.0 by @dependabot in #111
- chore(deps-dev): bump typescript from 4.7.3 to 4.7.4 by @dependabot in #119
- feature: add COW app data by @adamazad in #130
Full Changelog: v1.1.0...v1.4.4
v1.4.3-beta.0
Fixes
GnosisProtocolTrade.bestExactOut
returned wrongoutputAmount
What's Changed
- Add GNO to Token class. by @jorgedclopes in #93
- chore(deps): bump undici from 5.4.0 to 5.5.1 by @dependabot in #102
- chore(deps): bump actions/setup-node from 2 to 3 by @dependabot in #103
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.27.1 to 5.29.0 by @dependabot in #105
- chore(deps-dev): bump @graphql-codegen/typescript-graphql-request from 4.4.9 to 4.4.10 by @dependabot in #112
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #104
- chore(deps-dev): bump @graphql-codegen/typescript from 2.4.11 to 2.5.1 by @dependabot in #110
- chore(deps-dev): bump @graphql-codegen/typescript-operations from 2.4.1 to 2.4.2 by @dependabot in #113
- chore(deps): bump @ethersproject/networks from 5.6.3 to 5.6.4 by @dependabot in #108
- chore(deps): bump @ethersproject/abi from 5.6.3 to 5.6.4 by @dependabot in #114
- Fix GnosisProtocol currency by @jorgedclopes in #120
- chore(deps-dev): bump eslint-plugin-react from 7.30.0 to 7.30.1 by @dependabot in #117
- chore(deps-dev): bump @uniswap/v3-sdk from 3.8.2 to 3.8.3 by @dependabot in #109
- chore(deps-dev): bump @typescript-eslint/parser from 5.27.1 to 5.30.0 by @dependabot in #121
- chore(deps-dev): bump eslint from 8.17.0 to 8.18.0 by @dependabot in #111
- chore(deps-dev): bump typescript from 4.7.3 to 4.7.4 by @dependabot in #119
Full Changelog: v1.4.2-beta.0...v1.4.3-beta.0
v1.4.2-beta.0
Fixes
- fixed
getAllCommonUniswapV2Pairs
for non-Swapr platforms.
What's Changed
- bugfix:
getAllCommonUniswapV2Pairs
does not return pairs for standard Uniswap V2 platforms by @adamazad in #96 - feature: improve
RoutablePlatform
and derivative classes by @adamazad in #97 - bugfix: Uniswap Matic support on Polygon by @adamazad in #99
- bugfix: Pair class bug with default parameters by @adamazad in #101
Full Changelog: v1.4.0-beta.2...v1.4.2-beta.0