Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename to IS_CHILD_KEY | Jacob Evans | 2018-04-10 | 1 | -2/+0 |
| | |||||
* | Refactor ledger to support multiple accounts with from address | Jacob Evans | 2018-04-10 | 4 | -6/+12 |
| | |||||
* | Added walletUtils and address in signMessage | Jacob Evans | 2018-04-10 | 2 | -10/+39 |
| | |||||
* | Add Mnemonic wallet subprovider | Jacob Evans | 2018-04-06 | 2 | -0/+184 |
| | |||||
* | Update shared fixture data for network 42 | Jacob Evans | 2018-04-06 | 4 | -38/+28 |
| | |||||
* | Feedback | Jacob Evans | 2018-04-06 | 3 | -32/+29 |
| | | | | | remove id management from testnet faucet spread over txParams rather than modify in place | ||||
* | Create a private key subprovider | Jacob Evans | 2018-04-05 | 3 | -4/+199 |
| | |||||
* | Use @0xproject/utils promisify everywhere | Fabio Berger | 2018-04-03 | 1 | -1/+1 |
| | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 3 | -15/+18 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -11/+13 |
| | |||||
* | Feedback | Jacob Evans | 2018-03-08 | 1 | -3/+4 |
| | |||||
* | README on derivation path | Jacob Evans | 2018-03-08 | 1 | -0/+5 |
| | |||||
* | Use our dev seed derivation path. | Jacob Evans | 2018-03-08 | 1 | -1/+3 |
| | | | | Ensuring our signer address is 0x5409ed021d9299bf6814279a6a1411a7e866a631 | ||||
* | Add ledger-node package as optional dependency | Jacob Evans | 2018-03-07 | 1 | -183/+192 |
| | |||||
* | Nuke tests for now | Jacob Evans | 2018-03-06 | 2 | -188/+188 |
| | |||||
* | Fix typo | Fabio Berger | 2018-03-04 | 2 | -2/+2 |
| | |||||
* | Add `numberOfAccounts` param to `LedgerSubprovider` method ↵ | Fabio Berger | 2018-03-04 | 2 | -3/+15 |
| | | | | `getAccountsAsync` and add tests | ||||
* | Fixes | Jacob Evans | 2018-02-07 | 1 | -3/+3 |
| | | | | | Rename to isFirstGetTransactionCount assign nextPrefixedHexNonce as a const | ||||
* | Rename called to something more readable | Jacob Evans | 2018-02-06 | 1 | -5/+6 |
| | |||||
* | Refactor tests for reuse of the fixture subprovider | Jacob Evans | 2018-02-06 | 1 | -102/+54 |
| | |||||
* | Prettify | Jacob Evans | 2018-02-02 | 1 | -59/+62 |
| | |||||
* | Nonce tracker subprovider | Jacob Evans | 2018-02-02 | 1 | -0/+195 |
| | | | | | Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions | ||||
* | Fix formatting | Leonid Logvinov | 2018-01-03 | 2 | -6/+3 |
| | |||||
* | Apply prettier config | Leonid Logvinov | 2018-01-03 | 4 | -43/+33 |
| | |||||
* | Support both personal_sign and eth_sign | Fabio Berger | 2017-12-28 | 2 | -2/+53 |
| | |||||
* | Fix Ledger tests given change from `personal_sign` to `eth_sign` | Fabio Berger | 2017-12-28 | 2 | -7/+7 |
| | |||||
* | Implement the address derivations | Leonid Logvinov | 2017-12-18 | 1 | -2/+8 |
| | |||||
* | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | Fix connect unused vars | Leonid Logvinov | 2017-12-15 | 3 | -7/+1 |
| | |||||
* | Fix unit test | Fabio Berger | 2017-12-09 | 1 | -1/+1 |
| | |||||
* | Add missing params | Fabio Berger | 2017-12-09 | 1 | -0/+3 |
| | |||||
* | Use rejectedWith | Fabio Berger | 2017-12-07 | 1 | -9/+4 |
| | |||||
* | Add missing calls to configure | Fabio Berger | 2017-12-07 | 2 | -0/+2 |
| | |||||
* | remove unneeded type assertions | Fabio Berger | 2017-12-07 | 1 | -2/+2 |
| | |||||
* | Simplify interface to signPersonalMessageAsync | Fabio Berger | 2017-12-07 | 2 | -20/+3 |
| | |||||
* | Fix unit test | Fabio Berger | 2017-12-07 | 1 | -1/+1 |
| | |||||
* | Add initial tests fort redundantRpcSubprovider | Fabio Berger | 2017-12-06 | 1 | -0/+62 |
| | |||||
* | remove unused import | Fabio Berger | 2017-12-06 | 1 | -1/+0 |
| | |||||
* | Remove spaces | Fabio Berger | 2017-12-06 | 2 | -2/+2 |
| | |||||
* | Make exception | Fabio Berger | 2017-12-06 | 1 | -0/+2 |
| | |||||
* | Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵ | Fabio Berger | 2017-12-06 | 4 | -0/+425 |
rely on hookedWalletSubprovider. Added unit and integration tests. |