aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/test/integration/ledger_subprovider_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
|
* Fix tslint issuesLeonid Logvinov2018-07-171-1/+1
|
* Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-131-2/+1
|
* -fetch';Fabio Berger2018-07-131-5/+2
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* Try enabling no-unused-variable...fragosti2018-06-051-2/+0
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+2
|
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-231-5/+8
|\ | | | | Add more tslint rules
| * Fix TSLint rulesFabio Berger2018-05-161-5/+8
| |
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
|/
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-2/+2
| | | | unifying library with the same interface
* Merge branch 'development' into feature/subproviders/mnemonic-wallet-subproviderJacob Evans2018-04-121-1/+1
|\
| * Move migrations into separate monorepo subpackage and hook it up to 0x.js ↵Fabio Berger2018-04-091-1/+1
| | | | | | | | and contracts
* | Renamed DerivedHDKey to DerivedHDKeyInfoJacob Evans2018-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | Added assertions on addresses for public methods Throw a helpful error message when signer address is not instantiated address in PrivateKeyWalletSubprovider Update changelog and rename derivationBasePath to baseDerivationPath When returning undefined use pattern of IfExists Added configuration object for MnemonicWallet Put constants back into each individual wallet rather than in walletUtils Delete accidental package-lock.json
* | Tests for signed transactions and multiple accountsJacob Evans2018-04-111-0/+5
| |
* | Test signed messages with the second accountJacob Evans2018-04-111-1/+8
| |
* | Throw errors when the address is not specified or invalidJacob Evans2018-04-111-1/+4
| |
* | Refactor ledger to support multiple accounts with from addressJacob Evans2018-04-101-1/+2
|/
* Update shared fixture data for network 42Jacob Evans2018-04-061-20/+5
|
* FeedbackJacob Evans2018-04-061-11/+7
| | | | | remove id management from testnet faucet spread over txParams rather than modify in place
* Create a private key subproviderJacob Evans2018-04-051-1/+3
|
* Use @0xproject/utils promisify everywhereFabio Berger2018-04-031-1/+1
|
* Move common types out of web3 typesLeonid Logvinov2018-03-271-5/+6
|
* FeedbackJacob Evans2018-03-081-3/+4
|
* README on derivation pathJacob Evans2018-03-081-0/+5
|
* Use our dev seed derivation path.Jacob Evans2018-03-081-1/+3
| | | | Ensuring our signer address is 0x5409ed021d9299bf6814279a6a1411a7e866a631
* Add ledger-node package as optional dependencyJacob Evans2018-03-071-183/+192
|
* Nuke tests for nowJacob Evans2018-03-061-183/+183
|
* Fix typoFabio Berger2018-03-041-1/+1
|
* Add `numberOfAccounts` param to `LedgerSubprovider` method ↵Fabio Berger2018-03-041-2/+8
| | | | `getAccountsAsync` and add tests
* Fix formattingLeonid Logvinov2018-01-031-1/+0
|
* Apply prettier configLeonid Logvinov2018-01-031-10/+7
|
* Support both personal_sign and eth_signFabio Berger2017-12-281-1/+21
|
* Fix Ledger tests given change from `personal_sign` to `eth_sign`Fabio Berger2017-12-281-2/+2
|
* Fix connect unused varsLeonid Logvinov2017-12-151-4/+0
|
* Add missing calls to configureFabio Berger2017-12-071-0/+1
|
* Simplify interface to signPersonalMessageAsyncFabio Berger2017-12-071-1/+1
|
* Remove spacesFabio Berger2017-12-061-1/+1
|
* Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵Fabio Berger2017-12-061-0/+171
rely on hookedWalletSubprovider. Added unit and integration tests.