| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix linter issuesx | Fabio Berger | 2018-03-14 | 1 | -0/+1 |
* | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 11 | -79/+114 |
|\ |
|
| * | Use locks instead of semaphores in ledger subprovider | Leonid Logvinov | 2018-03-12 | 2 | -27/+15 |
| * | Address feedback | Leonid Logvinov | 2018-03-12 | 1 | -1/+1 |
| * | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 11 | -52/+99 |
* | | Move configuration into package.json configs section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
* | | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
* | | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 2 | -0/+13 |
|/ |
|
* | Feedback | Jacob Evans | 2018-03-08 | 1 | -2/+2 |
* | Add ledger-node package as optional dependency | Jacob Evans | 2018-03-07 | 1 | -1/+9 |
* | Force shouldGetChainCode to true in types | Jacob Evans | 2018-03-06 | 1 | -2/+4 |
* | Nuke tests for now | Jacob Evans | 2018-03-06 | 3 | -41/+21 |
* | Remove old ledger | Jacob Evans | 2018-03-06 | 2 | -39/+0 |
* | Update ledgerco packages | Jacob Evans | 2018-03-06 | 4 | -31/+73 |
* | Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync`... | Fabio Berger | 2018-03-04 | 1 | -3/+3 |
* | Move subproviders from dev-utils to subproviders | Leonid Logvinov | 2018-02-15 | 3 | -0/+63 |
* | Attribute the origins of NonceTracker | Jacob Evans | 2018-02-07 | 1 | -0/+5 |
* | Move BlockParamLiteral to shared types package | Jacob Evans | 2018-02-07 | 1 | -7/+5 |
* | Fixes | Jacob Evans | 2018-02-07 | 1 | -4/+5 |
* | Move BlockParam and BlockParamLiteral to shared types | Jacob Evans | 2018-02-07 | 3 | -7/+4 |
* | Merge branch 'development' into feature/subproviders/nonce-tracker | Jacob Evans | 2018-02-06 | 1 | -5/+6 |
|\ |
|
| * | Reword comment on any | Jacob Evans | 2018-02-06 | 1 | -1/+2 |
| * | Justify the any usage | Jacob Evans | 2018-02-06 | 1 | -1/+2 |
| * | Change the InjectedWeb3Subprovider to accept Web3.Provider | Jacob Evans | 2018-02-03 | 1 | -5/+4 |
* | | Remove re-fetch of transaction count on error | Jacob Evans | 2018-02-06 | 4 | -32/+40 |
* | | Readability and prettier | Jacob Evans | 2018-02-02 | 2 | -13/+11 |
* | | Prettify | Jacob Evans | 2018-02-02 | 2 | -9/+3 |
* | | Nonce tracker subprovider | Jacob Evans | 2018-02-02 | 3 | -0/+134 |
|/ |
|
* | 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 | 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 |
* | 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 |
* | 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 |