aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/schemas/order_schema.ts
Commit message (Collapse)AuthorAgeFilesLines
* Make naming of schemas consistentLeonid Logvinov2018-02-091-9/+0
|
* Address feedbackLeonid Logvinov2018-02-081-1/+1
|
* Split Order into signedOrder and metadataLeonid Logvinov2018-02-081-34/+3
|
* Introduce makerToken and takerToken fields for unsigned token metadataLeonid Logvinov2018-02-071-2/+10
|
* Move .taker.amount to .takerTokenAmount and .maker.amount to .makerTokenAmountLeonid Logvinov2018-02-071-0/+4
|
* Move .taker.feeAmount to .takerFee and .maker.feeAmount to .makerFeeLeonid Logvinov2018-02-071-0/+4
|
* 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-031-18/+9
|
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+24
sub-packages, use new subscribeAsync 0x.js method