aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/test
Commit message (Expand)AuthorAgeFilesLines
* Fixx request payload and expected responsesFabio Berger2019-01-081-6/+8
* Fixx OrderWatcher WS tests so they are completely independent from one anotherFabio Berger2019-01-081-10/+12
* Use enums in pipelineAmir Bandeali2019-01-081-21/+21
* Add tests for MAP in order watcherAmir Bandeali2019-01-082-1/+209
* Move onMessageAsync outside of tests and add commentsFabio Berger2018-12-191-23/+30
* Fix WS tests to remove race-condition and be more specific about the message ...Fabio Berger2018-12-191-23/+34
* Add temporary console.log to test failing on CIFabio Berger2018-12-191-0/+1
* Fix file nameFabio Berger2018-12-171-1/+1
* Consolidate use of isVerbose in orderWatcherConfigFabio Berger2018-12-171-12/+5
* Add isVerbose option to enable/disable loggingFabio Berger2018-12-171-1/+8
* Fix schemas and testsFabio Berger2018-12-171-13/+14
* Improve our compliance to the JSON RPC specFabio Berger2018-12-171-2/+2
* Ensure fileName matches class name, fix broadcastFabio Berger2018-12-161-2/+2
* Respond to CRkao2018-12-151-34/+67
* Respond to CRkao2018-12-151-25/+54
* WIP: OrderWatcher WebSocketkao2018-12-131-0/+226
* chore: change package org from 0xproject to 0xJacob Evans2018-10-184-19/+19
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-1/+1
* Appease linterAlex Browne2018-10-161-0/+5
* Update order-watcher to use new migrations functionsAlex Browne2018-10-164-15/+18
* update order-watcher to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-164-60/+22
* 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
* remove v2 contract artifactsF. Eugene Aumson2018-08-211-1/+1
* Rename OrderAlreadyCancelledOrFilled -> OrderCancelled.Jacob Evans2018-08-161-1/+1
* [Order-utils] Order is valid when maker amount is very smallJacob Evans2018-08-151-11/+9
* Fix a bad mergeLeonid Logvinov2018-07-182-8/+8
* MergeLeonid Logvinov2018-07-182-19/+115
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-183-3/+37
|\
| * Fix tslint issuesLeonid Logvinov2018-07-173-4/+4
* | Migrate order-watcher to v2Leonid Logvinov2018-07-135-315/+238
|/
* Pass actual networkIdFabio Berger2018-07-061-6/+5
* Refactor order-watcher to use Blockstream under-the-hoodFabio Berger2018-07-051-126/+0
* Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-254-4/+0
|\
| * Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-224-4/+0
* | For some reason order-watcher tests were timeing out so I increased the timeo...Fabio Berger2018-06-131-1/+1
|/
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-2/+2
* - Refactor remainingFillableCalculator so it can be used for the maker and ta...Fabio Berger2018-06-081-235/+0
* 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-055-29/+19
* Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMITAmir Bandeali2018-05-311-1/+1
* Migrate migrations to v2Leonid Logvinov2018-05-251-2/+2
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-3/+2
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-233-13/+27
|\
| * Fix TSLint rulesFabio Berger2018-05-163-13/+27
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-175-0/+5
|/
* Fix TSLint issuesFabio Berger2018-05-152-2/+2
* remove unused modulesFabio Berger2018-05-111-18/+0
* Update global_hooksFabio Berger2018-05-111-3/+14
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-1010-0/+1220