aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/src/order_watcher
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency packagesHsuan Lee2019-01-196-1234/+0
|
* Upgrade bignumber.js versionLeonid Logvinov2019-01-151-1/+1
|
* Use enums in pipelineAmir Bandeali2019-01-081-1/+1
|
* Minimize unnecessary type assertionsAmir Bandeali2019-01-082-66/+34
|
* 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
|
* Fix file nameFabio Berger2018-12-171-0/+0
|
* 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-171-6/+8
|
* Move OrderWatcher Websocket schemas to json-schemas and convert to JSON so ↵Fabio Berger2018-12-171-3/+3
| | | | that they are language agnostic
* Improve our compliance to the JSON RPC specFabio Berger2018-12-171-17/+19
|
* remove unused instance variableFabio Berger2018-12-161-2/+0
|
* Ensure fileName matches class name, fix broadcastFabio Berger2018-12-161-18/+22
|
* Respond to CRkao2018-12-151-30/+39
|
* Respond to CRkao2018-12-151-110/+99
|
* WIP: OrderWatcher WebSocketkao2018-12-131-0/+184
| | | | | Currently incomplete. Main challenge is to figure out how to test a client + server setup in the single-threaded javascript environment.
* 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-185-14/+14
|
* 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-161-4/+16
|
* 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
|
* 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 ↵Fabio Berger2018-09-241-4/+14
| | | | returns `undefined`
* Import fetchers from contract-wrappersFabio Berger2018-09-041-2/+2
|
* Add missing commentsFabio Berger2018-08-041-0/+6
|
* Replace hard-coded compact_artifacts with migrations artifactsFabio Berger2018-07-261-3/+3
|
* Fix a bad mergeLeonid Logvinov2018-07-182-16/+16
|
* MergeLeonid Logvinov2018-07-182-6/+16
|
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-183-22/+10
|\
| * Merge pull request #883 from 0xProject/feature/tslint-improvementsLeonid Logvinov2018-07-183-20/+20
| |\ | | | | | | New tslint rules
| | * Fix tslint issuesLeonid Logvinov2018-07-173-20/+20
| | |
| * | Remove stateLayer OrderWatcher config and instead temporarily hard-code ↵Fabio Berger2018-07-172-6/+5
| | | | | | | | | | | | until we get pending block to work with Blockstream
| * | Remove blockRetention configFabio Berger2018-07-172-9/+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-142-1/+9
| |/
* / Migrate order-watcher to v2Leonid Logvinov2018-07-135-212/+527
|/
* Fix linter issuesFabio Berger2018-07-121-0/+6
|
* Merge pull request #825 from 0xProject/fix-order-watcherFabio Berger2018-07-062-47/+82
|\ | | | | OrderWatcher Fixes
| * Add isVerbose flag and log blockstream recoverable errors rather then ↵Fabio Berger2018-07-062-9/+15
| | | | | | | | bubbling them up
| * 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-071-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (66 commits) Run prettier Remove unused variable Fix linting issues Change shouldRenderHeader prop to shouldHideHeader Get build and tests to pass typo Apply prettier Update contracts tests after rebase Apply various fixes based on PR feedback Document debug_increaseTime method and fix typo in devnet README Use an enum for ProviderType in contracts/src/utils/web3_wrapper Update contracts package README Update relevant changelogs Remove global gas estimate buffer Add Async suffix to relevant assertions Fix linter errors Update package.json and yarn.lock Update more things to work with both Geth and Ganache Small fixes and cleanup Add additional gas to calls to fillOrderNoThrow ... # Conflicts: # packages/order-watcher/src/order_watcher/order_watcher.ts # packages/react-docs/src/components/type.tsx # packages/website/ts/components/ui/lifecycle_raised_button.tsx # packages/website/ts/components/wallet/wallet.tsx
| * Try enabling no-unused-variable...fragosti2018-06-051-1/+1
| |
* | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-061-2/+2
|/
* Fix TSLint rulesFabio Berger2018-05-161-1/+3
|
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-103-0/+579
unifying library with the same interface