Github Actions
5ef78cc3d0
Publish
...
- @0x/asset-swapper@16.45 .1
2022-02-08 17:41:48 -05:00
Github Actions
3ed639e828
Updated CHANGELOGS & MD docs
2022-02-08 17:41:48 -05:00
Jacob Evans
23227ebc5b
chore: Celo Update certain tokens since Optics v2 ( #390 )
...
* chore: Celo Update certain tokens since Optics v2
* Changelog
2022-02-08 17:41:45 -05:00
Oskar Paolini
cda2fc8daa
fixes axios object dumping in logs ( #345 )
2022-02-08 17:41:04 -05:00
Github Actions
b3152bcdd4
Publish
...
- @0x/asset-swapper@16.45 .0
2022-02-08 17:41:04 -05:00
Github Actions
464fdab147
Updated CHANGELOGS & MD docs
2022-02-08 17:41:04 -05:00
Jacob Evans
0fbe7e355e
feat: Capture Routing timing metrics ( #388 )
2022-02-08 17:41:04 -05:00
Github Actions
9229f10675
Publish
...
- @0x/asset-swapper@16.44 .0
2022-02-08 17:41:03 -05:00
Github Actions
8fa6184ca3
Updated CHANGELOGS & MD docs
2022-02-08 17:41:03 -05:00
Kim Persson
0e85a100d4
feat: Udate neon-router and use router estimated output amount ( #354 )
...
* feat: use Rust router estimated output amount when possible
* fix: use strings for sample ids, and increase samples in the rust router
* fix: remove unnecessary interpolation of out of range values
* fix: don't recalculate sampled dist sum in a loop
* fix: use 14 samples for rust router to work around interpolation issues
* fix: unintentional logic change
* fix: remove local dev plotting param from route fn call
* feat: make neon-router number of samples configurable
* chore: bump to newly published neon-router version
* fix: handle insufficient liquidity at all requested sources
* chore: update asset-swapper changelog
2022-02-08 17:41:03 -05:00
Github Actions
702fe8e693
Publish
...
- @0x/contracts-erc20@3.3.25
- @0x/contracts-test-utils@5.4.16
- @0x/contracts-treasury@1.4.8
- @0x/contracts-utils@4.8.6
- @0x/contracts-zero-ex@0.30 .1
- @0x/asset-swapper@16.43 .0
- @0x/contract-addresses@6.11 .0
- @0x/contract-wrappers@13.18 .5
- @0x/migrations@8.1.14
- @0x/protocol-utils@1.10 .1
2022-02-08 17:41:03 -05:00
Github Actions
a0228e2890
Updated CHANGELOGS & MD docs
2022-02-08 17:41:03 -05:00
Shawn
b94d2bc74a
feat/optimism [TKR-280] ( #385 )
...
* rebase and remove WIP Clipper new weth router test
* remove clipper test
* restore from clipper test
* add uniswapV3 on optimism
* modify token addresses and add EP-related addresses on optimism
* prettier
* modify CHANGLOG.json
* convert addresses to lowercase
* remove testnet addresses
Co-authored-by: Romain Butteaud <romain.butteaud@gmail.com >
2022-02-08 17:41:00 -05:00
Github Actions
26298a8c68
Publish
...
- @0x/asset-swapper@16.42 .0
2022-02-08 17:38:46 -05:00
Github Actions
a5b12c1da8
Updated CHANGELOGS & MD docs
2022-02-08 17:38:46 -05:00
Jacob Evans
2f4e1b0ca3
fix: Beethovenx graphql endpoint ( #383 )
2022-02-08 17:38:46 -05:00
Jacob Evans
5af9386dd4
fix: PR number in CHANGELOG
2022-02-08 17:38:46 -05:00
Jacob Evans
2c5e8d315a
feat: UniswapV3 on Polygon ( #382 )
2022-02-08 17:38:28 -05:00
Github Actions
9a884e4f1d
Publish
...
- @0x/asset-swapper@16.41 .0
2022-02-08 17:38:21 -05:00
Github Actions
f4745ca8a2
Updated CHANGELOGS & MD docs
2022-02-08 17:38:21 -05:00
Noah Khamliche
1fca663c97
Sushi router celo fix ( #376 )
...
* Updated Sushiswap router on CELO
Sushi address in the docs was incorrect, this is the correct address `0x1421bDe4B10e8dd459b3BCb598810B1337D56842`.
* address to lowercase
* Update CHANGELOG.json
* fixed sushi router address, replaced celo ref with wcelo, fixed mcusd address
* celo->wcelo
* Update packages/asset-swapper/CHANGELOG.json
Co-authored-by: Jacob Evans <jacob@dekz.net >
* changelog
* version bump
Co-authored-by: Jacob Evans <jacob@dekz.net >
2022-02-08 17:38:18 -05:00
Github Actions
5dbad1f247
Publish
...
- @0x/contracts-erc20@3.3.24
- @0x/contracts-test-utils@5.4.15
- @0x/contracts-treasury@1.4.7
- @0x/contracts-utils@4.8.5
- @0x/contracts-zero-ex@0.30 .0
- @0x/asset-swapper@16.40 .0
- @0x/contract-addresses@6.10 .0
- @0x/contract-wrappers@13.18 .4
- @0x/migrations@8.1.13
- @0x/protocol-utils@1.10 .0
2022-02-08 17:37:47 -05:00
Github Actions
83a3993f19
Updated CHANGELOGS & MD docs
2022-02-08 17:37:46 -05:00
Kim Persson
52f035c4e6
feat: deploy interest tokens ( #321 )
...
* feat: Aave aToken deposit/withdrawal [TKR-111] (#293 )
* feat: AaveV2 deposit/withdrawal integration WIP
* feat: add basic Aave Reserves cache with data from subgraphs WIP
* feat: hook up Aave Reserves integration
* fix: set allowance before trade & use ERC20 token interface
* refactor: pass aToken to mixin to avoid lookup
* fix: migrate from swap/revert to normal sampling
* fix: Aave gas estimate & refactor to clean up code
* feat: Create a sampler no operation type and make AaveV2Sampler a no-op
* fix: Clipper merge conflict resolution issues
* fix: don't fetch unnecessary Aave pool data & clean up code
* chore: Add changelog entries
* feat: cToken deposit/withdrawal [TKR-222] (#294 )
* feat: first stab at a CompoundSampler implementation
* feat: MixinCompound implementation WIP
* feat: Compound integration with cache WIP
* fix: decimals scaling in CompoundSampler
* feat: handle minting and redeeming of cETH
* fix: adjust Compound gas schedule
* refactor: clean up code and add comments in cToken cache
* fix: MixinCompound check allowance on WETH withdrawal & fix indentation
* fix: address review comments and clean up code
* chore: add changelog entries
* feat: enable AaveV2 on Avalanche
* chore: add freshly deployed FQT on Polygon, Avalanche
* fix: temporarily disable on Ethereum mainnet until we redeploy EP
* fix: address PR comments and update changelogs
* fix: correct contract-addresses changelog note
2022-02-08 17:37:46 -05:00
Jacob Evans
789f16bf5b
chore: Curve added ETH/CRV pool ( #378 )
2022-02-08 17:37:46 -05:00
Jacob Evans
e844bb8e38
Revert "chore: Curve added ETH/CRV pool"
...
This reverts commit 90b441330b .
2022-02-08 17:37:46 -05:00
Jacob Evans
9baaf2c43f
chore: Curve added ETH/CRV pool
2022-02-08 17:37:46 -05:00
Github Actions
8138f4d2dd
Publish
...
- @0x/asset-swapper@16.38 .0
2022-02-08 17:37:46 -05:00
Github Actions
59dde95034
Updated CHANGELOGS & MD docs
2022-02-08 17:37:46 -05:00
Jacob Evans
5d7368fb17
chore: Add ability to capture sampler metrics ( #374 )
...
* chore: Add ability to capture sampler metrics
* Added block number metrics
2022-02-08 17:37:46 -05:00
Github Actions
c4ab263aa1
Publish
...
- @0x/asset-swapper@16.37 .0
2022-02-08 17:37:46 -05:00
Github Actions
820f850a19
Updated CHANGELOGS & MD docs
2022-02-08 17:37:45 -05:00
Noah Khamliche
09571c73af
removed comma
2022-02-08 17:37:45 -05:00
Noah Khamliche
e3caedc68a
Update CHANGELOG.json
2022-02-08 17:37:45 -05:00
Noah Khamliche
6a9fe6bf5e
address to lowercase
2022-02-08 17:37:43 -05:00
Noah Khamliche
077c98740b
Updated Sushiswap router on CELO
...
Sushi address in the docs was incorrect, this is the correct address `0x1421bDe4B10e8dd459b3BCb598810B1337D56842`.
2022-02-08 17:37:09 -05:00
Github Actions
3752f86115
Publish
...
- @0x/asset-swapper@16.36 .0
2022-02-08 17:36:23 -05:00
Github Actions
f654d8a612
Updated CHANGELOGS & MD docs
2022-02-08 17:36:23 -05:00
Jacob Evans
3b463c12d7
feat: Specify FEI/TRIBE liquid pool ( #371 )
...
* feat: Specify FEI/TRIBE liquid pool
* CHANGELOG
* FXS/FRAX and OHM/FRAX
2022-02-08 17:36:23 -05:00
Github Actions
6995b7ac9a
Publish
...
- @0x/asset-swapper@16.35 .0
2022-02-08 17:36:23 -05:00
Github Actions
e4edd25987
Updated CHANGELOGS & MD docs
2022-02-08 17:36:23 -05:00
Shawn
53dfa6acb3
feat: Add Beethoven X, MorpheusSwap and JetSwap on Fantom ( #370 )
...
* Rebase to development branch
* add support for MorpheusSwap and JetSwap on Fantom
* fix lint
* modify changelog.json for asset-swapper
* fix the comments
* prettier
* Use BalancerV2PoolsCache for BeethovenX
Co-authored-by: Romain Butteaud <romain.butteaud@gmail.com >
2022-02-08 17:36:23 -05:00
Github Actions
b7d2575b8b
Publish
...
- @0x/contracts-erc20@3.3.23
- @0x/contracts-test-utils@5.4.14
- @0x/contracts-treasury@1.4.6
- @0x/contracts-utils@4.8.4
- @0x/contracts-zero-ex@0.29 .5
- @0x/asset-swapper@16.34 .0
- @0x/contract-addresses@6.9.0
- @0x/contract-wrappers@13.18 .3
- @0x/migrations@8.1.12
- @0x/protocol-utils@1.9.5
2022-02-08 17:36:22 -05:00
Github Actions
6855e4dc60
Updated CHANGELOGS & MD docs
2022-02-08 17:36:22 -05:00
Noah Khamliche
70d9b1ffda
removed duplicate celo code
2022-02-08 17:36:22 -05:00
Noah Khamliche
939421a573
upped versions in changelog
2022-02-08 17:36:22 -05:00
Lawrence Forman
1e160e8a1c
fix celo rebase
2022-02-08 17:36:19 -05:00
Github Actions
c1854031c0
Publish
...
- @0x/contracts-zero-ex@0.29 .4
- @0x/asset-swapper@16.33 .0
- @0x/migrations@8.1.11
2022-02-08 17:31:40 -05:00
Github Actions
92d99c859a
Updated CHANGELOGS & MD docs
2022-02-08 17:31:40 -05:00
Jacob Evans
76c331dcbf
feat: Uniswap V3 1bps pools [TKR-263] ( #366 )
...
* feat: Uniswap V3 1bps pools
* Update CHANGELOG
2022-02-08 17:31:39 -05:00