aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subproviders/src/utils/wallet_utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix: lowercase supplied address before comparing with derived addresses ↵Fabio Berger2018-11-121-1/+2
| | | | (which are not checksummed)
* Fix tslint issuesLeonid Logvinov2018-07-171-2/+2
|
* Try enabling no-unused-variable...fragosti2018-06-051-2/+1
|
* Fix TSLint rulesFabio Berger2018-05-161-2/+2
|
* Rename to parentDerivedKeyInfo to be explicity about how we walk the treeJacob Evans2018-04-121-8/+8
|
* Pluck key off of base path branch for MnemonicJacob Evans2018-04-121-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 DerivedHDKeyInfoJacob Evans2018-04-111-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 foundJacob Evans2018-04-111-4/+5
|
* Update JSDoc for methods in ledger and mnemonic walletJacob Evans2018-04-111-2/+2
|
* Update changelog and add derivationBasePathJacob Evans2018-04-111-5/+6
|
* Iterator pattern for walking derived keysJacob Evans2018-04-111-42/+59
|
* Add isChildKey to derived keyJacob Evans2018-04-111-31/+28
|
* Rename to IS_CHILD_KEYJacob Evans2018-04-101-13/+9
|
* Refactor ledger to support multiple accounts with from addressJacob Evans2018-04-101-0/+76