aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/order_factory.ts
Commit message (Expand)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-42/+0
* Upgrade bignumber to the version with native typings and remove typingsLeonid Logvinov2017-10-261-6/+6
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-1/+1
* Include only used lodash functionsLeonid Logvinov2017-10-181-1/+1
* Make getOrderHashHex staticLeonid Logvinov2017-07-121-1/+1
* Make zeroEx.getOrderHashHex non-asyncLeonid Logvinov2017-06-301-1/+1
* Allow multiple exchange versions t be functional at the same timeLeonid Logvinov2017-06-271-0/+2
* Revert "Use different lodash import syntax which allows to include only used ...Leonid2017-06-221-4/+3
* Fall back to import x = require() syntaxLeonid Logvinov2017-06-211-2/+2
* Use different lodash import syntax which allows to include only used functionsLeonid Logvinov2017-06-211-3/+4
* Introduce index.ts file which defines public interfaceLeonid Logvinov2017-06-131-2/+1
* Change main file name from 0x.js.ts to 0x.tsLeonid Logvinov2017-06-121-1/+1
* Add initial implementation with success testLeonid Logvinov2017-06-061-3/+1
* Make methods accept senderAccountLeonid Logvinov2017-06-051-1/+1
* Add fill scenario with feesLeonid Logvinov2017-06-021-7/+10
* rename variableFabio Berger2017-06-011-2/+2
* remove unused argFabio Berger2017-06-011-1/+0
* Add missing comma and semi-colonFabio Berger2017-06-011-2/+2
* Stop passing exchangeAddress into getOrderHash and instead get it from the ar...Fabio Berger2017-06-011-3/+1
* move external imports to topFabio Berger2017-06-011-2/+2
* Add timestamp parameter to order factoryLeonid Logvinov2017-06-011-3/+7
* Revert "Add EXPIRED test"Leonid Logvinov2017-06-011-7/+3
* Add EXPIRED testLeonid Logvinov2017-06-011-3/+7
* Add taker parameter to createSignedOrderLeonid Logvinov2017-06-011-1/+2
* Rename order to order_factoryLeonid Logvinov2017-06-011-0/+38