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.11.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.12.0
Choose a head ref
  • 9 commits
  • 26 files changed
  • 4 contributors

Commits on Jul 21, 2020

  1. feat: Update protocol fee to 70k. Yield to event loop in path optimiz…

    …er (#285)
    
    * fix: yield to event loop
    
    * disable Balancer
    
    * fix: Balancer promist, native skip when excluded
    
    * fix: rfqt logging
    
    * chore: update protocol fee multiplier
    
    * fix: update to latest AS with 70k protocol fee
    dekz authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a996c7b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

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

Commits on Jul 24, 2020

  1. feat: Curve BTC Bridge (#294)

    * feat: Curve BTC Bridge
    
    * update curve gas estimates
    dekz authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    82f9276 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Update drone configuration

    opaolini authored Jul 26, 2020
    Configuration menu
    Copy the full SHA
    1ed4e48 View commit details
    Browse the repository at this point in the history
  2. Update drone credentials

    Remove keys
    opaolini authored Jul 26, 2020
    Configuration menu
    Copy the full SHA
    456b4fd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. feat: Graceful Shutdowns (#280)

    * init graceful shutdowns
    
    * fix test utils regex
    
    * handle async close
    
    * add healtcheck port configuration, and statuscode to response
    
    * move server listening info, add SIGQUIT
    
    * Update src/config.ts
    
    Co-authored-by: Jacob Evans <jacob@dekz.net>
    
    * reorder on close callback
    
    Co-authored-by: Jacob Evans <jacob@dekz.net>
    opaolini and dekz authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    5736c74 View commit details
    Browse the repository at this point in the history
  2. feat: Depth Chart API endpoint (#290)

    * feat: Depth Chart API endpoint
    
    * added tests
    
    * fix excessive accumulation when multiple prices land in the same bucket
    
    * Update to latest asset-swapper
    
    * refactor and accumulate sources over buckets
    dekz authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    540f92e View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.12.0 [skip ci]

    # [1.12.0](v1.11.0...v1.12.0) (2020-07-27)
    
    ### Bug Fixes
    
    * synchronization false unless tests ([#292](#292)) ([e050a22](e050a22))
    
    ### Features
    
    * Curve BTC Bridge ([#294](#294)) ([82f9276](82f9276))
    * Depth Chart API endpoint ([#290](#290)) ([540f92e](540f92e))
    * Graceful Shutdowns ([#280](#280)) ([5736c74](5736c74))
    * Update protocol fee to 70k. Yield to event loop in path optimizer ([#285](#285)) ([a996c7b](a996c7b))
    semantic-release-bot committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    0e44de9 View commit details
    Browse the repository at this point in the history
Loading