Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 0xProject/0x-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.2
Choose a base ref
...
head repository: 0xProject/0x-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.0
Choose a head ref
  • 3 commits
  • 28 files changed
  • 6 contributors

Commits on Jul 14, 2020

  1. feat: Updates BZRX token address to new BZRX token (#279)

    * UPDATES BZRX token address to new BZRX token
    
    * Update src/token_metadatas_for_networks.ts
    
    Co-authored-by: Jacob Evans <jacob@dekz.net>
    johnrjj and dekz authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    8032d96 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. 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>
    4 people authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    3415d63 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. chore(release): 1.11.0 [skip ci]

    # [1.11.0](v1.10.2...v1.11.0) (2020-07-20)
    
    ### Features
    
    * support ExchangeProxy for swap quotes (Swap V1) ([#262](#262)) ([3415d63](3415d63)), closes [#268](#268) [#269](#269) [#282](#282)
    * Updates BZRX token address to new BZRX token ([#279](#279)) ([8032d96](8032d96))
    semantic-release-bot committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    861d2b5 View commit details
    Browse the repository at this point in the history
Loading