aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/src/order_watcher/order_watcher.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use enums in pipelineAmir Bandeali2019-01-081-1/+1
|
* Minimize unnecessary type assertionsAmir Bandeali2019-01-081-24/+9
|
* Run linterAmir Bandeali2019-01-081-1/+1
|
* feat: Add support for MultiAssetProxyAmir Bandeali2019-01-081-31/+79
|
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-7/+7
|
* 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
|
* 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-181-9/+9
|
* MergeLeonid Logvinov2018-07-181-3/+13
|
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-181-12/+4
|\
| * Merge pull request #883 from 0xProject/feature/tslint-improvementsLeonid Logvinov2018-07-181-11/+11
| |\ | | | | | | New tslint rules
| | * Fix tslint issuesLeonid Logvinov2018-07-171-11/+11
| | |
| * | Remove stateLayer OrderWatcher config and instead temporarily hard-code ↵Fabio Berger2018-07-171-5/+4
| | | | | | | | | | | | until we get pending block to work with Blockstream
| * | Remove blockRetention configFabio Berger2018-07-171-3/+1
| | |
| * | Expose Blockstreams blockRetention config as an OrderWatcher configFabio Berger2018-07-141-1/+3
| |/
* / Migrate order-watcher to v2Leonid Logvinov2018-07-131-199/+230
|/
* Fix linter issuesFabio Berger2018-07-121-0/+6
|
* Merge pull request #825 from 0xProject/fix-order-watcherFabio Berger2018-07-061-2/+2
|\ | | | | OrderWatcher Fixes
| * Add isVerbose flag and log blockstream recoverable errors rather then ↵Fabio Berger2018-07-061-1/+2
| | | | | | | | bubbling them up
| * Don't unsubscribe on Blockstream errorsFabio Berger2018-07-061-1/+0
| |
* | 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 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-101-0/+393
unifying library with the same interface