aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/test/order_watcher_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use enums in pipelineAmir Bandeali2019-01-081-21/+21
|
* Add tests for MAP in order watcherAmir Bandeali2019-01-081-0/+208
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-8/+8
|
* Update order-watcher to use new migrations functionsAlex Browne2018-10-161-2/+2
|
* update order-watcher to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-161-10/+14
|
* Changed getWatchedOrders to getStats and returns Stats objectamaurer2018-10-081-5/+5
|
* Fix lint issuesamaurer2018-10-061-1/+1
|
* Added orderWatchCount to return total count of orders watched.amaurer2018-10-061-0/+17
|
* Add transactionHash to OrderState and emit it from OrderWatcher subscriptionFabio Berger2018-09-251-0/+26
|
* Rename OrderAlreadyCancelledOrFilled -> OrderCancelled.Jacob Evans2018-08-161-1/+1
| | | | Remove try catch of throwing errors in favour of returning the Errors in a OrderValidationResult
* [Order-utils] Order is valid when maker amount is very smallJacob Evans2018-08-151-11/+9
| | | | | | | Previously our min fillable calculation would throw a rounding error when encountering a valid order (with a small maker amount). This was inconsistent with the on-chain logic which allowed this order to be filled.
* Fix a bad mergeLeonid Logvinov2018-07-181-5/+5
|
* MergeLeonid Logvinov2018-07-181-17/+113
|
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-181-2/+2
|\
| * Fix tslint issuesLeonid Logvinov2018-07-171-2/+2
| |
* | Migrate order-watcher to v2Leonid Logvinov2018-07-131-219/+182
|/
* Pass actual networkIdFabio Berger2018-07-061-6/+5
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
|
* Run prettierfragosti2018-06-071-1/+9
|
* Fix linting issuesfragosti2018-06-071-1/+1
|
* Get build and tests to passfragosti2018-06-071-14/+15
|
* Try enabling no-unused-variable...fragosti2018-06-051-23/+16
|
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-231-2/+2
|\ | | | | Add more tslint rules
| * Fix TSLint rulesFabio Berger2018-05-161-2/+2
| |
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
|/
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+574
unifying library with the same interface