Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 2 | -2/+1 |
| | |||||
* | Unpin types version in @0xproject/connect | Leonid Logvinov | 2018-05-25 | 2 | -2/+2 |
| | |||||
* | Add missing type definitions | Leonid Logvinov | 2018-05-14 | 1 | -2/+2 |
| | |||||
* | Fix comments | Fabio Berger | 2018-04-18 | 1 | -2/+2 |
| | |||||
* | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -2/+0 |
| | |||||
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -1/+0 |
| | |||||
* | Rename `stagedocs.ts` file to `stage_docs.ts` in keeping with our file ↵ | Fabio Berger | 2018-03-20 | 1 | -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 package | Brandon Millman | 2018-03-15 | 4 | -34/+6 |
| | |||||
* | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 2 | -39/+8 |
| | |||||
* | Consolidate docs generation and uploading logic | Fabio Berger | 2018-03-14 | 2 | -28/+3 |
| | |||||
* | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 3 | -0/+73 |
| | |||||
* | Rename isHttpUrl to isWebUri in assert package | Brandon Millman | 2018-03-06 | 1 | -1/+1 |
| | |||||
* | Do not JSON parse empty reponse | Brandon Millman | 2018-02-17 | 1 | -5/+4 |
| | |||||
* | Fix incorrect comment on WebSocketOrderbookChannel constructor | Brandon Millman | 2018-02-17 | 1 | -1/+1 |
| | |||||
* | Add an enforced minimum for the heartbeat interval | Brandon Millman | 2018-02-16 | 2 | -2/+15 |
| | |||||
* | Add configurable heartbeat to WebSocketOrderbookChannel | Brandon Millman | 2018-02-16 | 5 | -2/+41 |
| | |||||
* | Change default page params in connect to page 1 and perPage 100 | Brandon Millman | 2018-02-15 | 1 | -4/+4 |
| | |||||
* | Fix error in paged request schema | Brandon Millman | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | Addressed PR feedback | Brandon Millman | 2018-02-14 | 2 | -12/+28 |
| | |||||
* | Add page options to relevant HttpClient methods | Brandon Millman | 2018-02-14 | 10 | -53/+106 |
| | |||||
* | 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 |