Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant type refs | Leonid Logvinov | 2018-01-13 | 1 | -2/+0 |
| | |||||
* | Merge pull request #303 from ERCdEX/ercdex/send_transaction_return_txhash | Leonid | 2018-01-03 | 1 | -2/+2 |
|\ | | | | | _sendTransactionAsync should return txHash string | ||||
| * | sendTransactionAsync should return txHash string | Luke | 2018-01-03 | 1 | -2/+2 |
| | | |||||
* | | Apply prettier config | Leonid Logvinov | 2018-01-03 | 7 | -54/+68 |
|/ | |||||
* | Support both personal_sign and eth_sign | Fabio Berger | 2017-12-28 | 1 | -1/+2 |
| | |||||
* | Update subprovider to catch correct RPC method | Cavan Flynn | 2017-12-28 | 1 | -2/+2 |
| | | | ZeroEx uses web3.eth.sign, rather than web3.eth.personal.sign. In addition, the message to sign is the second parameter; not the first. The first parameter is the address. | ||||
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errors | Brandon Millman | 2017-12-20 | 4 | -41/+41 |
| | |||||
* | Add a comment | Leonid Logvinov | 2017-12-18 | 1 | -0/+2 |
| | |||||
* | Introduce a variable for true | Leonid Logvinov | 2017-12-18 | 1 | -1/+4 |
| | |||||
* | Remove redundant template string | Leonid Logvinov | 2017-12-18 | 1 | -1/+1 |
| | |||||
* | Implement the address derivations | Leonid Logvinov | 2017-12-18 | 3 | -15/+24 |
| | |||||
* | Add hdnode dependency | Leonid Logvinov | 2017-12-18 | 1 | -0/+11 |
| | |||||
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 3 | -20/+0 |
| | |||||
* | Implement first custom linter rule async-suffix | Leonid Logvinov | 2017-12-15 | 2 | -0/+2 |
| | |||||
* | Move isAddress to shared utils and remove all dependencies on ethereum-address | Leonid Logvinov | 2017-12-11 | 2 | -7/+2 |
| | |||||
* | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts | ||||
* | remove console.log | Fabio Berger | 2017-12-09 | 1 | -2/+0 |
| | |||||
* | Debug CircleCi failure | Fabio Berger | 2017-12-08 | 1 | -0/+2 |
| | |||||
* | Add todo | Fabio Berger | 2017-12-08 | 1 | -0/+1 |
| | |||||
* | Add link to random id generator | Fabio Berger | 2017-12-08 | 1 | -0/+1 |
| | |||||
* | remove unused type | Fabio Berger | 2017-12-07 | 2 | -5/+0 |
| | |||||
* | Simplify interface to signPersonalMessageAsync | Fabio Berger | 2017-12-07 | 1 | -22/+9 |
| | |||||
* | Fix ethereumjs-tx declaration and import | Fabio Berger | 2017-12-07 | 2 | -2/+2 |
| | |||||
* | Use assert.isHexString | Fabio Berger | 2017-12-07 | 2 | -5/+3 |
| | |||||
* | Add type defs for ledgerco and ethereumjs-tx | Fabio Berger | 2017-12-07 | 2 | -13/+37 |
| | |||||
* | Have comments hug statements | Fabio Berger | 2017-12-06 | 1 | -3/+3 |
| | |||||
* | Add declaration | Fabio Berger | 2017-12-06 | 1 | -0/+7 |
| | |||||
* | Return actual error thrown | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | remove unused modules | Fabio Berger | 2017-12-06 | 1 | -3/+0 |
| | |||||
* | remove extra space | Fabio Berger | 2017-12-06 | 1 | -1/+0 |
| | |||||
* | Add null to err type | Fabio Berger | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | Use null instead of undefined when no error exists | Fabio Berger | 2017-12-06 | 1 | -3/+3 |
| | |||||
* | Switch to using our custom base subprovider | Fabio Berger | 2017-12-06 | 1 | -1/+2 |
| | |||||
* | Fix lint issues | Fabio Berger | 2017-12-06 | 2 | -1/+9 |
| | |||||
* | Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵ | Fabio Berger | 2017-12-06 | 7 | -0/+671 |
rely on hookedWalletSubprovider. Added unit and integration tests. |