aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/schemas
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-1/+1
|
* Update generate and fill order flowsBrandon Millman2018-08-311-1/+1
|
* Try enabling no-unused-variable...fragosti2018-06-051-1/+0
|
* Make naming of schemas consistentLeonid Logvinov2018-02-093-6/+6
|
* Address feedbackLeonid Logvinov2018-02-086-64/+11
|
* Remove hash from signatureDataLeonid Logvinov2018-02-081-2/+1
|
* Remove networkId from orderJSONLeonid Logvinov2018-02-081-2/+1
|
* Split Order into signedOrder and metadataLeonid Logvinov2018-02-084-34/+51
|
* Introduce makerToken and takerToken fields for unsigned token metadataLeonid Logvinov2018-02-074-15/+11
|
* Move .taker.amount to .takerTokenAmount and .maker.amount to .makerTokenAmountLeonid Logvinov2018-02-072-2/+5
|
* Move .taker.feeAmount to .takerFee and .maker.feeAmount to .makerFeeLeonid Logvinov2018-02-072-2/+5
|
* Rename signature to ecSignatureLeonid Logvinov2018-02-071-2/+2
|
* Rename exchangeContract to exchangeContractAddressLeonid Logvinov2018-02-071-2/+2
|
* Rename expiration to expirationUnixTimestampSecLeonid Logvinov2018-02-071-2/+11
|
* Apply prettier configLeonid Logvinov2018-01-035-35/+26
|
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-7/+7
|
* Fix tslint issuesFabio Berger2017-11-281-3/+3
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-225-0/+76
sub-packages, use new subscribeAsync 0x.js method