aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Fabio Berger2018-03-201-0/+0
| | | | naming conventions. `postpublish.ts` is the only exception and this is because it is dictated by Lerna
* 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 packages
| * 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (21 commits) Update connect CHANGELOG Changes to abi-gen after code review Added constructor ABIs to abi-gen Describe #295 in a CHANGELOG Add #302 description to changelog Fix formatting Apply prettier config Install prettier Remove formatting esilnt rules sendTransactionAsync should return txHash string Added Event generation to abi-gen Publish Add dates to CHANGELOG entries Update subproviders CHANGELOG Support both personal_sign and eth_sign Fix Ledger tests given change from `personal_sign` to `eth_sign` Update subprovider to catch correct RPC method Rename guide Update contribution guide Fix broken links in the abi-gen README ...
| * | Merge branch 'development' into fix/mutatedInputBrandon Millman2018-01-0911-65/+73
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Changes to abi-gen after code review Added constructor ABIs to abi-gen Describe #295 in a CHANGELOG Add #302 description to changelog Fix formatting Apply prettier config Install prettier Remove formatting esilnt rules sendTransactionAsync should return txHash string Added Event generation to abi-gen Publish Add dates to CHANGELOG entries Update subproviders CHANGELOG Support both personal_sign and eth_sign Fix Ledger tests given change from `personal_sign` to `eth_sign` Update subprovider to catch correct RPC method Rename guide Update contribution guide Fix broken links in the abi-gen README Fix typing generation for arrays in which types separated by |s
| | * 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
| | | | BigNumbers
* 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
| | | | dependency
* Add SignedOrder and TokenTradeInfo to public interface and fix a HttpClient ↵Brandon Millman2017-11-303-1/+5
| | | | comment
* Merge pull request #233 from 0xProject/feature/passNetworkIdFabio Berger2017-11-284-10/+14
|\ | | | | Forces the users of 0x.js to pass the network id
| * 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