aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into feature/order-watcher/dockerizeFabio Berger2019-01-083-56/+100
|\
| * Use enums in pipelineAmir Bandeali2019-01-081-1/+1
| * Minimize unnecessary type assertionsAmir Bandeali2019-01-082-66/+34
| * Fix linting errorsAmir Bandeali2019-01-081-0/+1
| * Fix transferFrom to work with MAPAmir Bandeali2019-01-081-1/+0
| * Run linterAmir Bandeali2019-01-081-1/+1
| * feat: Add support for MultiAssetProxyAmir Bandeali2019-01-082-55/+131
* | Create server entry point and Dockerfile for OrderWatcherFabio Berger2019-01-081-0/+44
|/
* Remove unused fileFabio Berger2018-12-191-2/+0
* Fix file nameFabio Berger2018-12-172-1/+1
* Consolidate use of isVerbose in orderWatcherConfigFabio Berger2018-12-171-7/+9
* Add isVerbose option to enable/disable loggingFabio Berger2018-12-171-5/+15
* Fix schemas and testsFabio Berger2018-12-172-13/+15
* Move OrderWatcher Websocket schemas to json-schemas and convert to JSON so th...Fabio Berger2018-12-172-64/+3
* Improve our compliance to the JSON RPC specFabio Berger2018-12-173-22/+26
* remove unused instance variableFabio Berger2018-12-161-2/+0
* Ensure fileName matches class name, fix broadcastFabio Berger2018-12-163-19/+30
* Respond to CRkao2018-12-153-52/+120
* Respond to CRkao2018-12-154-119/+160
* WIP: OrderWatcher WebSocketkao2018-12-132-0/+192
* Add a commentLeonid Logvinov2018-11-141-0/+1
* Fix a bug in an order-watcher order removal when maker token is ZRXLeonid Logvinov2018-11-141-1/+3
* Fix a bug when undefined was been tried to convert to an arrayLeonid Logvinov2018-11-141-1/+1
* chore: change package org from 0xproject to 0xJacob Evans2018-10-189-24/+24
* Fix failing doc generation testsAlex Browne2018-10-161-0/+1
* Introduce new contract-addresses package and use it everywhereAlex Browne2018-10-161-10/+7
* update order-watcher to use new artifacts and abi-gen wrappers packagesAlex Browne2018-10-163-23/+16
* Merge branch 'development' into developmentAndrew Maurer2018-10-131-1/+7
|\
| * Update the exported types for the packages which touch RPC providersJacob Evans2018-10-091-1/+7
* | Exported Stats in OW packageamaurer2018-10-131-0/+1
* | Fixes per converstaion, stats interface to pubamaurer2018-10-121-6/+2
* | Changed getWatchedOrders to getStats and returns Stats objectamaurer2018-10-081-3/+9
* | Fix lint issuesamaurer2018-10-061-1/+0
* | Fixed linting issueamaurer2018-10-061-1/+1
* | Added comments to new getWatchCounts functionamaurer2018-10-061-0/+4
* | Added orderWatchCount to return total count of orders watched.amaurer2018-10-061-0/+3
|/
* Export ExpirationWatcher from OrderWatcherLeonid Logvinov2018-09-271-0/+1
* Add transactionHash to OrderState and emit it from OrderWatcher subscriptionFabio Berger2018-09-251-12/+13
* Fix lint issuesFabio Berger2018-09-251-11/+9
* Decode logs received from blockstreamFabio Berger2018-09-251-4/+5
* Add missing typeFabio Berger2018-09-251-1/+1
* Refactor blockstream integration to use the proper callback method interfaceFabio Berger2018-09-251-11/+29
* Add comments for clarityFabio Berger2018-09-241-0/+1
* Fix bug where if block wasn't found, getBlockAsync would throw. Now it return...Fabio Berger2018-09-241-4/+14
* Import fetchers from contract-wrappersFabio Berger2018-09-041-2/+2
* Move fetchers to contract-wrappersFabio Berger2018-09-042-101/+0
* Fix remaining merge issuesFabio Berger2018-08-221-1/+1
* Fix order-watcher index.tsFabio Berger2018-08-221-3/+9
* Merge developmentFabio Berger2018-08-151-1/+1
|\
| * Fix order-watcher json-schemasfragosti2018-08-101-1/+1
* | Add missing commentsFabio Berger2018-08-041-0/+6
* | Make signature_util into an object literal so related functions are rendered ...Fabio Berger2018-08-031-2/+2
* | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...Fabio Berger2018-07-301-8/+0
|/
* Remove artifacts for gitFabio Berger2018-07-264-3256/+0
* Prettier fixesFabio Berger2018-07-264-3190/+3252
* Replace hard-coded compact_artifacts with migrations artifactsFabio Berger2018-07-2610-375/+3206
* Fix a bad mergeLeonid Logvinov2018-07-183-19/+19
* MergeLeonid Logvinov2018-07-183-8/+18
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-185-26/+12
|\
| * Merge pull request #883 from 0xProject/feature/tslint-improvementsLeonid Logvinov2018-07-184-21/+21
| |\
| | * Fix tslint issuesLeonid Logvinov2018-07-174-21/+21
| * | Fix linterFabio Berger2018-07-171-1/+1
| * | Remove stateLayer OrderWatcher config and instead temporarily hard-code until...Fabio Berger2018-07-173-8/+5
| * | Remove blockRetention configFabio Berger2018-07-173-11/+1
| * | Pass stateLater into getBlockAsync callFabio Berger2018-07-161-1/+1
| * | Fix bug that make all getBlock and getLog requests go to latest blockFabio Berger2018-07-141-6/+2
| * | Expose Blockstreams blockRetention config as an OrderWatcher configFabio Berger2018-07-143-1/+11
| |/
* | Migrate order-watcher to v2Leonid Logvinov2018-07-1311-235/+655
* | Add OrderWatcherPartialConfigSchemaLeonid Logvinov2018-07-131-0/+13
* | Update compact_artifacts in order-watcherLeonid Logvinov2018-07-1310-1740/+258
|/
* Merge pull request #863 from 0xProject/refactor/0x.jsFabio Berger2018-07-121-0/+6
|\
| * Fix linter issuesFabio Berger2018-07-121-0/+6
* | Fix lint for order watcherBrandon Millman2018-07-121-1/+1
* | Add explicit HACK comment when we import assertBrandon Millman2018-07-121-2/+2
|/
* Merge pull request #825 from 0xProject/fix-order-watcherFabio Berger2018-07-063-48/+84
|\
| * Add isVerbose flag and log blockstream recoverable errors rather then bubblin...Fabio Berger2018-07-063-10/+17
| * properly stop blockstream and pass stateLayer into blockstreamFabio Berger2018-07-061-6/+19
| * Don't unsubscribe on Blockstream errorsFabio Berger2018-07-062-6/+1
| * Remove legacy logicFabio Berger2018-07-051-35/+0
| * Refactor order-watcher to use Blockstream under-the-hoodFabio Berger2018-07-051-47/+103
* | Fix testsLeonid Logvinov2018-07-061-3/+0
* | Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-051-0/+3
|\|
| * Specify the lint rule to disableJacob Evans2018-07-041-3/+3
| * compiler and ts lint are confused about ContractEventArgsJacob Evans2018-07-031-8/+23
| * Fix Tslint issuesFabio Berger2018-06-261-24/+9
* | Change event args names after templates changeLeonid Logvinov2018-06-291-16/+16
|/
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-0/+2
* Fix linter issueFabio Berger2018-06-081-1/+0
* Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-073-20/+4
|\
| * Run prettierfragosti2018-06-071-6/+1
| * Get build and tests to passfragosti2018-06-071-2/+3
| * Try enabling no-unused-variable...fragosti2018-06-053-13/+1
* | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-062-5/+2
|/
* Fix TSLint rulesFabio Berger2018-05-162-2/+5
* Fix TSLint issuesFabio Berger2018-05-151-1/+1
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
* Remove unneeded tslint disableFabio Berger2018-05-101-2/+0
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-1017-0/+2543