aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/test/unit/mnemonic_wallet_subprovider_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add eth_signTypedData support to our wallet subprovidersJacob Evans2018-10-051-0/+21
|
* Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-131-2/+1
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-121-5/+5
|
* Run prettierfragosti2018-06-071-4/+1
|
* Try enabling no-unused-variable...fragosti2018-06-051-3/+0
|
* Introduce ethereum-types packageLeonid Logvinov2018-06-011-1/+1
|
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-231-2/+3
|\ | | | | Add more tslint rules
| * Fix TSLint rulesFabio Berger2018-05-161-2/+3
| |
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
|/
* Renamed DerivedHDKey to DerivedHDKeyInfoJacob Evans2018-04-111-6/+6
| | | | | | | | | | 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
* Test valid address format but not foundJacob Evans2018-04-111-4/+12
|
* Tests for signed transactions and multiple accountsJacob Evans2018-04-111-0/+5
|
* Test signed messages with the second accountJacob Evans2018-04-111-0/+5
|
* Throw errors when the address is not specified or invalidJacob Evans2018-04-111-1/+1
|
* Rename to IS_CHILD_KEYJacob Evans2018-04-101-2/+0
|
* Refactor ledger to support multiple accounts with from addressJacob Evans2018-04-101-1/+4
|
* Added walletUtils and address in signMessageJacob Evans2018-04-101-6/+20
|
* Add Mnemonic wallet subproviderJacob Evans2018-04-061-0/+182