Commit Graph

16987 Commits

Author SHA1 Message Date
Megan
32b0743517 feat/add MeshSwap on Polygon [TKR-374] (#491)
* Added MeshSwap on Polygon

* Updated changelog
2022-06-15 11:18:23 -04:00
Noah Khamliche
9d51c0f7ce Added BancorV3 to fqt, and added support in asset-swapper 2022-06-15 11:18:23 -04:00
Noah Khamliche
830a6474c1 updated contract-addresses with new ethereum fqt 2022-06-15 11:18:23 -04:00
Noah Khamliche
5d8e1da37c add weth/eth wrap/unwrap support for bancorv3 2022-06-15 11:18:23 -04:00
Megan
34acdd64fc feat/add MeshSwap on Polygon [TKR-374] (#491)
* Added MeshSwap on Polygon

* Updated changelog
2022-06-15 11:18:23 -04:00
Noah Khamliche
e90ffcf1d7 fix versioning issue on protocol-utils 2022-06-15 11:18:23 -04:00
Noah Khamliche
6f7ef9c54f final changes 2022-06-15 11:18:23 -04:00
Noah Khamliche
1c51f5962b nitpicks 2022-06-15 11:18:23 -04:00
Noah Khamliche
a942e03e94 added changelog entries 2022-06-15 11:18:23 -04:00
Noah Khamliche
cc387ae176 fixed bancor sell quotes 2022-06-15 11:18:21 -04:00
Noah Khamliche
8bfb58eba9 added weth/eth support to sampler 2022-06-15 11:17:25 -04:00
Noah Khamliche
1f76e3c949 add weth/eth wrap/unwrap support for bancorv3 2022-06-15 11:17:23 -04:00
Noah Khamliche
7af372f56b added bancor mixin/sampler and started linking up with asset-swapper 2022-06-15 11:17:07 -04:00
Megan
2a2bb53d9c feat/add MeshSwap on Polygon [TKR-374] (#491)
* Added MeshSwap on Polygon

* Updated changelog
2022-06-15 11:16:41 -04:00
Kyu
0f2078e70f Delete packages/migrations (#488)
* Delete packages/migrations

* Remove 0x/migrations from asset-swapper dev dependency

* Remove 0x/migrations references
2022-06-15 11:16:41 -04:00
Kyu
d3396fff3c Add stETH wrap/unwrap support [TKR-377] (#476)
* Update MixinLido to support stETH wrapping/unwrapping

* Update LidoSampler and asset-swapper

* Re-use token address constants in LIDO_INFO_BY_CHAIN

* Update CHANGELOG.json

* Add stETH <-> wstETH to TokenAdjacencyGraph

* Change lido gas schedule code style

* Move allowance approval inside the wrap branch

* Refactor LidoSampler to reduce its bytecode size
2022-06-15 11:16:39 -04:00
mzhu25
68bc3979dd Split up BridgeAdapter by chain [TKR-402] (#487)
* Split up BridgeAdapter by chain

* Fix BridgeProtocols enum

* Add isSupportedSource to bridge adapter contracts

* Add bridge adapter tests

* Fix FQT test
2022-06-15 11:16:21 -04:00
Kyu
7b98c436a5 Offboard/clean up Oasis, CoFix, and legacy Kyber [TKR-405] (#482)
* Remove Oasis

* Remove CoFix code

* Remove MixinKyber

* Remove Kyber from asset-swapper

* Delete unused imports, interface, and etc.

* Fix the test failure issue when it's run with neon-router

* Update CHANGELOG.json
2022-06-15 11:16:19 -04:00
Github Actions
9bda78c57b Publish
- @0x/asset-swapper@16.60.1
2022-06-15 11:15:20 -04:00
Github Actions
6c0d1d8a37 Updated CHANGELOGS & MD docs 2022-06-15 11:12:35 -04:00
Jacob Evans
777f83c702 fix: BalancerV2 sor alias (#481)
* Install both Balancer sor and rename early version to v1

* yarn.lock

* CHANGELOG
2022-06-15 11:12:30 -04:00
Github Actions
01f4e0eb48 Publish
- @0x/contracts-erc20@3.3.30
 - @0x/contracts-test-utils@5.4.21
 - @0x/contracts-treasury@1.4.13
 - @0x/contracts-utils@4.8.11
 - @0x/contracts-zero-ex@0.33.0
 - @0x/asset-swapper@16.60.0
 - @0x/contract-addresses@6.14.0
 - @0x/contract-wrappers@13.20.2
 - @0x/migrations@8.1.19
 - @0x/protocol-utils@11.13.0
2022-06-15 11:10:48 -04:00
Github Actions
95454fdaff Updated CHANGELOGS & MD docs 2022-06-15 11:10:48 -04:00
Kyu
a47e7ee105 Increase KyberDMM base gas [TKR-317] (#479)
* Increase KyberDMM base gas

* Update CHANGELOG.json
2022-06-15 11:10:48 -04:00
Kyu
330b8e96e5 Add Yoshi Exchange support (Fantom) [TKR-270] (#473)
* Resolve conflicts

* Update CHANGELOG.json
2022-06-15 11:10:48 -04:00
Noah Khamliche
0a529e7f96 prettier and lint everything 2022-06-15 11:10:48 -04:00
Noah Khamliche
294a4d2d71 removed extraneous comments in sampler 2022-06-15 11:10:48 -04:00
Noah Khamliche
160d6a0ff2 comments and nits 2022-06-15 11:10:48 -04:00
Noah Khamliche
3a005254dd added address ref from AVALANCHE_TOKENS for mim instead of raw address 2022-06-15 11:10:48 -04:00
Noah Khamliche
014acef6f6 final deployments and updates for bridge adapter and fqt on avax/bsc 2022-06-15 11:10:48 -04:00
Noah Khamliche
52ca453a63 added changelog entries 2022-06-15 11:10:48 -04:00
Noah Khamliche
e3d90fb7f1 rebased dev and merged 2022-06-15 11:10:47 -04:00
Ido Kleinman
c04a326c30 Add BiSwap (as UniV2 clone) on BSC (#471)
* Add BiSwap (as UniV2 clone) on BSC

* changelog PR number

* add BSW

* remove BiSwap from transformer_utils

* Do not initialize BalancerV2SwapInfoCache on unsupported chains [TKR-365] (#472)

* Do not initialize BalancerV2SwapInfoCache on unsupported chains
* Update CHANGELOG.json

* Updated CHANGELOGS & MD docs

* Publish

 - @0x/asset-swapper@16.57.3

* chore: Decomission SnowSwap [TKR-356] (#468)

* Decomission SnowSwap

* SnowSwap doesn't have much liquidity anymore (the largest pool has ~$50k)

* Update CHANGELOG.json

* Update CHANGELOG.json

* chore: Offboard Swerve Finance and LinkSwap [TKR-356] (#469)

* Offboard swerve

* Update CHANGELOG.json

* Offboard LinkSwap

* Remove unused import

* Fix CHANGELOG.json

* chore: Offboard Eth2Dai [TKR-356] (#470)

* Offboard Eth2Dai

* Update CHANGELOG.json

* feat: add IRfqClient (#467)

* add message to changelog for #467 (#474)

* Update saddle mainnet pools (#450)

* Add saddle v2 pools

* remove outdated pools

* add two saddle meta pools

* forgot changelog

* remove saddle metapools

* changelog update

* Fix a lint issue (#475)

* Updated CHANGELOGS & MD docs

* Publish

 - @0x/asset-swapper@16.59.0

* Add BiSwap (as UniV2 clone) on BSC

* rebase new changes for balv2, up changelog, quotes working

* remove Biswap from transformer_utils once again

Co-authored-by: Kyu <kyuhyun217@gmail.com>
Co-authored-by: Github Actions <github-actions@github.com>
Co-authored-by: phil-ociraptor <phil@0x.org>
Co-authored-by: Cece Z <me@cecez.xyz>
Co-authored-by: Noah Khamliche <noah@0xproject.com>
2022-06-15 11:09:01 -04:00
Github Actions
19aebbdf02 Publish
- @0x/asset-swapper@16.59.0
2022-06-15 11:08:08 -04:00
Github Actions
679f1fd625 Updated CHANGELOGS & MD docs 2022-06-15 11:08:08 -04:00
Kyu
cb81fa322e Fix a lint issue (#475) 2022-06-15 11:08:08 -04:00
Cece Z
85daeaca54 Update saddle mainnet pools (#450)
* Add saddle v2 pools

* remove outdated pools

* add two saddle meta pools

* forgot changelog

* remove saddle metapools

* changelog update
2022-06-15 11:08:06 -04:00
phil-ociraptor
a7c0c761ce add message to changelog for #467 (#474) 2022-06-15 11:06:35 -04:00
phil-ociraptor
300a64947c feat: add IRfqClient (#467) 2022-06-15 11:06:32 -04:00
Kyu
f395be9269 chore: Offboard Eth2Dai [TKR-356] (#470)
* Offboard Eth2Dai

* Update CHANGELOG.json
2022-06-15 11:05:08 -04:00
Kyu
0558203407 chore: Offboard Swerve Finance and LinkSwap [TKR-356] (#469)
* Offboard swerve

* Update CHANGELOG.json

* Offboard LinkSwap

* Remove unused import

* Fix CHANGELOG.json
2022-06-15 11:04:55 -04:00
Kyu
895754750f chore: Decomission SnowSwap [TKR-356] (#468)
* Decomission SnowSwap

* SnowSwap doesn't have much liquidity anymore (the largest pool has ~$50k)

* Update CHANGELOG.json

* Update CHANGELOG.json
2022-06-15 11:04:23 -04:00
Github Actions
f856f449ad Publish
- @0x/asset-swapper@16.57.3
2022-06-15 11:01:18 -04:00
Github Actions
aac291ddcf Updated CHANGELOGS & MD docs 2022-06-15 11:01:18 -04:00
Kyu
87b97ff4b5 Do not initialize BalancerV2SwapInfoCache on unsupported chains [TKR-365] (#472)
* Do not initialize BalancerV2SwapInfoCache on unsupported chains
* Update CHANGELOG.json
2022-06-15 11:01:16 -04:00
Github Actions
a933ea502f Publish
- @0x/asset-swapper@16.57.2
2022-06-15 11:00:42 -04:00
Github Actions
91238d7bfa Updated CHANGELOGS & MD docs 2022-06-15 11:00:42 -04:00
Jorge Pérez
bc6253059e Fix the filter for considered sources on indicative sells for Quote Report (#466) 2022-06-15 11:00:41 -04:00
Kyu
3ef9d50742 Add cvxfxs-fxs curve pool on Ethereum mainnet (#465)
* Add cvxfxs-fxs curve pool on Ethereum mainnet

* Update CHANGELOG.json

* Fix an existing formatting issue

* Adjust gasSchedule and merge the change under 16.57.1
2022-06-15 11:00:21 -04:00
eobbad
498698471f chore/ANY-QUICK on polygon MAG-MIM on avax (#464)
* Added ANY/QUICK pair on Polygon

* Updated changelog.json

* Update CHANGELOG.json
2022-06-15 10:58:29 -04:00