aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/src
Commit message (Collapse)AuthorAgeFilesLines
* Re-throw if not INVALID_ARGUMENTBryce2018-06-231-0/+1
|
* Address INVALID_ARGUMENT issueBryce2018-06-231-1/+9
|
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * 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 ↵Fabio Berger2018-05-1017-0/+2543
unifying library with the same interface