aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/ws_orderbook_channel.ts
Commit message (Expand)AuthorAgeFilesLines
* Rename websocket files and typesfragosti2018-08-171-101/+0
* Use uuid as string for requestIdfragosti2018-08-171-2/+2
* Update json-schemas, update HTTPClient typesfragosti2018-08-151-6/+2
* Update types to reflect v2fragosti2018-08-151-4/+4
* Fix tslint issuesLeonid Logvinov2018-07-171-3/+3
* Lint fixesBrandon Millman2018-07-121-2/+0
* Provide subscriptionOpts in error callback and include url in error messagesBrandon Millman2018-07-121-5/+12
* Remove outdated commentsBrandon Millman2018-07-121-2/+0
* Enforce one handler per channelBrandon Millman2018-07-121-47/+23
* Add TODO comment for switching requestIds to stringsBrandon Millman2018-07-121-0/+1
* Assert that connection is opening before attempting to subscribeBrandon Millman2018-07-121-9/+2
* Consolidate back to one channel and expose only the factoryBrandon Millman2018-07-121-0/+132
* Implement web browser socketBrandon Millman2018-07-121-166/+0
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-1/+1
* Add missing type definitionsLeonid Logvinov2018-05-141-2/+2
* Fix incorrect comment on WebSocketOrderbookChannel constructorBrandon Millman2018-02-171-1/+1
* Add an enforced minimum for the heartbeat intervalBrandon Millman2018-02-161-1/+11
* Add configurable heartbeat to WebSocketOrderbookChannelBrandon Millman2018-02-161-2/+24
* Merge branch 'development' into refactor/httpClientJsonParsingBrandon Millman2018-01-091-9/+19
|\
| * Apply prettier configLeonid Logvinov2018-01-031-9/+19
* | Refactor JSON parsing in HttpClientBrandon Millman2017-12-251-2/+2
|/
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-17/+17
* Fix connect unused varsLeonid Logvinov2017-12-151-2/+0
* Update connect types in preperation for publishingBrandon Millman2017-12-081-1/+1
* Add requestId to subscription messages and update json-schemasBrandon Millman2017-12-061-18/+25
* Redeclare Order, SignedOrder, and ECSignature types in connect, remove 0x.js ...Brandon Millman2017-11-301-1/+1
* Merge pull request #233 from 0xProject/feature/passNetworkIdFabio Berger2017-11-281-3/+4
|\
| * Auto-fix linter errors in other mono-repo packagesLeonid Logvinov2017-11-241-3/+4
* | Move all connect types into types.tsBrandon Millman2017-11-281-16/+7
|/
* Add connect to monorepoBrandon Millman2017-11-151-0/+127