Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop appending /v0 to HttpClient api endpoint urls | Brandon Millman | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | Improve HttpClient errors | Brandon Millman | 2018-01-13 | 1 | -4/+7 |
| | |||||
* | Merge pull request #305 from 0xProject/fix/bignumber_config | Leonid | 2018-01-10 | 3 | -7/+2 |
|\ | | | | | Use configured version of bignumber in all packages | ||||
| * | Use configured version of bignumber in all packages | Leonid Logvinov | 2018-01-04 | 3 | -7/+2 |
| | | |||||
* | | Prettier | Brandon Millman | 2018-01-10 | 2 | -39/+15 |
| | | |||||
* | | Update style | Brandon Millman | 2018-01-10 | 1 | -20/+17 |
| | | |||||
* | | Merge branch 'development' into refactor/httpClientJsonParsing | Brandon Millman | 2018-01-09 | 11 | -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/mutatedInput | Brandon Millman | 2018-01-09 | 11 | -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 config | Leonid Logvinov | 2018-01-03 | 11 | -65/+73 |
| | | | |||||
* | | | Refactor JSON parsing in HttpClient | Brandon Millman | 2017-12-25 | 5 | -53/+111 |
|/ / | |||||
* / | Prevent getFeesAsync method on HttpClient from mutating input | Brandon Millman | 2017-12-25 | 2 | -11/+0 |
|/ | |||||
* | Remove unused import | Brandon Millman | 2017-12-22 | 1 | -1/+0 |
| | |||||
* | Add missing calls to bigNumberConfigs in packages where we are instantiating ↵ | Brandon Millman | 2017-12-22 | 2 | -5/+5 |
| | | | | BigNumbers | ||||
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 2 | -20/+20 |
| | |||||
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 2 | -3/+0 |
| | |||||
* | Update connect types in preperation for publishing | Brandon Millman | 2017-12-08 | 2 | -4/+2 |
| | |||||
* | Add requestId to subscription messages and update json-schemas | Brandon Millman | 2017-12-06 | 4 | -29/+42 |
| | |||||
* | Redeclare Order, SignedOrder, and ECSignature types in connect, remove 0x.js ↵ | Brandon Millman | 2017-11-30 | 5 | -5/+33 |
| | | | | dependency | ||||
* | Add SignedOrder and TokenTradeInfo to public interface and fix a HttpClient ↵ | Brandon Millman | 2017-11-30 | 3 | -1/+5 |
| | | | | comment | ||||
* | Merge pull request #233 from 0xProject/feature/passNetworkId | Fabio Berger | 2017-11-28 | 4 | -10/+14 |
|\ | | | | | Forces the users of 0x.js to pass the network id | ||||
| * | Auto-fix linter errors in other mono-repo packages | Leonid Logvinov | 2017-11-24 | 4 | -10/+14 |
| | | |||||
* | | Move all connect types into types.ts | Brandon Millman | 2017-11-28 | 3 | -44/+49 |
|/ | |||||
* | Add TODO comment before BigNumber.config() call | Brandon Millman | 2017-11-23 | 1 | -0/+1 |
| | |||||
* | Prepare connect package for publishing | Brandon Millman | 2017-11-23 | 2 | -5/+6 |
| | |||||
* | Add connect to monorepo | Brandon Millman | 2017-11-15 | 12 | -0/+568 |