You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support ExchangeProxy for swap quotes (Swap V1) (#262)
* add support for exchange proxy in Swap V1
* skip failing test
* add logging
* fix v0/v1 logic after review
* fix: remove undefined extension opts (#268)
* fix: remove undefined extension opts
* github workflow
* fix: revert package version change (#269)
* update published packages
* add labels to test
* check ETH buys AND sells
* fix: Upgrade to @0x/utils 5.5.0
* fix: change validation test to WETH
* fix: Bump ganache snapshot version
* fix: gitpkg contract-addresses
* fix: update rfqt test swap path
* cleanup
* fix tests
* add log line
* chore: Clean up and handle Insufficient ETH funds
* fix: revert back to actions/cache@v1
* fix: increase wait timeouts for mesh
* fix: move rfqt v0 tests to rfqt test runner
* fix: to is exchangeproxy
* fix: takerAddress is flashwallet in rfqt tests
* fix: rfqt v1 allowance tests
* fix: custom mock order for EP
* add allowanceTarget to swap/price response
* fix log line
* fix: add allowanceTarget field to /meta_transaction/v0/quote and /meta_transaction/v0/price
* rebase off master
* Combine rfqt tests
* versioned gas schedules
* chore: update to latest contract addresses
* Adjust value fields in v1
* cache certain values for a time (decimals, GST balance, flash wallet address)
* Add Balancer as a source and make changes to reflect updates ERC20BridgeSource and gas/fee schedules
* update asset-swapper with balancer changes
* try adding @balancer-labs/sor as direct dep
* Use faster AssetSwapper version 🤞
* Use new AssetSwapper gitpkg
* Try bumping down runLimit to 2 ** 13
* Update to latest packages
* for ganache do not override as its unsupported
* use flash wallet address in contract-addresses
* chore: upgrade to typescript 3.9.6 (#282)
Co-authored-by: Jacob Evans <jacob@dekz.net>
Co-authored-by: Brandon Millman <brandon.millman@gmail.com>
Co-authored-by: Michael Zhu <mchl.zhu.96@gmail.com>
0 commit comments