aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/src/http_client.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add SignedOrder, Order, and ECSignature types to the types packageBrandon Millman2018-03-151-1/+1
|
* Rename isHttpUrl to isWebUri in assert packageBrandon Millman2018-03-061-1/+1
|
* Do not JSON parse empty reponseBrandon Millman2018-02-171-5/+4
|
* Change default page params in connect to page 1 and perPage 100Brandon Millman2018-02-151-4/+4
|
* Addressed PR feedbackBrandon Millman2018-02-141-11/+27
|
* Add page options to relevant HttpClient methodsBrandon Millman2018-02-141-26/+42
|
* Stop appending /v0 to HttpClient api endpoint urlsBrandon Millman2018-01-131-1/+1
|
* Improve HttpClient errorsBrandon Millman2018-01-131-4/+7
|
* PrettierBrandon Millman2018-01-101-30/+11
|
* Update styleBrandon Millman2018-01-101-20/+17
|
* Merge branch 'development' into refactor/httpClientJsonParsingBrandon Millman2018-01-091-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-091-8/+10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-031-8/+10
| | |
* | | Refactor JSON parsing in HttpClientBrandon Millman2017-12-251-33/+45
|/ /
* / Prevent getFeesAsync method on HttpClient from mutating inputBrandon Millman2017-12-251-6/+0
|/
* Remove unused importBrandon Millman2017-12-221-1/+0
|
* Add missing calls to bigNumberConfigs in packages where we are instantiating ↵Brandon Millman2017-12-221-5/+0
| | | | BigNumbers
* Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-201-3/+3
|
* Redeclare Order, SignedOrder, and ECSignature types in connect, remove 0x.js ↵Brandon Millman2017-11-301-1/+1
| | | | dependency
* Add SignedOrder and TokenTradeInfo to public interface and fix a HttpClient ↵Brandon Millman2017-11-301-1/+1
| | | | comment
* Merge pull request #233 from 0xProject/feature/passNetworkIdFabio Berger2017-11-281-5/+6
|\ | | | | Forces the users of 0x.js to pass the network id
| * Auto-fix linter errors in other mono-repo packagesLeonid Logvinov2017-11-241-5/+6
| |
* | Move all connect types into types.tsBrandon Millman2017-11-281-17/+10
|/
* Add TODO comment before BigNumber.config() callBrandon Millman2017-11-231-0/+1
|
* Prepare connect package for publishingBrandon Millman2017-11-231-1/+6
|
* Add connect to monorepoBrandon Millman2017-11-151-0/+171