aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src
Commit message (Expand)AuthorAgeFilesLines
* Move connect schemas to JSON SchemasLeonid Logvinov2018-11-128-105/+14
* chore: change package org from 0xproject to 0xJacob Evans2018-10-188-20/+20
* Fix sra-spec & connectFabio Berger2018-10-171-1/+1
* Change /order_config endpoint to POSTfragosti2018-09-261-1/+1
* Move SRA types from @0xproject/connect to @0xproject/sra-typesLeonid Logvinov2018-09-257-158/+39
* Add getForwarderHelperForMakerAssetDataAsync method to forwarderHelperFactoryBrandon Millman2018-09-151-1/+1
* Change orderConfig from POST to GET like in specfragosti2018-09-051-1/+1
* Use BigNumber instead of string where appropriate in OrderConfigRequestfragosti2018-09-051-3/+3
* Use order parser utils from order utilsfragosti2018-09-052-26/+5
* Missing/superfluous type exports from connectFabio Berger2018-08-231-2/+6
* merge developmentFabio Berger2018-08-2319-322/+386
|\
| * Update variable names, make release candidatefragosti2018-08-221-3/+3
| * Update more names in docsfragosti2018-08-211-3/+4
| * Improve documentationfragosti2018-08-211-5/+8
| * Run prettierfragosti2018-08-216-24/+26
| * Update websocket for SRA v2fragosti2018-08-214-15/+23
| * Remove default query parametersfragosti2018-08-182-14/+14
| * Add networkId request param optionfragosti2018-08-185-20/+48
| * Rename websocket files and typesfragosti2018-08-174-36/+34
| * Use uuid as string for requestIdfragosti2018-08-171-2/+2
| * Add fee recipients testfragosti2018-08-162-4/+8
| * Get orders async tests passingfragosti2018-08-162-2/+7
| * getAssetPairsAsync tests passingfragosti2018-08-163-8/+8
| * Project now buildsfragosti2018-08-161-2/+1
| * Update test fixturesfragosti2018-08-163-3/+6
| * Update parsing codefragosti2018-08-154-22/+43
| * Update connect json-schemasfragosti2018-08-156-43/+44
| * Update types and add missing param to SRA specfragosti2018-08-152-18/+21
| * Update json-schemas, update HTTPClient typesfragosti2018-08-156-41/+29
| * Update types to reflect v2fragosti2018-08-1511-102/+95
| * Change names of basic types in Client interfacefragosti2018-08-155-12/+19
* | Cleanup connect index.tsFabio Berger2018-08-201-1/+1
* | Remove all in-package monorepo-scripts by adding doc gen/upload and aggregate...Fabio Berger2018-07-302-16/+0
|/
* Fix tslint issuesLeonid Logvinov2018-07-173-7/+7
* -fetch';Fabio Berger2018-07-131-2/+2
* Lint fixesBrandon Millman2018-07-122-3/+2
* Provide subscriptionOpts in error callback and include url in error messagesBrandon Millman2018-07-122-6/+13
* Remove outdated commentsBrandon Millman2018-07-121-2/+0
* Update orderbook channel and factory testsBrandon Millman2018-07-122-5/+11
* Enforce one handler per channelBrandon Millman2018-07-122-49/+25
* Add TODO comment for switching requestIds to stringsBrandon Millman2018-07-121-0/+1
* Add explicit HACK comment when we import assertBrandon Millman2018-07-121-1/+1
* Assert that connection is opening before attempting to subscribeBrandon Millman2018-07-121-9/+2
* Remove unused importBrandon Millman2018-07-121-2/+2
* Consolidate back to one channel and expose only the factoryBrandon Millman2018-07-127-218/+34
* Initial implementation of OrderbookChannelFactoryBrandon Millman2018-07-123-30/+53
* Implement web browser socketBrandon Millman2018-07-128-26/+190
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-2/+2
* Try enabling no-unused-variable...fragosti2018-06-052-2/+1
* Unpin types version in @0xproject/connectLeonid Logvinov2018-05-252-2/+2
* Add missing type definitionsLeonid Logvinov2018-05-141-2/+2
* Fix commentsFabio Berger2018-04-181-2/+2
* Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-2/+0
* Add metacoin example projectLeonid Logvinov2018-04-021-1/+0
* Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file naming...Fabio Berger2018-03-201-0/+0
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-154-34/+6
* Move configuration into package.json configs sectionFabio Berger2018-03-142-39/+8
* Consolidate docs generation and uploading logicFabio Berger2018-03-142-28/+3
* move scripts to monorepro-scriptsFabio Berger2018-03-133-0/+73
* Rename isHttpUrl to isWebUri in assert packageBrandon Millman2018-03-061-1/+1
* Do not JSON parse empty reponseBrandon Millman2018-02-171-5/+4
* Fix incorrect comment on WebSocketOrderbookChannel constructorBrandon Millman2018-02-171-1/+1
* Add an enforced minimum for the heartbeat intervalBrandon Millman2018-02-162-2/+15
* Add configurable heartbeat to WebSocketOrderbookChannelBrandon Millman2018-02-165-2/+41
* Change default page params in connect to page 1 and perPage 100Brandon Millman2018-02-151-4/+4
* Fix error in paged request schemaBrandon Millman2018-02-141-1/+1
* Addressed PR feedbackBrandon Millman2018-02-142-12/+28
* Add page options to relevant HttpClient methodsBrandon Millman2018-02-1410-53/+106
* Stop appending /v0 to HttpClient api endpoint urlsBrandon Millman2018-01-131-1/+1
* Improve HttpClient errorsBrandon Millman2018-01-131-4/+7
* Merge pull request #305 from 0xProject/fix/bignumber_configLeonid2018-01-103-7/+2
|\
| * Use configured version of bignumber in all packagesLeonid Logvinov2018-01-043-7/+2
* | PrettierBrandon Millman2018-01-102-39/+15
* | Update styleBrandon Millman2018-01-101-20/+17
* | Merge branch 'development' into refactor/httpClientJsonParsingBrandon Millman2018-01-0911-63/+69
|\ \
| * | Merge branch 'development' into fix/mutatedInputBrandon Millman2018-01-0911-65/+73
| |\|
| | * Apply prettier configLeonid Logvinov2018-01-0311-65/+73
* | | Refactor JSON parsing in HttpClientBrandon Millman2017-12-255-53/+111
|/ /
* / Prevent getFeesAsync method on HttpClient from mutating inputBrandon Millman2017-12-252-11/+0
|/
* Remove unused importBrandon Millman2017-12-221-1/+0
* Add missing calls to bigNumberConfigs in packages where we are instantiating ...Brandon Millman2017-12-222-5/+5
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-202-20/+20
* Fix connect unused varsLeonid Logvinov2017-12-152-3/+0
* Update connect types in preperation for publishingBrandon Millman2017-12-082-4/+2
* Add requestId to subscription messages and update json-schemasBrandon Millman2017-12-064-29/+42
* Redeclare Order, SignedOrder, and ECSignature types in connect, remove 0x.js ...Brandon Millman2017-11-305-5/+33
* Add SignedOrder and TokenTradeInfo to public interface and fix a HttpClient c...Brandon Millman2017-11-303-1/+5
* Merge pull request #233 from 0xProject/feature/passNetworkIdFabio Berger2017-11-284-10/+14
|\
| * Auto-fix linter errors in other mono-repo packagesLeonid Logvinov2017-11-244-10/+14
* | Move all connect types into types.tsBrandon Millman2017-11-283-44/+49
|/
* Add TODO comment before BigNumber.config() callBrandon Millman2017-11-231-0/+1
* Prepare connect package for publishingBrandon Millman2017-11-232-5/+6
* Add connect to monorepoBrandon Millman2017-11-1512-0/+568