Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |