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.8.0
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.9.0
Choose a head ref
  • 10 commits
  • 9 files changed
  • 7 contributors

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    f07b4a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. fix: asset swapper monorepo f14b6f2ba (#257)

    * Pin asset-swapper to latest monorepo `development`
    
    0xProject/0x-monorepo@f14b6f2
    
    * Fix unresolved dependency on @0x/contracts-zero-ex
    
    Apparently the latest monorepo asset-swapper now depends on a new
    @0x/contracts-zero-ex package, which hasn't been published to npmjs.com
    yet, and so was completely unavailable to the build here.
    
    I had to gitpkg @0x/contracts-zero-ex so that it would be available
    here.
    
    * fix: Update contract-wrappers to latest
    
    Co-authored-by: F. Eugene Aumson <feuGeneA@users.noreply.github.com>
    dekz and feuGeneA authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    a03630a View commit details
    Browse the repository at this point in the history
  2. feat: add signer liveness status gauge (#255)

    * add signer liveness status gauge
    
    * fix lint
    opaolini authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    11446e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    6064f3e View commit details
    Browse the repository at this point in the history
  2. fix: validation gas limit (#260)

    * Revert "fix: Disable quote validation temporarily (#259)"
    
    This reverts commit 6064f3e.
    
    * fix: Provide default gas estimate for validation calls
    dekz authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    f50425c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    8443d22 View commit details
    Browse the repository at this point in the history
  2. feat: support renamed parameters in RFQT maker endpoint (#258)

    * Re-pin asset-swapper to monorepo PR branch
    
    0xProject/0x-monorepo@dde0c76
    
    * Adapt tests to renamed req parms on maker endpoint
    
    * Re-pin asset-swapper to monorepo PR branch
    
    0xProject/0x-monorepo@7162935
    
    * Re-pin asset-swapper to monorepo PR branch
    
    0xProject/0x-monorepo@187dd2f
    
    * Re-pin asset-swapper to monorepo PR branch
    
    0xProject/0x-monorepo@b8cc164
    
    * Re-pin asset-swapper to monorepo `development`
    
    0xProject/0x-monorepo@73c779c
    feuGeneA authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    d83bbb1 View commit details
    Browse the repository at this point in the history
  3. fix: Fix parameters sent off to RFQT providers to be unescaped (#264)

    * Update asset-swapper to one with RFQT fix
    
    * update yarn lock
    
    * toString sellAmount
    
    * update to new ref
    
    * updated packages
    
    Co-authored-by: Daniel Pyrathon <daniel@0x.org>
    Steve Klebanoff and Daniel Pyrathon authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    939cae1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Configuration menu
    Copy the full SHA
    864ea92 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

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

    # [1.9.0](v1.8.0...v1.9.0) (2020-06-22)
    
    ### Bug Fixes
    
    * asset swapper monorepo f14b6f2ba ([#257](#257)) ([a03630a](a03630a))
    * Disable quote validation temporarily ([#259](#259)) ([6064f3e](6064f3e))
    * filter tokens in prices which do not exist on the network ([#265](#265)) ([864ea92](864ea92))
    * Fix parameters sent off to RFQT providers to be unescaped ([#264](#264)) ([939cae1](939cae1))
    * validation gas limit ([#260](#260)) ([f50425c](f50425c)), closes [#259](#259)
    * WETH wrap gas estimate ([#256](#256)) ([f07b4a8](f07b4a8))
    
    ### Features
    
    * add signer liveness status gauge ([#255](#255)) ([11446e7](11446e7))
    * support renamed parameters in RFQT maker endpoint ([#258](#258)) ([d83bbb1](d83bbb1))
    semantic-release-bot committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    018afc5 View commit details
    Browse the repository at this point in the history
Loading