Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 608 Bytes

CHANGELOG.md

File metadata and controls

15 lines (9 loc) · 608 Bytes

CHANGELOG

v0.1.1 - March 29, 2019

* Add support for environment variable WHITELIST_ALL_TOKENS.  If set (to any value), the whitelist will be set to '*'.

v0.1.0 - March 27, 2019

* Add the sorting of bids/asks for the GET /v2/orderbook endpoint as stated in the SRA v2:
  https://github.com/0xProject/standard-relayer-api/blob/master/http/v2.md#get-v2orderbook

v0.0.2 - February 5, 2019

* Fix bug where orders in DB weren't being added to OrderWatcher on re-start
* Fix bug where order fillability wasn't being checked before being added to OrderWatcher & the database