Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: lowercase supplied address before comparing with derived addresses ↵ | Fabio Berger | 2018-11-12 | 1 | -1/+2 |
| | | | | (which are not checksummed) | ||||
* | Fix tslint issues | Leonid Logvinov | 2018-07-17 | 1 | -2/+2 |
| | |||||
* | Export Web3ProviderEngine from subproviders package | Fabio Berger | 2018-07-13 | 1 | -2/+2 |
| | |||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 1 | -2/+1 |
| | |||||
* | Address feedback | Leonid Logvinov | 2018-05-23 | 1 | -0/+2 |
| | |||||
* | Remove web3Factory.create and remove dev-tools dependency on sol-cov | Leonid Logvinov | 2018-05-23 | 1 | -0/+13 |
| | |||||
* | Fix TSLint rules | Fabio Berger | 2018-05-16 | 1 | -2/+2 |
| | |||||
* | Rename to parentDerivedKeyInfo to be explicity about how we walk the tree | Jacob Evans | 2018-04-12 | 1 | -8/+8 |
| | |||||
* | Pluck key off of base path branch for Mnemonic | Jacob Evans | 2018-04-12 | 1 | -7/+2 |
| | | | | This reduces the tree walk complexity in wallet utils as it is assumed that we always walk relative. It also removes a HACK :) | ||||
* | Renamed DerivedHDKey to DerivedHDKeyInfo | Jacob Evans | 2018-04-11 | 1 | -22/+18 |
| | | | | | | | | | | 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 found | Jacob Evans | 2018-04-11 | 1 | -4/+5 |
| | |||||
* | Update JSDoc for methods in ledger and mnemonic wallet | Jacob Evans | 2018-04-11 | 1 | -2/+2 |
| | |||||
* | Update changelog and add derivationBasePath | Jacob Evans | 2018-04-11 | 1 | -5/+6 |
| | |||||
* | Iterator pattern for walking derived keys | Jacob Evans | 2018-04-11 | 1 | -42/+59 |
| | |||||
* | Add isChildKey to derived key | Jacob Evans | 2018-04-11 | 1 | -31/+28 |
| | |||||
* | Rename to IS_CHILD_KEY | Jacob Evans | 2018-04-10 | 1 | -13/+9 |
| | |||||
* | Refactor ledger to support multiple accounts with from address | Jacob Evans | 2018-04-10 | 1 | -0/+76 |